You are currently not logged in. Login or Register. Forgot your password? View Cart
Site Search:
Quick Links:

Question:
Can InstallPump create a Windows desktop shortcut? (SQA000075)


Answer:
Yes. This must be done via IPScript, using the IPFileCreateShortcut function:
Function IPFileCreateShortcut(ShortcutLocation&, Target$, IconTitle$, Optional GroupName$) As Long
The "ShortcutLocation&" parameter specifies where the shortcut is created (use 1 for Windows desktop). A full description of this function is available in InstallPump's Help file.



Last Reviewed: 04/23/2004 11:49:28 AM