CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Location
    india
    Posts
    191

    Putting application into start menu while installing

    Hi,
    I would like to know how to put the application icons into start menu & create the application group while installing using the setup program.
    Thanks in advance.


  2. #2
    Join Date
    Jul 2001
    Posts
    7

    Re: Putting application into start menu while installing

    This task differ what platform you need to support (Win 9.x or Win Nt or both?) and needs "a few" API cals. The best sample how to do this is Setup1 project which is comming with Setup Toolkit (project installed with Visual Basic that is used by the Package and Deployment Wizard).


  3. #3
    Join Date
    Aug 2000
    Location
    india
    Posts
    191

    Re: Putting application into start menu while installing

    The application has to run on Win9.x, WinNT & Win2000 OS. Which are the APIs required? Is it possible to give the details of using the APIs on atleast one of the OS, say Win2000?
    Thanks in advance



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