Reply to Thread

Post a reply to the thread: "Create Shortcut on Desktop" and "Quick Launch" checkbox?

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 01-20-2006, 07:33 AM
    linder

    Re: "Create Shortcut on Desktop" and "Quick Launch" checkbox?

    Hello,

    Very easy

    1. Use the Set Variable script function to create a new variable. For example: %ADDITIONALTASKS%

    2. Create a "Check Boxes" dialog. In the Checkbox Text dialog properties enter "Create Desktop Shortcut". In the "Store Selection Results in Variable" listbox select %ADDITIONALTASKS%.

    Then add something like the following:

    If %ADDITIONALTASKS% Equals "1" on Position "1" Then
    ::Create Shortcut "SetupBuilder 5 Developer" to "Desktop\SetupBuilder 5 Developer" (Always Install)
    End

    HTH,
  • 01-20-2006, 05:51 AM
    Unregistered

    "Create Shortcut on Desktop" and "Quick Launch" checkbox?

    How do I ask if the end-user wants shortcuts on the desktop and in quick launch?

    Great product!

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •