I've inherited a desktop application written in Visual Studio 2003.
I've recently updated the application, and I've built a new Setup reflected the updated components. The resulting .msi file works fine, with the exception of the shortcut I've tried to include.
In the Setup portion of the application, I've specified a shortcut for the application be built, and through Properties of the shortcut have specified the application folder where the application is installed. However, the resulting "target" for the shortcut has only the folder name, and doesn't include the name of the actual .exe file to be invoked.
This should be simple, but I've been trying options for days and haven't figured out how to include the executable name in the "target" information.
Any thoughts or suggestions would be MOST appreciated!!!
I've recently updated the application, and I've built a new Setup reflected the updated components. The resulting .msi file works fine, with the exception of the shortcut I've tried to include.
In the Setup portion of the application, I've specified a shortcut for the application be built, and through Properties of the shortcut have specified the application folder where the application is installed. However, the resulting "target" for the shortcut has only the folder name, and doesn't include the name of the actual .exe file to be invoked.
This should be simple, but I've been trying options for days and haven't figured out how to include the executable name in the "target" information.
Any thoughts or suggestions would be MOST appreciated!!!