ichimitch Posted October 9, 2015 Posted October 9, 2015 (edited) Hi everyone, this is my first post.I have written a batch file to build a (64-bit) WinPE 5.0 ISO using Windows ADK 8.0I've attached the batch file to this post. I'm attempting to add .NET Framework 4.5.1 to my WinPE image. I downloaded a .NET Framework 4.5.1 redistributable and extracted the executable to find the relevant cab files:Windows8-RT-KB2881468-x64.cabWSUSSCAN.cab Then tried to add those packages to the WinPE image but it fails. How far off track am I?.... Can anyone point me in the right direction?Regards,Mitchbuild.7z Edited October 9, 2015 by ichimitch
jaclaz Posted October 9, 2015 Posted October 9, 2015 Starting from Windows 8 there should be (somehow limited) support for .Net through "normal" Add-Package: https://technet.microsoft.com/en-us/library/hh824926.aspx Or try checking "previous art".Namely Win7pE_SE, Win8PE_SE and Win8.1SE:http://w7pese.cwcodes.net/projectindex.phphttp://w8pese.cwcodes.net/projectindex.phphttp://win81se.cwcodes.net/projectindex.phphave .scripts for .Net integration (Winbuilder syntax is all in all readable and relatively easy to "translate" to batch or however extracting from a .script the needed files and Registry settings is not difficult). I believe that there won't be many differences between a PE 3, 4 or 5/5.1 , the project by wimb:http://www.msfn.org/board/topic/143529-make-pe3-program-to-create-portable-windows-7-pe/http://www.911cd.net/forums//index.php?showtopic=23931http://reboot.pro/topic/11852-make-pe3-program-to-create-portable-windows-7-pe/is "batch based" and may provide you with further insights. jaclaz
ichimitch Posted October 9, 2015 Author Posted October 9, 2015 Starting from Windows 8 there should be (somehow limited) support for .Net through "normal" Add-Package: https://technet.microsoft.com/en-us/library/hh824926.aspx Or try checking "previous art".Namely Win7pE_SE, Win8PE_SE and Win8.1SE:http://w7pese.cwcodes.net/projectindex.phphttp://w8pese.cwcodes.net/projectindex.phphttp://win81se.cwcodes.net/projectindex.phphave .scripts for .Net integration (Winbuilder syntax is all in all readable and relatively easy to "translate" to batch or however extracting from a .script the needed files and Registry settings is not difficult). I believe that there won't be many differences between a PE 3, 4 or 5/5.1 , the project by wimb:http://www.msfn.org/board/topic/143529-make-pe3-program-to-create-portable-windows-7-pe/http://www.911cd.net/forums//index.php?showtopic=23931http://reboot.pro/topic/11852-make-pe3-program-to-create-portable-windows-7-pe/is "batch based" and may provide you with further insights. jaclazAwesome, thanks jaclaz! I'm stuck doing normal people activities today.... (girlfriend's friend's wedding) so I have to tear myself away from the computer, but I look forward to looking over all of the resources you've provided me when I get home (if I'm not too inebriated). Cheers!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now