|
-
December 16th, 2009, 09:44 AM
#1
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.
-
December 16th, 2009, 03:16 PM
#2
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.
-
December 16th, 2009, 03:27 PM
#3
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.
-
December 16th, 2009, 03:51 PM
#4
Re: Setup and Deployment Issue!
-
December 17th, 2009, 05:45 AM
#5
Re: Setup and Deployment Issue!
 Originally Posted by Frank100
Issue Solved!!
Can you please tell us how you solved it!?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|