Collection of batch scripts utilities for Windows
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
abbodi1406 8ecf28c723 20230811 2 years ago
..
Extract_Msp_Office.cmd 20230811 2 years ago
README.md 20230811 2 years ago

README.md

Organize Office MSP Updates

  • Extract and prepare Office msp files from global exe/cab update files to a folder with meaningful names.

  • The MSP files will be renamed with prefix Y_ or Z_ followed by the package name, KB ID, Arch and MSP file name.

Variables:

  • "dirOfEXE" the path to parent office updates folder

  • "dirOfMSP" extracted MSP files path, default is 'MSPs' folder next to the script

  • "OldMSPdir" Folder to move old MSP versions, default is 'OLD' inside dirOfMSP

  • "langOfMSP" language files to keep. Leaving it empty will keep all langs.

  • "ProofLang" comma separated companion proofing languages. Leaving it empty will keep all proof msp files.
    Office 2010
    Office 2013
    Office 2016: Not needed, Proof msp update contain all languages

Remark

After the process is completed, manually delete msp files that have newer similar files (based on timestamps)

Credits:

hearywarlot