Upsourcer: Slipstream patches for Office 2007/2010/2013/2016 and rebuild setup source files

Discussion in 'Microsoft Office' started by abbodi1406, Jun 24, 2023.

  1. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    120
    41
    10
    I compared the files you gave me and added line entries manually.
    Now installed successfully. And Groove has been displayed as Chinese.
    Thanks.
     
  2. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    120
    41
    10
    There is no problem with GrooveMUISet.xml, just replace it directly.
    setup.xml. Manually add the following line
    Code:
    <File Id="GrMUISet.cab" MD5="" Size="" RelativeCachePath="GrMUISet.cab" RelativeSourcePath="GrMUISet.cab"/>
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,642
    340
    I think the only difference is \Updates\, which are now obsolete
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,642
    340
    Updated
    thanks
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,642
    340
    Office 2007 require msxml5
    does the same happen if you install it normally then apply updates (or use Updates folder)?

    XP should install msxml6 anyway
     
  6. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    120
    41
    10
    Sorry. I didn't think of testing this.
    Just tested it. And it is indeed the same as the one updated by Upsourcer. This is not an issue caused by Upsourcer.
    Is this caused by any msp updates?
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,642
    340
    Reasonably, maybe updates became requiring msxml6

    exclude the optional help content updates and test if same issue occur:
    kb963678 (excel), kb963677 (outlook), kb963669 (powerpoint), kb963665 (word)
     
  8. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    120
    41
    10
    problem still exists:(
     
  9. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    120
    41
    10
    No updated suppresspatches2016.zip? :)
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,642
    340
    Updated
     
  11. Erik B

    Erik B MDL Member

    Oct 10, 2008
    105
    26
    10
    #176 Erik B, Feb 16, 2024
    Last edited: Feb 16, 2024
    @abbodi1406 - thanks for these scripts!

    Trying to follow the steps for Office 2007, I get stuck at the end:
    Should I copy the downloaded files and in that case where?
    - or -
    Should I edit the _OfficeUpsourcer2007.cmd file?
    More specifically, what do the following variables mean and how to set them?
    • Location_for_Extracted_OfficeSetupFiles
    • Location_for_Extracted_ServicePack
    • Location_for_Extracted_Updates
    Thanks so very much!

    edit:
    My Office2007UpdatesDownloader directory tree looks like this:

    ----Office2007

    ----SP3
    ----uImportant
    ----uOptional
    ----Others2007
    ----O12Conv
    ----PPViewer
    ----VViewer
    ----XLViewer

    So, my guess is:
    set "Location_for_Extracted_ServicePack=<Office2007UpdatesDownloader>\Office2007"
    set "Location_for_Extracted_Updates=<Office2007UpdatesDownloader>\Others2007"

    But I can't find the directory names in the script.

    Or - should I just copy all files in the Office2007UpdatesDownloader directory to the standard Updates directory?


     
  12. Erik B

    Erik B MDL Member

    Oct 10, 2008
    105
    26
    10
    #178 Erik B, Feb 17, 2024
    Last edited: Feb 17, 2024
    I see, thanks. I ran the script but got the following:

    Code:
    Extracting "ofv2010-kb2501584-fullfile-x86-glb.cab"
    ERROR: No folder was made after extracting "ofv2010-kb2501584-fullfile-x86-glb.cab"!
    
    
    
    A number of 1 executables have failed to extract folders.
    The following have failed:
    
    File: "C:\TEMP\apptemp\slip\Office2007UpdatesDownloader\Office2007\uOptional\ofv2010-kb2501584-fullfile-x86-glb.cab"
    Errorcode: "0"
    
    The file
    ofv2010-kb2501584-fullfile-x86-glb.cab
    doesn't seem to belong - or?

    Should I ignore, delete the file or try to fix it?

    edit:
    Removing ofv2010-kb2501584-fullfile-x86-glb.cab gives:
    Code:
    Dinner is ready!
    
    edit2:
    Sorry for the first post, I should have read the instructions again.
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,642
    340