I do not need to install a different MSI, I already pass the values using
MsiProperty and install as appropriate. What I need is to change LaunchTarget
so the Launch button on the StdBA success screen launches a different
executable. Is there a way to change a variable in Burn from the executing MSI
perhaps?
-----Original Message-----
From: Pavan Konduru [mailto:[email protected]]
Sent: Wednesday, May 21, 2014 11:25 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Burn StandardBA Dynamic LaunchTarget
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:[email protected]]
Sent: Wednesday, May 21, 2014 7:12 AM
To: [email protected]
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
[email protected]
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
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users