[DISCUSSION] Office UWP Download/Install/Activation

Discussion in 'Microsoft Office' started by alanfox2000, Jul 8, 2018.

  1. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  2. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  3. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  4. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    743
    403
    30
    Just a few brief questions: Do these activate successfully at the moment? Or do you need Office 365 account? Is there a successful Retail to Volume conversion and activation yet for these UWP Office apps?

    Thank you for your time. I actually quite like the Office UWP apps for the fact that they run within AppContainer sandboxes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  6. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  7. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
    OSPP.VBS do not exists in the folder:
    C:\Program Files\WindowsApps\Microsoft.Office.Desktop_16030.10228.20098.0_x86__8wekyb3d8bbwe\Office16

    O16-C2R-Retail2Volume require OSPP.VBS so
    it do not support convert Office16O365HomePremR_Grace to volume license on UWP app
     
  8. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  9. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    743
    403
    30
    @alanfox2000 Thank you for your tutorials and information. With your suggestion to use UWP-Package-Installer in install the individual appxbundles, I was able to successfully install what I needed. And with your detailed steps to use Office Tool Plus to remove previous licences, install new volume licences and activate, everything has been 100% successful in the end. I've got Office UWP apps running with activate volume licencing.

    I do have one question: Are these Office UWP apps always/only available as 32-bit?

    I had assumed that they would be 64-bit by default, but Process Explorer and Process Hacker show them running as 32-bit.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  11. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
    #13 alanfox2000, Jul 11, 2018
    Last edited: Jul 12, 2018
    (OP)
    Lanuch Office UWP apps from commend line

    Using Application Id
    Access
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Access_8wekyb3d8bbwe!Access
    Excel
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Excel_8wekyb3d8bbwe!Excel
    Outlook
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Outlook_8wekyb3d8bbwe!Outlook
    PowerPoint
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.PowerPoint_8wekyb3d8bbwe!PowerPoint
    Publisher
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Publisher_8wekyb3d8bbwe!Publisher
    Word
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Word_8wekyb3d8bbwe!Word
    Skype for Business
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.SkypeForBusiness_8wekyb3d8bbwe!Lync
    Skype For Business Recording Manager
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.SkypeForBusiness_8wekyb3d8bbwe!SkypeForBusinessRecordingManager
    OneNote
    Code:
    start shell:AppsFolder\Microsoft.Office.OneNote_8wekyb3d8bbwe!microsoft.onenoteim
    Sway
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Sway_8wekyb3d8bbwe!Microsoft.Sway
    OneDrive
    Code:
    start shell:AppsFolder\microsoft.microsoftskydrive_8wekyb3d8bbwe!App
    Power BI Desktop
    Code:
    start shell:AppsFolder\Microsoft.MicrosoftPowerBIDesktop_8wekyb3d8bbwe!Microsoft.MicrosoftPowerBIDesktop
    Excel Mobile
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop.Excel_8wekyb3d8bbwe!microsoft.excel
    PowerPoint Mobile
    Code:
    start shell:AppsFolder\Microsoft.Office.PowerPoint_8wekyb3d8bbwe!microsoft.pptim
    Word Mobile
    Code:
    start shell:AppsFolder\Microsoft.Office.Word_8wekyb3d8bbwe!microsoft.word
    Office XML Handler
    Code:
    shell:AppsFolder\Microsoft.Office.Desktop_8wekyb3d8bbwe!Microsoft.Office.Desktop.XMLEditVerbHandler.x86
    Microsoft Office Document Chace
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop_8wekyb3d8bbwe!MsoSync
    Protocol Handler
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop_8wekyb3d8bbwe!ProtocolHandler
    Create a self-signed digital certificate
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop_8wekyb3d8bbwe!SelfCert
    Upload Center
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop_8wekyb3d8bbwe!UploadCenter
    Microsoft Office OsfInstaller
    Code:
    start shell:AppsFolder\Microsoft.Office.Desktop_8wekyb3d8bbwe!Microsoft.Office.Desktop.OsfInstaller

    Using ExecutionAlias
    Access
    Code:
    msaccess.exe
    Excel
    Code:
    excel.exe
    Outlook
    Code:
    outlook.exe
    PowerPoint
    Code:
    powerpnt.exe
    Publisher
    Code:
    mspub.exe
    Word
    Code:
    winword.exe
    Skype for Business
    Code:
    lync.exe
    Skype For Business Recording Manager
    Code:
    ocpubmgr.exe
    Power BI Desktop
    Code:
    PBIDesktopStore.exe
    Office XML Handler
    Code:
    msoxmled.exe
    Microsoft Office Document Chace
    Code:
    msosync.exe
    Protocol Handler
    Code:
    protocolhandler.exe
    Create a self-signed digital certificate
    Code:
    selfcert.exe
    Upload Center
    Code:
    msouc.exe
    Microsoft Office OsfInstaller
    Code:
    osfinstaller.exe
     
  12. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  13. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    743
    403
    30
    Is there are method, during installation, to force installation of 64-bit only? My Windows 10 is 64-bit, but my resulting Office UWP install is 32-bit.

    I see also that you just posted x64 only appx from Insider Channel. This is good news for sure.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,314
    340
    x86a64 = x86 on arm64
     
  15. alanfox2000

    alanfox2000 MDL Member

    Dec 25, 2015
    162
    368
    10
  16. whatever127

    whatever127 MDL PHP Wizard

    Nov 9, 2012
    1,050
    7,345
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...