Results 1 to 2 of 2

Thread: Desktop icon using inno setup

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2010
    Posts
    1

    Desktop icon using inno setup

    Hello all,
    Could anyone plz tell me how to add desktop icon only on request(Not default).
    I'm using Inno Setup. My code is,
    Name: "{userdesktop}\S/W [S/W-VERSION]"; Filename: "{app}\S/W.exe"; WorkingDir: "{app}"; Tasks: desktopicon singleuser
    Name: "{commondesktop}\S/W [S/W-VERSION]"; Filename: "{app}\S/W.exe"; WorkingDir: "{app}"; Tasks: desktopicon allusers

    This one is creating the desktop icon by default. I dont want like that. I want it only on selection. The selection variable here is desktopicon.

    Thanks in advance
    Sugan

  2. #2
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Desktop icon using inno setup

    Example:
    Code:
    Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

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