installation - Include .NET Framework to setup -
i'm creating installation wpf-application simple "setup project". @ window prerequisites-settings i'm choosing "microsoft .net framework 4.5.2 (x86 und x64)" , required components in same directory application because need offline installation.
now i've put .net-installation-file in every possible directory... - in application directory - in setup-directory - in directory: c:\program files (x86)\microsoft visual studio 14.0\sdk\bootstrapper\packages\dotnetfx452 - in directory: c:\program files (x86)\microsoft visual studio 14.0\sdk\bootstrapper\packages\dotnetfx452\de ... nothing works.
i error:
original (german):
error: um "erforderliche komponenten von demselben speicherort wie die anwendung herunterladen" im dialogfeld "erforderliche komponenten" aktivieren zu können, muss die datei "dotnetfx452\ndp452-kb2901907-x86-x64-allos-deu.exe" für das element "microsoft .net framework 4.5.2 (x86 und x64)" auf den lokalen computer heruntergeladen werden. weitere informationen finden sie unter http://go.microsoft.com/fwlink/?linkid=616018.
translated myself (english):
error: activate "download required components same directory application", file "dotnetfx452\ndp452-kb2901907-x86-x64-allos-deu.exe" element "microsoft .net framework 4.5.2 (x86 und x64)" has bie downloaded on computer. can find further information here: http://go.microsoft.com/fwlink/?linkid=616018.
how can include .net framework offline installation setup?
Comments
Post a Comment