Paul, I do have an API call somewhere that will do it. I'll try and dig it out tonight.
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: 26 October 2006 11:41 To: [email protected] Subject: Re: Installshield Express 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> [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.

