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

    Installing Part1 - Startmenu

    Hello!

    Can somebody explain me, how to make an Sartmenu-Entry for my program with C++?

    I have read, I have to place a shortcut in the right folder. But how do I generate a shortcut with C++?

    Another problem is:
    Does every single Win (95, 98, NT, XP....) in different languages have the same folder to look for?

    I know, how to create files, but how do I create folders in C++?

    Thanks for help.

    Taggi

  2. #2
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    78

    Re: Installing Part1 - Startmenu

    Hi,

    Check the attachment!

    With regards,
    A.Ilamparithi.
    Attached Files Attached Files

  3. #3
    Join Date
    Jan 2003
    Posts
    97
    Thank you a lot.

    I will try to understand it....

    Taggi

  4. #4
    Join Date
    Nov 2003
    Posts
    2,185
    I see that you want to create a setup for your application....

    Then use some kind of setup generator....

    Then you can edit registry, add shortcuts (whereever you want), and run apps on the installation....

    So try a free one like inno setup

    Good luck!

  5. #5
    Join Date
    Nov 2003
    Location
    Bangalore
    Posts
    78

    re:

    Originally posted by Taggi
    Thank you a lot.

    I will try to understand it....

    Taggi
    Hi

    If u want to create a installer, then try INSTALLSHIELD for MS VC++.

    Regards,
    A.Ilamparithi.

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