Microsoft Office 2016 Volume License ISO [Original from VLSC]

Discussion in 'Microsoft Office' started by november_rain, Oct 1, 2015.

  1. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Oksoko

    Oksoko MDL Novice

    Nov 13, 2015
    6
    1
    0
    Thank you LostED.

    I will need Language Pack for Help and Thesaurus then.

    Thank you.
     
  3. harrismail

    harrismail MDL Member

    Mar 28, 2010
    249
    22
    10
    Is there an ISO yet for Office 2016 Pro Plus VL 16.0.4300.1000

    I've installed Office 2016 Pro Plus VL from the ISO (from the links on page 1) which was for the previous version and it has upgraded (through MS updates) without problem to the latest version above, but is there an updated ISO out there yet with 16.0.4300.1000 for future installs?
     
  4. LightDestory

    LightDestory MDL Junior Member

    Apr 7, 2015
    80
    49
    0
    Can those iso, or the italian isos, corrupted? I got error during installing ._.
     
  5. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    have you verified the checksums ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Oksoko

    Oksoko MDL Novice

    Nov 13, 2015
    6
    1
    0
    Hello!

    I just downloaded Microsoft Office 2016 Professional Plus Volume License. I have a question before I start to install.

    What I understood is that these are offline installers. So is it safe to be offline while installing those office setups?

    Thank you in advance.
     
  7. avi smile

    avi smile MDL Junior Member

    Mar 1, 2015
    98
    58
    10
    As you just wrote, it's an offline installer. :) (In short the answer is yes)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    70
    10
    #688 Mr Been, Nov 15, 2015
    Last edited: Nov 15, 2015
    @harrismail

    use this tool - "Office 2013-2016 C2R Install by Ratiborus version 4.8" - to download your version!
     
  9. CreativeMan

    CreativeMan MDL Novice

    Jan 31, 2008
    29
    10
    0
    #689 CreativeMan, Nov 15, 2015
    Last edited by a moderator: Apr 20, 2017
    Not yet, AFAIK. But you can add the updates in the ISO so they will be deployed while installing.

    Paste this code in a .vbs, and run it on a clean computer with a Office 2016 up to date, then put all the .MSP updates in the folder "Updates" of the ISO :

    Code:
    Dim oMsi,oFso,oWShell
    Dim Patches,SumInfo
    Dim patch,record,msp
    Dim qView
    Dim sTargetFolder,sMessage
    Const OFFICEID = "000-0000000FF1CE}"
    Const PRODUCTCODE_EMPTY = ""
    Const MACHINESID = ""
    Const MSIINSTALLCONTEXT_MACHINE = 4
    Const MSIPATCHSTATE_APPLIED = 1
    Const MSIOPENDATABASEMODE_PATCHFILE = 32
    Const PID_SUBJECT = 3 'Displayname
    Const PID_TEMPLATES = 7 'PatchTargets
    Set oMsi = CreateObject("WindowsInstaller.Installer")
    Set oFso = CreateObject("Scripting.FileSystemObject")
    Set oWShell = CreateObject("Wscript.Shell")
    
    'Create the target folder
    sTargetFolder = oWShell.ExpandEnvironmentStrings("%TEMP%")&"\Updates"
    If Not oFso.FolderExists(sTargetFolder) Then oFso.CreateFolder sTargetFolder
    sMessage = "Patches are being copied to the %Temp%\Updates folder." & vbCrLf & "A Windows Explorer window will open after the script has run."
    oWShell.Popup sMessage,20,"Office Patch Collector"
    
    'Get all applied patches
    Set Patches = oMsi.PatchesEx(PRODUCTCODE_EMPTY,MACHINESID,MSIINSTALLCONTEXT_MACHINE,MSIPATCHSTATE_APPLIED)
    On Error Resume Next
    
    'Enum the patches
    For Each patch in Patches
    If Not Err = 0 Then Err.Clear
    'Connect to the patch file
    Set msp = oMsi.OpenDatabase(patch.PatchProperty("LocalPackage"),MSIOPENDATABASEMODE_PATCHFILE)
    Set SumInfo = msp.SummaryInformation
    If Err = 0 Then
    If InStr(SumInfo.Property(PID_TEMPLATES),OFFICEID)>0 Then
    'Get the original patch name
    Set qView = msp.OpenView("SELECT `Property`,`Value` FROM MsiPatchMetadata WHERE `Property`='StdPackageName'")
    qView.Execute : Set record = qView.Fetch()
    'Copy and rename the patch to the original file name
    oFso.CopyFile patch.PatchProperty("LocalPackage"),sTargetFolder&"\"&record.StringData(2),TRUE
    End If
    End If 'Err = 0
    Next
    
    'patch
    oWShell.Run "explorer /e,"&chr(34)&sTargetFolder&chr(34)
    
     
  10. harrismail

    harrismail MDL Member

    Mar 28, 2010
    249
    22
    10
    Where can I find this tool?
     
  11. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    70
    10
  12. avi smile

    avi smile MDL Junior Member

    Mar 1, 2015
    98
    58
    10
    #692 avi smile, Nov 16, 2015
    Last edited by a moderator: Apr 20, 2017
    This code does What? Brings you all updates downloaded through windows update for MS Office and copies them to a folder?

    Thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    70
    10
    #693 Mr Been, Nov 16, 2015
    Last edited by a moderator: Apr 20, 2017
    I tried your script, but it stops with this line:

    __ sMessage = "Patches are being copied to the %Temp%\Updates folder." & vbCrLf & "A Windows Explorer window will open after the script has run." __

    and then ......nothing !!!!!!!!!!!
     
  14. avi smile

    avi smile MDL Junior Member

    Mar 1, 2015
    98
    58
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Bornung1

    Bornung1 MDL Member

    Oct 9, 2010
    148
    39
    10
    Edit, works again :p
     
  16. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60
    #698 NICK@NUMBER11, Nov 17, 2015
    Last edited by a moderator: Apr 20, 2017
    can we change the download patch
     
  17. harrismail

    harrismail MDL Member

    Mar 28, 2010
    249
    22
    10
    #699 harrismail, Nov 17, 2015
    Last edited by a moderator: Apr 20, 2017
    Fantastic - the .vbs script works a treat - thanks!
     
  18. jacques abidal

    jacques abidal MDL Novice

    Nov 27, 2010
    10
    1
    0
    Hi LostED,

    Do you know of any Language Accessory Packs single installers (.msi /.exe) for Office 2016 VL ?

    Thanks in advance !