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

Thread: SETUP PROGRAM

  1. #1
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    SETUP PROGRAM

    Hello,
    What should I do if I want to have my application started automatically after the setup program is complete.Also How do I make my applications RESTART windows.I know how to make them SHUT DOWN Windows
    Thanks


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: SETUP PROGRAM

    you can modify the sourcecode of setup1.exe. It comes with VB.
    You can customize it so that your app is started after a successful setup (I wouldn't do it, because setup may have to reboot).
    You can restart windows by calling ExitWindowsEx API.


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