+ Reply to Thread
Results 1 to 2 of 2

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

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Unregistered Guest

    Default "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!

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default 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,

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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