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
using a batch file to change primary dns address
Price modifier in a dropdown using PHP & MySQL
Non-deliverable notifications by Outside of email system
outlook 2007 is not working with brand new sbs 2008 migrated server
HP Design Jet 510 Printer Error 63.03 79.04
How to suppress a page header when only a sub report is visable (in group footer 1b)
Why can't my new server SBS 2008 connect to the Internet when my old server (W2k) can?
Is it possible to databind within the UI from a background thread?
This mailbox cannot be opened. The mailbox may be located in a different forest from the Microsoft Exchange Client Access server. For access to the mailbox or for more information, contact technical s
How do I GPO encryption for offline files?