0
Visit the URL below you will get more information about setup project
http://www.codeproject.com/KB/install/SetupAndDeployment.aspx?display=Print
Regards
Ctal
0
have you adorned your installer class with
[RunInstaller(true)]
If you don't the installer won't work
0
I tried that and it didn't seem to work. Were upgrading to VS 2008 Professional next week so hopefully that will fix the problem. Its not a big issue, more or less just a hassle for the customer (which I guess could be classified as a big issue) because they have to go in and remove shortcuts manually.
Do you know if the VS 2008 Professional version of Windows Installer has the ability to create shortcuts during install? That would alleviate this whole problem if I could do that without having to write a custom installer, ugh!
0
You have to check propery 'InstallerClass' of added custom exe in Installer. Making this propery to 'FALSE', added custom exe will run.