Installer Queries [RESOLVED]
Hello,
I'm creating a deployment package in VS.NET but am having problems with a couple of things.
Firstly, is it possible to deploy it as a silent installer (spitting out errors if they occur), or at least have it close after installation. Under User-Interface, it won't allow me to deploy it without adding a dialogue under End, so I'm currently adding a Finished screen.
Secondly, I have RemovePreviousVersions set to true however instead of removing them, if it detects one it shows an error. "Detected previous version installed, please remove using control panel".
Any ideas? Cheers...