jjvainav
September 15th, 2005, 09:38 PM
Hello,
I am having an issue creating a shortcut in my deployment project. First I add the deployment project to my current project, that I want to package.
I added the primary output into the application folder. Right click and create shortcut, and then add it to the User's Desktop folder. I want to point out now, that I have an installer class in my project that I overlride the install and commit routines (I am thinking this might have something to do with my problem).
Now, onto the issue, after I run setup, the shortcut gets created on the user's desktop without a problem. However, when you try to use the shortcut, it runs the install before invoking the actual program. It shouldn't run the install before executing the program, I can't seem to figure this out.
Jeremy
I am having an issue creating a shortcut in my deployment project. First I add the deployment project to my current project, that I want to package.
I added the primary output into the application folder. Right click and create shortcut, and then add it to the User's Desktop folder. I want to point out now, that I have an installer class in my project that I overlride the install and commit routines (I am thinking this might have something to do with my problem).
Now, onto the issue, after I run setup, the shortcut gets created on the user's desktop without a problem. However, when you try to use the shortcut, it runs the install before invoking the actual program. It shouldn't run the install before executing the program, I can't seem to figure this out.
Jeremy