No worries Rob :)
______________________
Steven Ogilvie

Sent from my BlackBerry...

3 - 45 Bertrand Street
Ottawa, ON
Canada
K1M 1Y5

Mobile: +1 613 299-2121
E-mail:  sogil...@msn.com

-----Original Message-----
From: "Rob Mensching-7 [via Windows Installer XML (WiX) toolset]" 
<ml-node+s687559n7581152...@n2.nabble.com>
Date: Fri, 5 Oct 2012 03:01:40 
To: <sogil...@msn.com>
Subject: Re: Burn installCondition vs Product.wxs Condition

        Note: there is admittedly some work to clean up the sharing of searches 
between MSI and Burn. We have a good first draft but it can be smoothed out 
a lot in the future. 

On Thu, Oct 4, 2012 at 12:41 PM, Steven Ogilvie <[hidden email] 
</user/SendEmail.jtp?type=node&node=7581152&i=0> >wrote: 


> Dude... You rock... works like a charm :) 
> 
> Thank you very much, I made some minor modifications: 
> <Chain> 
>       <PackageGroupRef Id="Netfx4Full"/> 
> 
> <Fragment Id="InstallConditionChecks"> 
>     <!-- Check for .NET 4.0 --> 
>     <WixVariable Id="WixMbaPrereqPackageId" Value="Netfx4Full" /> 
>     <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net Framework 
> Setup\NDP\v4\Full" Value="Version" Variable="Netfx4FullVersion" /> 
>     <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net Framework 
> Setup\NDP\v4\Full" Value="Version" Variable="Netfx4x64FullVersion" 
> Win64="yes" /> 
> 
>     <PackageGroup Id="Netfx4Full"> 
>       <ExePackage Id="Netfx4Full" 
>                   DisplayName="Microsoft .NET Framework 4.0" 
>                   SourceFile="..\..\PreReqs\dotNetFx40_Full_x86_x64.exe" 
>                   InstallCommand="/passive /norestart" 
>                   Permanent="yes" 
>                   Vital="yes" 
>                   DetectCondition="Netfx4FullVersion AND (NOT VersionNT64 
> OR Netfx4x64FullVersion)" /> 
>     </PackageGroup> 
> 
> -----Original Message----- 
> From: Hoover, Jacob [mailto:[hidden email] 
> </user/SendEmail.jtp?type=node&node=7581152&i=1> ] 
> Sent: October-03-12 6:36 PM 
> To: General discussion for Windows Installer XML toolset. 
> Subject: Re: [WiX-users] Burn installCondition vs Product.wxs Condition 
> 
> I would look at how Wix did their custom BA. 
> 
> IE, in your bundle chain.. 
>         <Chain> 
>             <PackageGroupRef Id='Netfx4Full' /> 
> 
> And then include 
> 
> <?xml version="1.0" encoding="utf-8"?> 
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"; xmlns:util=" 
> http://schemas.microsoft.com/wix/UtilExtension";> 
>     <Fragment> 
>         <WixVariable Id="WixMbaPrereqPackageId" Value="Netfx4Full" /> 
>         <WixVariable Id="WixMbaPrereqLicenseUrl" Value="NetfxLicense.rtf" 
> /> 
> 
>         <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net 
> Framework Setup\NDP\v4\Full" Value="Version" Variable="Netfx4FullVersion" /> 
>         <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net 
> Framework Setup\NDP\v4\Full" Value="Version" 
> Variable="Netfx4x64FullVersion" Win64="yes" /> 
> 
>         <PackageGroup Id="Netfx4Full"> 
>             <ExePackage Id="Netfx4Full" Cache="no" Compressed="no" 
> PerMachine="yes" Permanent="yes" Vital="yes" 
> SourceFile="dotNetFx40_Full_x86_x64.exe" 
>                         DownloadUrl=" 
> http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe
> " 
>                         DetectCondition="Netfx4FullVersion AND (NOT 
> VersionNT64 OR Netfx4x64FullVersion)" /> 
>         </PackageGroup> 
>     </Fragment> 
> </Wix> 
> 
> If I had to guess, the extension is only valid for the MSI scope and not 
> the Burn scope. 
> 
> -----Original Message----- 
> From: StevenOgilvie [mailto:[hidden email] 
> </user/SendEmail.jtp?type=node&node=7581152&i=2> ] 
> Sent: Wednesday, October 03, 2012 4:48 PM 
> To: [hidden email] </user/SendEmail.jtp?type=node&node=7581152&i=3> 
> Subject: Re: [WiX-users] Burn installCondition vs Product.wxs Condition 
> 
> its a dependency of a MSI that I am installing, once I get it working 
> properly I can take out that condition in the MSI... 
> 
> 
> 
> -- 
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-installCondition-vs-Product-wxs-Condition-tp7581071p7581073.html
> Sent from the wix-users mailing list archive at Nabble.com. 
> 
> 
> ------------------------------------------------------------------------------
>  
> Don't let slow site performance ruin your business. Deploy New Relic APM 
> Deploy New Relic app performance management and know exactly what is 
> happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic 
> at no cost today and get our sweet Data Nerd shirt too! 
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________ 
> WiX-users mailing list 
> [hidden email] </user/SendEmail.jtp?type=node&node=7581152&i=4> 
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> ------------------------------------------------------------------------------
>  
> Don't let slow site performance ruin your business. Deploy New Relic APM 
> Deploy New Relic app performance management and know exactly what is 
> happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic 
> at no cost today and get our sweet Data Nerd shirt too! 
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________ 
> WiX-users mailing list 
> [hidden email] </user/SendEmail.jtp?type=node&node=7581152&i=5> 
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> ------------------------------------------------------------------------------
>  
> Don't let slow site performance ruin your business. Deploy New Relic APM 
> Deploy New Relic app performance management and know exactly 
> what is happening inside your Ruby, Python, PHP, Java, and .NET app 
> Try New Relic at no cost today and get our sweet Data Nerd shirt too! 
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________ 
> WiX-users mailing list 
> [hidden email] </user/SendEmail.jtp?type=node&node=7581152&i=6> 
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 


-- 
virtually, 

   Rob Mensching 
   http://RobMensching.com LLC 
------------------------------------------------------------------------------ 
Don't let slow site performance ruin your business. Deploy New Relic APM 
Deploy New Relic app performance management and know exactly 
what is happening inside your Ruby, Python, PHP, Java, and .NET app 
Try New Relic at no cost today and get our sweet Data Nerd shirt too! 
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________ 
WiX-users mailing list 
[hidden email] </user/SendEmail.jtp?type=node&node=7581152&i=7> 
https://lists.sourceforge.net/lists/listinfo/wix-users
                                
        
        
----------------
        
                
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/Burn-installCondition-vs-Product-wxs-Condition-tp7581071p7581152.html
             
                                To unsubscribe from Burn installCondition vs 
Product.wxs Condition, click here 
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=7581071&amp;code=c29naWx2aWVAbXNuLmNvbXw3NTgxMDcxfC0xMzAxOTI3MzMx>
 .
                NAML 
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;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/Burn-installCondition-vs-Product-wxs-Condition-tp7581071p7581153.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to