Page 1 of 1

Creating Shortcuts

Posted: Tue Apr 17, 2007 8:02 am
by Superfreak3
I see, in attempting to add a shortcut, you can place it in the following locations: On top of Start Menu, In the application Start Menu Folder, On the Desktop, On the Quick Launch toolbar.

How do I create a shortcut in Start -> All Programs -> Our App -> Help?

Would I use a Create Shortcut MSICode action? If so, what would I enter for the fields there?

As always, APPRECIATED!!

Posted: Wed Apr 18, 2007 9:23 am
by neillans
Simple - same as you do with a file placement - address the folder :)

E.g:

Create Shortcut $SHORTCUTFOLDER$\\Example\\Help\\HelpFile to $TARGETDIR$\\Myhelp.hlp

:)