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

Reply via email to