Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to extract dotnetfx from setup.exe?


3 replies to this topic

musicube

musicube
  • Members
  • 2 posts

Posted 31 May 2006 - 12:58

My application requires .NET Framework, so I included dotnetfx.exe into installation (Build your release -> .NET Framework Location -> Extract From Setup.exe). This works properly - .NET is installed when it is not present on target machine. But I want also copy the original redsitributable "dotnetfx.exe" into installation directory of my application (my application need this redistributable package "as it is"). Is there possibility to extract dotnetfx.exe during installation using custom action or something else? I don't want to add dotnetfx.exe into Files of my setup because then it will be twice in installation (in setup.exe and in nested MSI file - 2x 20 MB).

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 31 May 2006 - 19:24

Isn't there an option not to include it in setup.exe, but have it separately next to setup.exe?

musicube

musicube
  • Members
  • 2 posts

Posted 01 June 2006 - 09:56

No, we need to distribute application in one executable.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 01 June 2006 - 23:17

Maybe you can pick it from the TEMP folder then?