CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    39

    Exclamation Visual Studio Installer

    I want to create an instalator of my project, and to do this I used Visual Studio Installer 1.1 program. When my programs instales, I want to instale an shortcut to the uninstall and to a .pdf file in the start menu. The shortcuts I did, but the files appears like unidentified files, without icon. If I click on then, they run, but they don't have icon. How can I put them icon?

  2. #2
    Join Date
    Dec 1999
    Posts
    128

    Re: Visual Studio Installer

    Quote Originally Posted by Ainara
    How can I put them icon?

    Hi there.

    In the VSInstaller, if you go to the "File System" item in the project explorer, you will see (under the "User's Start Menu" probably) the shortcuts you have created. Click on a shortcut and change the Icon property to include the icon you wish.
    -------------------------
    Nick A.

  3. #3
    Join Date
    Apr 2005
    Posts
    39

    Re: Visual Studio Installer

    Thank you very much for your help!

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