Setup and Deployment Issue!
Hello Everyone,
I have created a desktop application in VisualStudio2008 using C#. Now I am creating setup project for this application.
I am really very new for the setup and deployment project so I googled few documents and got some idea about it, but still I am unable to fix my issue.
Basically I want this application should install on users profile on stratup programs, so whenever users logs in application should start automatically.
I really appreciate if you guys can provide me solution for my small problem.
I am creating setup in VS2008.
Thanks.
Re: Setup and Deployment Issue!
My setup should create a copy of "exe" here..
"Users\Guest\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\startup\My.exe"
so when users logon to his system then it will run automatically...
If there are anyother way to do that please let me know.
Re: Setup and Deployment Issue!
You should probably create your application as a windows service if you plan on having it start when windows starts.
Re: Setup and Deployment Issue!
Re: Setup and Deployment Issue!
Quote:
Originally Posted by
Frank100
Issue Solved!!
Can you please tell us how you solved it!?
Thanks