CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: StartUp Group

  1. #1
    Guest

    StartUp Group

    I want my project to be added to the StartUp Group during setup. I have gone through the setup1.vbg in SetupKit Folder of VB but that seems too complex.
    Any ideas how it can be achieved easily.
    Thnkx in advance.


  2. #2
    Join Date
    May 1999
    Location
    USA
    Posts
    23

    Re: StartUp Group

    I think it's easier to do this through the setup.vbp. What u've to do is 2 use the API CopyFile after the setup program has finshed creating the icons required. I think this is done in the standard module with a procedure CreateIcons or something similar. What u've 2 do is copy the shortcut created under the program files to the startup folder. Lemme know cocerns if any...


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