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
Testing Postfix
Problems with tables in Jquery tabs
HP Laserjet P4015n saying it is jammed?
use environment special folder to get DllImport
Why is Kaspersky internet security 2010 blocking
www.apple.com
Problem deploying VSTO addin in 64 bit Windows Terminal Server environment
Concurrent access to javadb
cannot over right a dll file win windows 7
External hard drive won't mount, cannot reformat
Submit form with link asp / javascript