CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2007
    Posts
    116

    Lightbulb 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.

  2. #2
    Join Date
    Mar 2007
    Posts
    116

    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.

  3. #3
    Join Date
    Apr 2007
    Location
    Florida
    Posts
    403

    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.

  4. #4
    Join Date
    Mar 2007
    Posts
    116

    Re: Setup and Deployment Issue!

    Issue Solved!!

  5. #5
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Setup and Deployment Issue!

    Quote Originally Posted by Frank100 View Post
    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
  •  





Click Here to Expand Forum to Full Width

Featured