Hi there,
I have created an application and have Deployed it (created a setup file), now i want to add the exe file to the startup as soon as the application is installed.Can anyone help me please?
Hi there,
I have created an application and have Deployed it (created a setup file), now i want to add the exe file to the startup as soon as the application is installed.Can anyone help me please?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Apr 6, 2009, 1:41 AM
1.http://www.codeproject.com/KB/install/DeployUninstall.aspx?fid=209357&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=26&select=2793650
Sriram RamaniPosted Apr 6, 2009, 1:17 AM
Dear Sir
That is not i needed im asking how to create an uninstall file to uninstall the application and how to automatically copy the application's exe to startup when installing?
vivek kulkarniPosted Apr 5, 2009, 12:06 PM
hi
1. Normally Install will, by default, restrict installation to a single user. If needed, in Project Explorer, click Setup Project name, view properties list, and set “InstallAllUsers” to true.
1a. In the File System Editor, right-click User’s Program Menu.
2. Add -> Folder and Rename Folder to
3. In the File System Editor, in the Application Folder, select the Primary output from node.
4. Right Click -> Create Shortcut to Primary Output.
5. Rename the Shortcut to .
6. Select the Shortcut and drag it to your User’s Program Menu folder in the left pane.