Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > visual studio .net setup > september 2007

How to install VS 2005 PE 90 day trial
Posted by lemongrassdog at 9/30/2007 8:03:00 PM
Hi, I'm trying to install the above, but I'm getting the error: "KB893803-v2-x86.exe is not a valid Win32 file". How do I resolve this or get around it? Thank you, Alison...more >>


Re-implementing F6
Posted by randy1200 at 9/27/2007 8:07:02 AM
I've been using Visual Studio 2005 Team Edition for Software Developers for quite some time, and have gotten used to using the F6 key to compile. My old computer went up in smoke, and after installing Visual Studio 2005 Team Edition for Software Developers, I notice that the F6 key is not lo...more >>

How to install VS 2005 Professional on VISTA
Posted by Valerie Hough at 9/24/2007 6:29:04 PM
Hi, I have tried installing VS2005 Pro from DVD 3070.1 as suggested by someone from MSDN support. It successfully installs the document manager, then asks for the dreaded ENU-1 disk, which (not to my surprise) is not in my MSDN Pro DVD collection. There is no proceeding from there. Q1: ...more >>

Using Registry Search property a custom action argument ?
Posted by Sharon at 9/18/2007 7:48:02 AM
I'm using the VS2005 setup project. I have added a registry search under the 'Launch Condition'' to read a specific value. In this registry search I set the property to REGISTRYVAL. If the registry key is not found (not exist), then this REGISTRYVAL should be an empty string, otherwise it...more >>

Keeping merge modules separate
Posted by Monty at 9/16/2007 10:22:45 PM
Hi, I have a web application deployment project that creates a setup.exe file and a .msi file. I have an msi file from a 3rd party vendor that is rolled up into my msi making it ridiculously huge. I'm wondering if it's possible using just VS 2005's deployment options to have the 3rd party's MS...more >>

.NET Framework 3.0 with Visual Studio 2005 on XP - does it work?
Posted by ZiggyShort at 9/14/2007 9:22:04 AM
Is there any way of getting .NET to show up in Visual Studio .NET 2005 in Windows XP? I have installed .NET Framework 3.0 redistributable, so when I load up Visual Studio .NET and try to create a C# project I expect to see .NET Framework 3.0 appear in the left tab, and to see Windows Applic...more >>

CReating Short cut to an application on XP SP2
Posted by Sabya at 9/10/2007 10:10:00 PM
01. I created a simple VB.NET form (say application X), added a third party control from Component1, created set up and installed ona XP with SP2 (machine 1). 02. I went to another XP with SP2 (Machine 2) on the LAN, created a a shrot cut to the folder where the above application X is insta...more >>

Problem installing MSDN library june 2007 french edition
Posted by Michel LAPLANE (MVP) at 9/10/2007 12:00:00 AM
Can someone help me? I have just received the MSDN DVD shipment of september 2007. I was please to find a french version of the MSDN library June 2007 Edition. But unfortunately it seems to be bugged. When trying to install, it begins and after a while it ask me "insert the MSDN library D...more >>



Where is the fully-featured tools for building MSI ?
Posted by Sharon at 9/9/2007 1:18:06 AM
Where can I get the fully-featured tools for building MSI files (that have IDE support)? Can anybody forward me to its URL for purchase and download info? -- Thanks Sharon...more >>

Help in VSTS2008 Beta 2 - stuck in .Net 3.5 installation
Posted by Leon at 9/6/2007 6:42:04 AM
Hi, I am wondering if anyone can help me to get VSTS2008 Beta 2 to install on this machine? On this almost brand new machine running XP Prof SP2 with 2G RAM, which also has VS2003 & VSTS2005 installed on it, I am having problem installing VSTS2008 Beta 2. The machine also has .Net frame...more >>

Appending to the Path Environment Variables ?
Posted by Sharon at 9/6/2007 5:54:02 AM
Hi, I'm using VS2005 Setup project. I need to add a folder path to system 'Path' Environment Variables. I did find the 'Path' registry value under: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment But I don't know to to append a string to the already e...more >>

using custom folder for a custom action argumnet ?
Posted by Sharon at 9/6/2007 5:06:01 AM
I'm using the VS2005 setup project. In the 'File System' I have added a custom folder named 'Matlab Runtime' and set its DefaultLoation to '[ProgramFilesFolder]\MatlabRuntime'. I wish to use this folder as an argument to a custom action. the custom action is to execute en exe file that tak...more >>

File install depending on registry key ?
Posted by Sharon at 9/6/2007 1:46:03 AM
I'm using VS2005 Setup project. I need to check if a specific registry key exist in the registry. If it exists - to skip installing some file. If not exists - to installing some file. I guess it should be done in two stages, one reading the registry key, and the other is to install or not ...more >>

How to restart at the end of the installation?
Posted by Sharon at 9/5/2007 12:20:00 AM
I'm using the VS2005 setup. I'm setting the Path of the system environment variable, so I need to restart the target computer when the installation is done. Can anybody tell how do I do it? -- Thanks Sharon...more >>

setting registry values in setup proj
Posted by paul moore at 9/4/2007 5:10:00 PM
I want to set values in the registry but only if they are not already set. So on an upgrade I dont verwrite the settings the user already has set I tried Launch condition REG1=HKLM/Software/Acme/regval1 and the said on the regval1 regsitry value condition = REG1="" The reg key gets se...more >>

How to set a registry value that depends on the user input?
Posted by Sharon at 9/4/2007 5:56:01 AM
In a VS.2005 setup program... I need to enter a registry settings, but the value of this setting is not fixed and depends on the user input during installation. How can I set a registry value that depends on the user input during the installation? -- Thanks Sharon...more >>

How to execute a third party utility during the install?
Posted by Sharon at 9/4/2007 5:00:01 AM
Hello, I'm using the VS 2005, and in the setup program I'm writing, I need to execute during the installation a third party executable that it's some kind of self extracting zipped file that takes an arguments. How do I execute this kind of executable during the installation together wit...more >>


DevelopmentNow Blog