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
Database Design and Indexes
MAPI issues with GRT backups Symantec Backup Exec
Installing Blackberry Enterprise Server Express
PHP syntax help
Show result query
MySQL Security: Block all Internet IP addresse excluding those I dynamically add from a batch file
SQL Cast statement error - varchar to uniqueidentifier
window live mail
Auto select all the default values of a parameter when the crystal report is opened
Appdata folder redirection background picture disappearing