Setup / Installer Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian

    #1

    Setup / Installer Question

    when creating an installer for your solution, how can you make it create an
    entry on the programs listing or a desktop icon?

    Thanks,
    Brian


  • Phil G.

    #2
    Re: Setup / Installer Question

    If you use the setup wizard, on completion you should be viewing the File
    System Editor, if not, just select it from the 1st icon at the head of the
    properties windows.

    You should then see three 'folders', named Application Folder, User's
    Desktop and User's Programs Menu.

    For adding an entry on the programs menu, right click the User's Programs
    Menu and select >Add >Project Output(most likely!). You will then select the
    primary output from your project.

    For an icon on the desktop, which is infact a shortcut to your app. Whilst
    still in the Users Programs Menu, select the output file that was just
    created for you, right click and select Create Shortcut .............. Once
    the shortcut is created drag the created shortcut to the User's Desktop
    folder, and Voila!!!!!

    Good luck and HTH.

    Phil

    "Brian" <brian_wolters@ yahoo.com> wrote in message
    news:eBZBPkaqFH A.2592@TK2MSFTN GP09.phx.gbl...[color=blue]
    > when creating an installer for your solution, how can you make it create
    > an entry on the programs listing or a desktop icon?
    >
    > Thanks,
    > Brian
    >
    >[/color]


    Comment

    • Brian

      #3
      Re: Setup / Installer Question


      "Phil G." <Phil@nospam.co m> wrote in message
      news:del8iu$jej $1@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
      > If you use the setup wizard, on completion you should be viewing the File
      > System Editor, if not, just select it from the 1st icon at the head of the
      > properties windows.
      >
      > You should then see three 'folders', named Application Folder, User's
      > Desktop and User's Programs Menu.
      >
      > For adding an entry on the programs menu, right click the User's Programs
      > Menu and select >Add >Project Output(most likely!). You will then select
      > the primary output from your project.
      >
      > For an icon on the desktop, which is infact a shortcut to your app. Whilst
      > still in the Users Programs Menu, select the output file that was just
      > created for you, right click and select Create Shortcut ..............
      > Once the shortcut is created drag the created shortcut to the User's
      > Desktop folder, and Voila!!!!!
      >
      > Good luck and HTH.
      >
      > Phil
      >[/color]

      Thank you..that helps a lot...still learning!

      Brian


      Comment

      Working...