Hello,

- Here are Burn Built-in Variables :
http://wix.sourceforge.net/manual-wix3/bundle_built_in_variables.htm

- You can also use burn's arguments. :

    <Bundle         
...     
    <Variable Name="LANG" bal:Overridable="yes"/>
        
    </Bundle>
    <Fragment>
...

        <PackageGroup           
...
          <MsiPackage
...
        InstallCondition="LANG = &quot;fr-FR&quot; AND NOT VersionNT64"  
...

Le Mer 09 Janvier 2013, à 16:24, Branko Horvat a écrit :
> I've got two msi packages in a wix bundle. I want to install one on x86
> platform and the other in case of x64 platform.
> Is it good if I need for the first case the following condition: "NOT
> VersionNT64"
> and for the second: "VersionNT64"?
> Can be used also "Installed AND ..." condition in this burn context?
> Where can I find all the condtions for MsiPackage?
> 
> Thx
> 
> ------------------------------------------------------------------------------
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-- 
Sincèrement,
Gabriel

"I know no way of judging the future but by the past."
    Patrick Henry
"You can never plan the future by the past."
    Edmund Burke

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to