Jump to content

abbodi1406

Members
  • Joined

  • Last visited

Everything posted by abbodi1406

  1. Open install.wim file with hex editior then search for hex value: 3C 00 43 00 52 00 45 00 41 00 54 00 49 00 4F 00 4E 00if you got the first result before at the end of file, then skip to next result because this first result will be for winre.wim file now you replace the text values manually replacing each character or better, prepare the new value by adding dot (.) after each character so you can easily paste it instead of the current value 0.1.C.F.8.4.2.1.9.5.D.B.5.4.0.0.repeat the operation for each index (each search result)
  2. I don't think that will work it's similar to if you try to use Dism from another system in second partition: Error: 0x80090006An error occurred. DISM could not be initialized in the local folder.Ensure that DISM is installed correctly and that all of the binaries are present
  3. Of course but at install screen it will show the creation date as last modified date it's just something cosmetic
  4. No, CreationTime is the date that get shown on the install screen when you choose between Editions and as i said, it represent the date when the image (index) was captured for the first time as new probaply, but when someone update that image with latest updates, tweaks.. etc, he would want the image to have new date
  5. abbodi1406 replied to Legolash2o's post in a topic in Win Toolkit
    It's your choice it's only used by sfc.exe if there is a system file corrupted so it replace it yes
  6. Hex-Edit the wim file itself xml entry will be at the end
  7. The normal or the official way will be by applying then re-capturing the image (recommended to use vhd to easily delete it later) but you can do it manually by changing the CREATIONTIME of index's xml entry <CREATIONTIME> <HIGHPART>0x01CF7F87</HIGHPART> <LOWPART>0xD084E5D3</LOWPART> </CREATIONTIME>
  8. abbodi1406 replied to Legolash2o's post in a topic in Win Toolkit
    C:\Windows\WinSXS\Backup AFAIK, is required for Windows Resource Protection (sfc) based on the refreshed Windows 8.1 released ISOs, i use this wimscript.ini exclusion list: [ExclusionList]\Users\Administrator\Windows\Logs\CBS\*\Windows\Logs\DISM\Windows\Logs\PBR\Windows\Panther\Windows\Prefetch\Windows\System32\Sysprep\Panther\Windows\System32\Sysprep\Sysprep_succeeded.tag\Windows\System32\winevt\Logs\*\Windows\Temp\*\Windows\WinSxS\ManifestCache\*
  9. BTW, i made same procedure and image installed just fine all updates are integrated, except "Extra" category when you say "Windows Update Downloader" you mean the built-in one in Wintoolkit?
  10. KB2533552 is an essential servicing stack update and every running system should have it
  11. express cab contains only the update manifest files + xml file.. those are used by WU to identify the original package contents and to determine what components of it are needed for the system so it download them only i.e. if the update are multilingual, it will download only lang resources matching your system only WU knows how to handle this mechanism so, express cab are useless and cannot be used for integration
  12. 1) Both use the same Updates Lists 2) _IE11, and _NotAllowedOffline (after installing the system)
  13. Only one update not included: Security Update KB2954853
  14. Try to git rid of queued operations: %windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems /silent
  15. Because it's designed to handle KB2533552 this way
  16. KB2533552 cannot be integrated offline, this is by design from MS exclusive="true" allowedOffline="false"KB2603229 however, can be integrated (offline or online), but this will make it just a null entry in the updates list, it doesn't allow the actual fix to be applied (updatewowregisteredowner.exe) therefor, it must be executed online directly by using the .msu file (double-click)
  17. © KEiGHT some downloaded managers (external or browser) change the extension specially if the file is actually a zip or 7z
  18. Unfortuenately, no.. sorry about that but as ricktendo pointed, Windows 7 system drive is always C: unless changed manually prior install
  19. More info will be appriciated which addon you used, regular or full? what is the drive letter for the system?
  20. My net speed is very slow nowadays, so the update to the newest hotfix rollup might take couple of days
  21. Tools > Imaging > WIM Splitter
  22. Why the re-download? re-integrate is enough did you integrate all updates?