Results 1 to 5 of 5

Thread: InnoSetup desktop icon [RESOLVED]

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Location
    Chicago
    Posts
    136

    Resolved InnoSetup desktop icon [RESOLVED]

    Is it possible to force a desktop icon onto a user's desktop? The only way I've been able to see is to allow the choice of a desktop icon by selecting a checkbox. I'd like to make sure the user has one.

    Thanks
    Last edited by bat711; Jun 6th, 2005 at 03:08 PM.
    CodeBank: Launch IE

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: InnoSetup desktop icon

    Inno Script allows you to check a box for a desktop icon in the Parameters screen. You can find it at Randem's site. There are links in this forum, or you could look at www.***********

  3. #3
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: InnoSetup desktop icon

    All you need to do is have an item in the [Icons] section with no taks parameter, like this:

    Code:
    [Icons]
    Name: "{userdesktop}\RichText Power Pad"; Filename: "{app}\RichText Power Pad.exe";
    The above will always create a shortcut without asking the user

    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Location
    Chicago
    Posts
    136

    Re: InnoSetup desktop icon

    Thanks guys.

    CodeBank: Launch IE

  5. #5
    Registered User
    Join Date
    Apr 2014
    Posts
    2

    Re: InnoSetup desktop icon

    hi,
    I want to place the create desktop icon check box at the end of the installation, that is at the finish window. is it possible to do the same?


    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