Issue with Setup and Deployment Project
-
I created a Setup project for an application, and I built the setup.exe and .msi files for this application. I then ran the installation on another PC and the application ran fine until I removed the .exe and .msi files from that PC. Once that occurred, the application kept looking for those files as long as I tried to start the application with the shortcut that was created at installation time on the User's Programs Menu. Since those files no longer existed on the PC, the application would not run via that shortcut. So, I manually created a new shortcut to the executable, and the application runs fine when started via the new shortcut. What I can not figure out is what property is causing the shortcut created via the install to expect the setup.exe and .msi files for the install to still exist on the PC. This is not a published executable, but there must be some obvious property I am not setting properly. Can anyone tell me what might be causing the shortcut created on the install to continue to expect the existence of the setup.exe and .msi files? Thank you...