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
Which atom cpu choose ?
ASP.NET MVS set up database problem.
VBA Code needs converted from MS Excel 2003 to 2007
Determining if something exists in Powershell
exchange 2010 smtp connector needs to append @domain.com for aliases
Restore VM backup to another Window 2008
Multimedia audio controller installation
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
in Javascript(without a FW), wts the $().text ?
Sorting records in VBA