Announcement

Collapse
No announcement yet.

Placing Shortcut on Desktop

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Placing Shortcut on Desktop

    Hello,

    I've read through the posts in the message board and I wanted to say thanks. They've really helped and have gotten me as far as I have. However, I'm now stuck. Here is my situation. I am putting this setup on a cD-rom and whenever I include the actual .exe file in the setup, it doesn't work correctly. Apparently, the .exe must remain on the cdrom. So, I just pointed to it using the System Editor. The only file I import into the setup is the icon and the readme. This seems to work great! However, I'm now trying to put that same file "shortcut" that it created on the desktop, or at least a copy of it. Do you know how I can go about doing this.

    Thank you tremendously.

  • #2
    Re: Placing Shortcut on Desktop

    Hi,
    To create a Shortcut command that creates a shortcut to your program on the Windows desktop:

    Action Create Shortcut
    Folder %Desktop%
    Shortcut Description My Program
    Target File %AppDir%\MyProg.exe
    Command Line Arguments
    Icon Index 0
    Use external icon file Unchecked
    External Icon Path N/A
    Working Directory %AppDir%
    Run Mode Normal

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment

    Working...
    X