Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

how to create desktop shortcut with script?


1 reply to this topic

comicrage

comicrage
  • Members
  • 4 posts

Posted 17 September 2004 - 20:44

How do you create a desktop shortcut through installscript.

I want to install the desktop only when the user select a certain component to be installed and configure its properties.

Any help is greatly appreciated.

Thanks,

Rage

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 17 September 2004 - 23:13

Use the ComponentIsItemSelected call to construct such a condition.

Then use the AddFolderIcon call with szProgramFolder parameter value of FOLDER_DESKTOP.

For more information on each of these calls, check the help file, but if you need further assistance, just let me know.
user posted image