Hi!
This is my (for me) working solution (just for completeness):

  <?defineNetFx11RedistLink =  
http://download.microsoft.com/download/4/f/3/4f3ac857-e063-45d0-9835-83894f20e808/dotnetfx.exe
 ?>

<util:RegistrySearch
       Id="NetFramework11Exists"
       Variable="NETFRAMEWORK11EXISTS"
       Root="HKLM"
       Key="Software\Microsoft\NET Framework Setup\NDP\v1.1.4322"
       Result="exists"  />

Snippet  <ExePackage  Id="NetFx11Redist"
                   DisplayName=".Net Framework 1.1"
                   Vital="yes"
                   SourceFile="redist\dotnetfx.exe"
                   DownloadUrl="$(var.NetFx11RedistLink)"
                   Compressed="no"
                   DetectCondition="NETFRAMEWORK11EXISTS"/>


Thank you for your help!

PS: Maybe this could be added to the NetFxExtension ...


Am 13.06.2014 18:44, schrieb Phill Hogland:
> I have not done this with Net 1.1, but I did something similar with Net 3.51.
> In the Bundle use util:RegistrySearch for the registry value mentioned in
> the following link, with Result=exists".  The use the result in the
> DetectCondition so that when true the package should not be launched.
>
> http://blogs.msdn.com/b/astebner/archive/2004/09/15/229574.aspx
>
>
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-8-Burn-Detection-of-Net-Framework-1-1-not-working-tp7595233p7595239.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to