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
DateTimePicker question
Need to export tables data from a .SQL file to Foxpro tables
SCCM with server 2008 R2
calling mssql on a remote server
regular B&R as a feature
Adding option and value to dynamically to dropdown menu
Need some helps.
password change and irreversible loss of data
Terminal Server:your interactive logon privilege has been disabled windows server 2008
SQL for binary coupled elements?