Hi,

Is there any particular reason why WixNetFxExtension searches .NET bundles
from "redist" folder?

Its quite confusing to make an offline capable installer. Lets say I have
this kind of bootstrapper:

<Chain>
      <PackageGroupRef Id="NetFx45Redist"/>
      <MsiPackage SourceFile="Installer.msi"/>
</Chain>

So I have to have the following structure in my deploy package e.g. .zip
file

zip:
     bootstrapper.exe
     redist\dotNetFx45_Full_x86_x64.exe

It would be so much easier and less confusing to just make it like this:

zip:
     bootstrapper.exe
     dotNetFx45_Full_x86_x64.exe

Note that my bootstrapper uses .NET framework 4.5 and I don't want to make
my own build from WiX source code.


Best regards,
Veli-Matti Visuri
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to