| Thread | Last Post | Replies |
|
| dotnet framework SDK not installing | 05 Nov 2003 14:24 GMT | 1 |
I have the Net Framework 1.1 installed and working on Win2k SP2 OS. Now i downloaded the SDK off MS site and i put the setup.exe on a separate parition so as not to eat space on the partition it gonna be installed which has about 1.1GB of free space.
|
| Doubts | 04 Nov 2003 18:35 GMT | 1 |
I have a couple of doubts. 1. We have created a setup for a web app and has deployed on the production servers. Incase we are giving a patch to fix a bug which includes some dll assemblies , js files
|
| Deploying a winforms app via CD with MDAC and framework etc | 04 Nov 2003 17:18 GMT | 1 |
I am deploying a winforms app via the windows installer and a VS.Net 2003 setup and deploymnet project. At the moment, I am adding launch conditions for the .Net Framework 1.1 and MDAC 2.7 or higher, and am prompting the user to run the relevant setup
|
| Question about the Installer Class and the InstallUtil.exe | 04 Nov 2003 09:07 GMT | 2 |
I have to do the deployment application for someone else Web Application and I have limited knowledge of deployment application project and .Net in general. The Web Application uses the output from a Windows Service project. And the Windows Service project includes 3 services and an ...
|
| MSI parameters and Group Policy | 03 Nov 2003 19:50 GMT | 3 |
I have created an MSI using a VS.Net setup project. It displays a dialog where the user enters a value into a textbox before installation. The tech guys want to be able to install the MSI using Windows 2000 Group Policy. I don't know anything about Group Policy.
|
| Passing values in .ini file... | 03 Nov 2003 17:41 GMT | 1 |
I'm building a setup solution in VS 2002. It all works fine. However, we're targeting several costumers (which has several users of the software) wich means that I need to pass different values to the installation and use it in my costum actions.
|
| Uninstall Script | 03 Nov 2003 17:25 GMT | 2 |
Can anyone tell me how I can ensure the deletion of all application subdirectories on uninstall? I create several xml files programmatically, but these are not deleted on uninstallation. How can I accomplish this?
|