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
PHP sql statements
How do I finish SBS 2003 to SBS 2008 migration after 21 days?
Desktop on Ubuntu
USB port on compaq laptop w/XP will not work with USB mouse
"Sending and receiving reported Error (0x80040119):' Unknown Error " in Outlook 2003
Outlook Anywhere
Script to open up .ini file, make changes, then save
Delphi TWebbrowser loads the URL but a Login Form appears.
Is this optimal
Which is the BEST to secure LAN : WEP, WPA or WPA2?