KreativeKai
Programmer
I've setup a deployment project which installs 4 merge modules that a crystal report application uses. This functionality works fine.
The next option I wanted to tackle with the same deployment project was to have the setup install the framework if the client does not already have it. I was able to implement this function by using the "Launch Conditions" menu. Unfortunately it will prompt to install the .NET framework and the installation will go fine, but the rest of the setup program does not continue. If you double click on the setup a second time, the install will not prompt for the framework, and will install the merge modules.
I also want to add a MSI application that changes the security on the machine to fully trust the local intranet. I added this to the "Launch Conditions" menu also and the same problem occurs. The application will only perform one function at a time.
How do you put three seperate type of installs all into one setup project?
Any help is appreciated...
The next option I wanted to tackle with the same deployment project was to have the setup install the framework if the client does not already have it. I was able to implement this function by using the "Launch Conditions" menu. Unfortunately it will prompt to install the .NET framework and the installation will go fine, but the rest of the setup program does not continue. If you double click on the setup a second time, the install will not prompt for the framework, and will install the merge modules.
I also want to add a MSI application that changes the security on the machine to fully trust the local intranet. I added this to the "Launch Conditions" menu also and the same problem occurs. The application will only perform one function at a time.
How do you put three seperate type of installs all into one setup project?
Any help is appreciated...