Microsoft
Software
Hardware
Network
Question : Call SOURCEDIR executable from embedded VBScript custom action
Hi,
I need a VBScript for a Wise Package Studio embedded vbscript custom action. I need it to launch an executable located in the [SOURCEDIR} folder. The exe is located in the same folder as the MSI.
Thanks.
Answer : Call SOURCEDIR executable from embedded VBScript custom action
Can you try this:
strFileName=Session.Proper
ty("SOURCE
DIR") & "MyExe.exe"
Set objShell = CreateObject("WScript.Shel
l")
objShell.Run strFileName, 1, True
Regards,
Rob.
Random Solutions
Cannot connet to internet via wireless but can connect via hardwire
Direct email
AS3 xml news ticker - How it's done?
open access form to no record
Network configuration with a Comcast SMS gateway
Convert XML to PHP Feed
how to split the data and put into the data base
Solaris 10 vs Linux Server
IM (OCS 2007) not getting connected thru Blackberry..
Visual Studio 2010: C#; Newbie Question