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

Creating shortcut based on conditions.


1 reply to this topic

installer_wow

installer_wow
  • Members
  • 8 posts

Posted 05 July 2004 - 11:26

Hi,

I want to create shortcuts on desktop only when user selects the check box on finish installation dialog.

In other words, I want to create shortcuts based on certain conditions.

How can I do this???

I found a post on this board stating that a CA that manipulates the shortcut table will solve the purpose.

Any Help?

Regards,
Akshay Arora.

ND.





Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 July 2004 - 15:46

At the time the finish dialog is displayed, the installation is finished. So if you want to do it from the finish dialog you must use a custom action to create the shortcut (e.g. a DLL that would call the respective Windows API)