Remove the <Custom> tag and instead "Publish" a "DoAction" event from the
Done/Finish/Close button on your finished dialog.

-----Original Message-----
From: Thomas Due [mailto:t...@scanvaegt.dk] 
Sent: Thursday, June 24, 2010 6:36 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WiX-users Digest, Vol 49, Issue 116

Hello, 

I have two quick questions: 

First, I need to run an application when the installer is closed. Currently
it runs when the finished dialog is shown: 

        <InstallExecuteSequence>
            <Custom Action="LaunchConfig" After="InstallFinalize">NOT
Installed</Custom>
        </InstallExecuteSequence>

        <CustomAction Id="LaunchConfig" FileKey="MasterConfig"
ExeCommand="-lan=[INSTALLLANGUAGE] -src=[SourceDir]" Return="asyncNoWait" />
 
But how do I make it run when the finished dialog is CLOSED? 

Second, how do I escape a " in the ExeCommand attribute? E.g.
ExeCommand="-lan=\"[INSTALLLANGUAGE]\" -src=[SourceDir]"?

Thanks, 
Thomas Due





----------------------------------------------------------------------------
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to