Jump to content

ChrisR

Member
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    France

Everything posted by ChrisR

  1. @Wimb, My computer is a Windows 7 64 bit platetform and I use Make_PE3 with a source Windows 7 x86 (install.wim). I prefer to build Make_PE3 with a x86 source for more compatibility. Sorry, but I did not try to build pe3_amd64.iso to test and investigate Explorer Shell and MMC. Make_PE3 script was complied using the 32bit compiler and work fine on 32 bit machines but fails to work on 64 bit machines (dircopy, filexist, ...) I anderstand your choice to have only one version of Make_PE3, i test it, it doesn't work for 64bit machines. I am not a specialist of autoit and I don't find a solution on internet to build an only version of Make_PE3 for the 2 platetforms. I am at the beginning of my tests on Make_pe3, to work on a French version or other language, do i have to modified things in Optimize_explor.txt, Optimize_Profile.txt, WIN7_add_explor.txt, WIN7_add_files.txt Example: \windows\winsxs\manifests\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_5.82.7600.16385_en-us_020378a8991bbcc2.manifest (exist) \windows\winsxs\manifests\x86_microsoft.windows.c..-controls.resources_6595b64144ccf1df_5.82.7600.16385_fr-fr_a4864b8b8c14c4c9.manifest (exist) \Windows\System32\en-US\accessibilitycpl.dll.mui (don't exist) \Windows\System32\fr-FR\accessibilitycpl.dll.mui (exist) ...
  2. Thanks for the Update, I had also some problems with Make_PE3 with French language, here are some modification i made to the script Make_PE.au3: missing & in the following msgbox I added in the routine _w7_selfol for copying AIK tools to folder Make_PE3 first time few lines modified for allways use imagex from the folder Make_PE3\Aik_Tools. I use imagex from WAIK 2.0, because i have some issue with imagex from WAIK 3.0 and the last version takes too long _Aiklang Routine to detect the language of AIK. smaller change for winpe-wmi_ & AikLang Here you can find the modified script to see my changes Make_PE3.au3 I am working on windows 7 x64, for working autoit i must compile the script in x64 version. Maybe it is nice to have the two versions in the package, Make_PE3_x86.exe and Make_PE3_x64.exe. Thanks for all, it works well for me.
×
×
  • Create New...