Dave Crozier wrote:
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
Well I could use that as an option for example when the application runs
for the first time. Thanks Dave.
Of course this assumes that WSH is available on the target machine <s>
_______________________________________________
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.