This worked for me:

<Chain DisableSystemRestore="yes">
      
      <MsiPackage
        Id="Setup"
        Compressed="no"
        DisplayInternalUI="yes"
        SourceFile="../SetupProject2/bin/Debug/SetupProject2.msi"
        Vital="yes"
        InstallCondition="Checkbox1">
        
        <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
      </MsiPackage>
      <MsiPackage
        Id="Setup1"
        DisplayInternalUI="yes"
        Compressed="no"
        SourceFile="/SetupProject2/bin/Debug/SetupProject3.msi "
        Vital="yes"
        InstallCondition="Checkbox2">
        <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
      </MsiPackage>
    </Chain>

-----Original Message-----
From: Tom Brezinski [mailto:to...@networkinstruments.com] 
Sent: Wednesday, May 21, 2014 7:12 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Burn StandardBA Dynamic LaunchTarget

Is there a way to change the StandardBA LaunchTarget based on a user selection?

I have the following 4 radio buttons in my bundle which determine which 
features I install:
        <Variable Name="RadioButton1" Type="numeric" Value="1" />
        <Variable Name="RadioButton2" Type="numeric" Value="0" />
        <Variable Name="RadioButton3" Type="numeric" Value="0" />
        <Variable Name="RadioButton4" Type="numeric" Value="0" />

Depending on which the user selects I want LaunchTarget to be different.  For 
example if RadioButton1 target is "AppA.exe", RadioButton2 target is 
"AppB.exe", etc.  I have a feeling there's no way to do it but figured I would 
ask.

Thanks,
-Tom
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to