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
Exchange ActiveSync query
Domating aDC runing Exchange
Safari ems and pixels
1024 character limit in query grid
access forms condition formatting in unbound combo box
tuples in sql server
Excel 2007 copy/paste format
Access 2007
Finding a repeater item by index?
Using a variable in the ORDER BY clause of an SQL stored procedure.