Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,440

    Dependency module: .NET Framework 4.0

    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

  2. #2
    Join Date
    Jan 2009
    Posts
    3
    I am a bit of a nube here...

    how do I add the file to my installer... just downloaded and make in on of the files being installed?

    Will this work in Setup factory 8?


    .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

  3. #3
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,440
    This is a dependency module for the bootstrapper of MSI Factory. It cannot be used with Setup Factory, instead see this or this.

    Ulrich

  4. #4
    Join Date
    Jun 2006
    Posts
    1
    i try to make an installer that use download the Dot net 4 from internet.

    but I get a problem to download.

    it try to connect to server then the screen disappear

    and nothing happened
    thank you
    abdu

  5. #5
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,440
    Hello,

    you are not giving many details about your project, log file or error message. Have you followed the instructions, and placed the installer on your web server so it can be downloaded from there?

    Ulrich

  6. #6
    Join Date
    Sep 2006
    Posts
    39
    Is possible to make this work on setup factory?? i net dependency support for ti on SF8

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts