Results 54 comments of abbodi1406

Modifying and slimming msi files require specific vbs scripts and some manual editing with InstED or Orca. extracting vcredist 2012 and later require WiX v3 Toolset. there is no ready...

It's self-extracting 7z archive, you can open with 7-zip or alike to see contents

Why are you using it for x64 OS? it's ment for x86 OS it's merely the same x86_x64 stripped out of x64 files, i didn't make anything special for it

Who knows unlike previous versions, last version of the script doesn't embed any binaries, just helper vbscript and powershell codes

This usually occur when original vc_redist.x64.exe is installed, then the cached installer is removed from `C:\ProgramData\Package Cache` - start command prompt as administrator and execute: ``` set "_msikey=hklm\software\classes\installer\dependencies" reg delete...

- start command prompt as administrator and run ``` set k=HKEY_CLASSES_ROOT\Installer\Products for /f %# in ('reg query %k% /s /f "C++ 2022 X64 Additional" /d ^| findstr /i HKEY_') do...

``` set k=HKEY_CLASSES_ROOT\Installer\Products for /f %# in ('reg query %k% /s /f "C++ 2022 X64 Additional" /d ^| findstr /i HKEY_') do reg delete %# /f for /f %# in...

1. They all are fonts, duplicating them allow to reduce ISO size 2. `UpdtBootFiles` option was created in the first place to control it, because the updated files caused boot...

I see the boot files issue took them 4+ month to fix before https://support.microsoft.com/help/5013438 i know that updating those efi files is now required for Secure Boot with 2023-05 updates...