I am working on testing an update that I have a slight issue.
If the application was purposely installed in the installer created a website or virtual directory in the user runs the new installer the website or virtual directory is dropped. I have the new installer setup where if the application was previously installed all of the intermediate dialogues are skipped. The new installer uninstalls the previous version automatically and installs a new version. If I manually set up IIS, however, my virtual directory or website remains intact and runs as expected with the new updated version.
My assumption is that if AI sets up IIS, then it is uninstalled, all of my IIS settings are dropped. My question is, is there a way that I can have AI not drop all of my IIS settings on the uninstall?