Afraid not Paul, unless you buy the full version.
However why not give the option to create a shortcut within the application
and then set the installer to autorun the application immediately after
installation using WSH.
oWsh = CREATEOBJECT("wscript.shell")
cDeskPath = oWsh.SpecialFolders("desktop")
oShort = oWsh.CreateShortcut(cDeskpath+"\MyApp.LNK")
oShort.TargetPath = "c:\MyApp\MyApp.EXE"
oShort.Save
Dave Crozier
The secret to staying young is to live honestly, eat slowly, and to lie
about your age
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Paul Newton
Sent: 24 October 2006 11:08
To: ProFox
Subject: Installshield Express
Hi all
Two questions:
Is it possible, using only "typical" setup (i.e. not "custom" setup) to make
the installation of a desktop shortcut optional ?
Is it possible to let the user have the option to run/launch the application
when setup completes ?
Thanks
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.