Hi I am trying to do two custom actions when a certain button is clicked but
the second is never getting executed. Can anyone tell me what I am doing
wrong?

 

        <Control Id="Hasp" Type="PushButton" X="40" Y="60" Width="56"
Height="34" Bitmap="yes" Text="HaspImage" >

          <Publish Event="DoAction" Value="SetHasp" Order="2">1</Publish>

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

        </Control>

 

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

          <Publish Event="DoAction" Value="SetSentinel"
Order="2">1</Publish>

          <Publish Event="DoAction" Value="LaunchApplication" 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