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
Error on cascading delete command / ORA-02291
get last record from group by
How can I put a text editor inside a Access form?
SQL Query calculation in a View
Java Client Applet - Message from server to ALL clients
iphone 3gs email with exchange server
SQL query help..to join or not to join
Getting a "postbacktrigger is not a known element" ASP.NET waring
Unable to delete some items on Draft folder con Exchange 2007.
Adding a Manual DNS SRV record