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
Access DoCmd.runSQL running a SQLServer stored procedure
how to legally obtain OEM for the purpose of installing and selling
Block by Registry policy setting
Query to sort by length of text data
How should I correct my JavaScript to return the values of checkboxes?
choosing the next programming language
taking backup edge server 2007 sp1
Would an exchange server update take down the server?
Oracle Enterprise Manager -- Scheduled TEXT file ?
How do a update the results of a calculated field all records in a table?