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
Corrupt Profiles
Cold Fusion Oracle Stored Procedures with Ref Cursor
Host CPU % vs top Load
SMS collection help.
Random array script not working on web server
cannot drop statistics in sql server
Covert DateTime to time only Excell 2003
Disable Spanning Tree Adtran Netvanta 1234
Sharepoint 2010 site collection question
Oracle hints in test environments