I'm trying to run an exe when a user clicks a button, can anyone please tell
me what i am doing wrong or tell me how to do it please. Thanks

<Binary Id="sentinelInstaller" SourceFile="sentinel_setup.exe" />

 

<CustomAction Id="sentinel_setup" BinaryKey="sentinelInstaller"
ExeCommand="sentinel_setup.exe" Execute="immediate" Return="check"
HideTarget="no" />

 

    <Control Id="Sentinel" Type="PushButton" X="40" Y="100" Width="56"
Height="34" Bitmap="yes" Text="SuperProImage" >

    <Publish Event="DoAction" Value="sentinel_setup" Order="1" />

    </Control>

 

 

Kind Regards,

 

Natalie Carr

 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to