Reply to Thread

Post a reply to the thread: Shortcut Icons

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)

  • 07-13-2005, 06:24 AM
    slimboywynn

    Re: Shortcut Icons

    Its ok Friedrich, I found I had to setup a new variable which holds the program files folder which the icons are then installed into, now everything is working fine
  • 07-13-2005, 05:47 AM
    linder

    Re: Shortcut Icons

    The %_SB_SETUPTYPEID% variable holds the name of the selected setup type.

    You can use something like the following:

    If %_SB_SETUPTYPEID% Equals 'Typical' Then
    Yada
    End

    Does this help?
  • 07-13-2005, 05:41 AM
    slimboywynn

    Shortcut Icons

    How do you set up Shortcut icons required for individual setup types? I want to install test.exe for my server and standalone setup type but NOT for my workstation setup type.

    I've added a script to add a shortcut and placed an IF around it and it doesnt create the shortcut. Even with the IF the shortcut still doesnt get created.

Posting Permissions

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