Thank You, Phill!

That's exactly what i have done an hour ago.
Further i have some prerequisites like SQL Server Express, which shall be 
installed on single PC and server.
I think i have to adjust the InstallConditions the same way.

Thank You for Your hint and have a nice day!

Greetings,
Patrick

Von: Phill Hogland [via Windows Installer XML (WiX) toolset] 
[mailto:ml-node+s687559n7598228...@n2.nabble.com]
Gesendet: Dienstag, 25. November 2014 16:48
An: Patrick Pirzer
Betreff: Re: How to set and check Bundle variables?

Preprocessor statements <?...?> are resolved at compile time, so you probably 
don't want to use them because the 'user' cannot make any selection when your 
project is being compiled.  Use the Variable element and define 
bal:overridable='yes'

    <Variable Name='IsServerSetup' Type='string' Value='true' 
bal:Overridable='yes'/>

Forget trying to use preprocessor in the chain.  The best approach is to 
implement your package selection logic in custom BA, in the planning handlers.  
You could also use the variable in the  
MsiPackage/@InstallCondition='IsServerSetup="true"'

________________________________
If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-set-and-check-Bundle-variables-tp7598223p7598228.html
To unsubscribe from How to set and check Bundle variables?, click 
here<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7598223&code=cGF0cmljay5waXJ6ZXJAcHJvc29mdC5uZXR8NzU5ODIyM3wtMTQwMjUwNDE2NA==>.
NAML<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-set-and-check-Bundle-variables-tp7598223p7598230.html
Sent from the wix-devs mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to