I have created a installtion Setup project in my main project in orderto create a .msi file which could be download and installed but I have the following questions.
How do I make the installtion process remove the old installation, as it works now the installation file complains that an (older) version of the program is already installed and this one needs to be removed first (if the user have already installed the program once).
How can I create a "http link" in the applications menu folder ? I would like to, during the installation, create a menu item in the applications menu folder which start the (default) internet browser and go to the url I have specified.
Is there a good guide how to add new dialog boxes to a setup project ? I want to the installation to be in "two modes", "quick" and "advanced", where the quick one install the application wit hdefault values but the advanced one will ask the user for two folders which the user select.
The setu project creates tw files XXXX.msi and a setup.exe, what is the setup.exe needed for? is it for those machines that do not have some sort of software installed that can not read .msi files ?
Is there soem documentation of which [xxxx] tags are aviable, like [Author], [ApplicationName] etc. ? So I do not have to hardcode ceartain stuff in the Setup project file.
/Stefan