| Thread | Last Post | Replies |
|
| Help with Setup | 15 Apr 2004 20:58 GMT | 1 |
Sorry for the repost but I am sooo stuck... I made a setup with VS.NET 2003 and Bootstrapper plugin. I have set the ".NET Framework" Launch Condition to .\dotnetfx.exe, so the setup of the .NET Framework starts if it is not found on the system.
|
| Windows installer bug when same custom action DLL used by 2 merge modules in same msi? | 15 Apr 2004 20:51 GMT | 1 |
Since VisualStudio .NET 2003 makes a custom action's uninstall conditional upon the uninstall of the custom action DLL itself, it appears that I must install a copy of the DLL in 2 different locations if I want to use the same custom action in 2 different merge modules in the ...
|
| How to patch previous installation? | 15 Apr 2004 19:22 GMT | 5 |
I've developed a Windows Installer setup program to distribute my .NET app, but I would like to know how to make a patch for it. Specifically, if I need to install a newer version of a .dll that has been placed in the GAC (global assembly cache) and was registered (Register property ...
|
| Set default to "Everyone" instead of "Just Me" | 15 Apr 2004 17:12 GMT | 4 |
I have a setup project which works well for me. On the second screen of the windows installer, a choice is given to install the application for all the users or just the current user. I would like the default setting to be selected to "Everyone".
|
| How to create an internet shotcut? | 15 Apr 2004 13:36 GMT | 3 |
I used MS Visual Studio 2003 deployment project to install a Web Application. However for other reasons I did a setup project not a Web setup project, and during the installation I take care of the creation of the Virtual Directory
|
| "Specified Service Already Exists" | 15 Apr 2004 01:25 GMT | 1 |
I have had this endless problem installing services. Our .NET setup program installs them just fine, however many times when we go to upgrade it bombs with this message. I know how to fix the machine when it gets in this state, but not how to have a setup program that doesn't ...
|
| 're-'Install a service | 14 Apr 2004 21:49 GMT | 2 |
I've got an application that runs as a service. I've got the install and uninstall working fine, but I want to support upgrading by installing a newer version over the older one I have changed the version/product code as necessary for in-place upgrade, and it starts the upgrade, ...
|
| Spawn process during installation | 13 Apr 2004 19:23 GMT | 4 |
I want to spawn and exe or a batch file during installtion. I don't see anything under standard Actions that will do this. Do I need to write a custom action thanks Ashish
|
| VS EA 2003 & .NET compact framework | 11 Apr 2004 22:46 GMT | 7 |
Is there any way to develop .net compact framework applications from within VS 2003? There isn't such an option in the new project options.
|
| setup failed at the end | 10 Apr 2004 21:08 GMT | 1 |
I have tried to install .net on my PC(OS XP professional) but it gave problem at the end and the installation was cancelled. The following are the error and install log files. Kindly give me the solution if any one can trace it out. installog.txt (i have copied the end part ...
|
| Deploy Assembly in GAC | 08 Apr 2004 18:05 GMT | 1 |
There are several ways to deploy an assembly into the global assembly cache: 1) Use an installer designed to work with the global assembly cache. This
|
| Does IIS 51. not work well with ASP.NET | 07 Apr 2004 18:01 GMT | 1 |
Hello Everyon I have installed iis 5.1 and now i am having troubles starting ASP.NET. it gives some error message when i try to make a new ASP.NET application and then it fails to start. Also can anyone tell me is
|
| Multiple Features and deinstallation | 06 Apr 2004 18:21 GMT | 1 |
Since VS.NET will not allow me to have more than one feature, I've added the feature, SelectionTree, etc. using ORCA so the user can selectively install the feature How do I present the same SelectionTree choice at deinstall/Remove time. Currently with my install, the whole ...
|
| Error 1603 when installing .NET FW 1.1 | 06 Apr 2004 12:22 GMT | 2 |
I try to install .NET 1.1 (dotnetfx.exe) on a Windows 2000 Pro.-System. I'm a admin, have IE5.5SP2 installed and MDAC 2.7SP1 dotNetFx.lg: [04/02/04,15:31:33] Starting Install.exe
|
| Include J# redistributable package in a setup | 06 Apr 2004 10:56 GMT | 2 |
I make a Setup project to deploy a WinForms application. I use the VS.Net Bootstrapper Plug-In to deploy the .Net framework and it works fine except for one thing: my application needs the J# redistributable package to install.
|