Conditional Install of .net 3.0 or .net 2.0
Posted: Tue Jan 16, 2007 7:46 pm
My setup has three install options (Client Only, Standalone, and Application Server). If Application Server is selected I want to install .net 3.0 else .net 2.0.
If I tick as application runtime it installs as prereq which is not what I want.
I am going to try to write it conditionally using some of the generated script for both versions of .net, but any suggestions would be appreciated. Also if I run an exe and wait for it to complete can I still grab return values to continue and if it forces a reboot will the setup return to the correct position?
If I tick as application runtime it installs as prereq which is not what I want.
I am going to try to write it conditionally using some of the generated script for both versions of .net, but any suggestions would be appreciated. Also if I run an exe and wait for it to complete can I still grab return values to continue and if it forces a reboot will the setup return to the correct position?