I hahe an executable file stored in <Binary> element:
<Binary Id="DetectBoard.exe"
Source="Components\dfPost4Files\BoardDrivers\DetectBoard.exe"/>
I need to execute it in my vbscript custom action and then depends on return
code set some value to variable.

To run files I am using:
      Set wshshell = WScript.CreateObject ("WScript.shell")
      wshshell.Run ("%comspec% C:\CheckIDE\CheckIDE.exe")

But how can I execute my file stored in <Binary>?

-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-execute-binary-in-VBScript-custom-action-tp5931213p5931213.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to