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).
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.

How to extract dotnetfx from setup.exe?
Started by
musicube
, May 31 2006 12:58
3 replies to this topic
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?
Stefan Krüger
InstallSite.org twitter facebook
Posted 01 June 2006 - 23:17
Maybe you can pick it from the TEMP folder then?
Stefan Krüger
InstallSite.org twitter facebook