Hello,
the .NET Framework 4.0 dependency module is based on the .NET 3.5 module that is already part of the MSI Factory default install.
You will find two modules:
.NET 4.0 Include - assumes that you include the .NET 4.0 full package installer (dotNetFx40_Full_x86_x64.exe) in your bootstrapper, which will add 48.1 MB to your setup. You can download the installer from here: http://www.microsoft.com/downloads/d...displaylang=en
.NET 4.0 Download - assumes that you download the web installer (dotNetFx40_Full_setup.exe) and that you place it on your own web server. At runtime, you will first download the web installer, which will then download the required files for the detected platform and then start the installation.
You can download the web installer from here: http://www.microsoft.com/downloads/d...displaylang=en
Installation:
Decompress this zip file in the "Bootstrap\Dependencies" sub folder of your MSI Factory installation. When you restart the Bootstrapper Designer, the two new modules will be available.
This dependency module is not officially supported by Indigo Rose. Use it at your own risk, and feel free to modify it to fit your needs better.
Ulrich



Reply With Quote