Setup Deployment User Interface Problem
-
G'day guys, Today I have been playing with the option of having to insert additional user interface dialogs in the setup msi project in visual studio. One my goals in this setup msi project is to allow the user to select the option of whether they want to read the user guide or install the software. I have implemented this option as a two radiobutton form under the User Interface Option. The problem I am experiencing is that, when the user selects the option of simply viewing the user guide, the setup msi starts to install the software once the software is half through the installation it then fires up the user guide then continues to complete the installation. What do I need to do in order to prevent the setup msi from installing the software when the user selects the option of viewing the user guide document. I have used the following article as a reference to get me started in customizing the user interface dialog: http://www.codeproject.com/dotnet/Easy\_Custom\_Setup.asp Any pointers will be most appreciated. thanks