Manifests/MicrosoftOneDrive.json
{ "Name": "Microsoft OneDrive", "Source": "https://onedrive.live.com/", "Get": { "Update": { "Uri": { "Production": "https://g.live.com/1rewlive5skydrive/OneDriveProductionV2", "Enterprise": "https://g.live.com/1rewlive5skydrive/OneDriveEnterpriseV2", "Insider": "https://g.live.com/1rewlive5skydrive/OneDriveInsiderV2", "InternalSlow": "https://g.live.com/1rewlive5skydrive/MsitSlowV2", "InternalFast": "https://g.live.com/1rewlive5skydrive/MsitFastV2" }, "ContentType": "application/xml; charset=utf-8", "XmlNode": "//update" } }, "Install": { "Setup": "OneDriveSetup*.exe", "Preinstall": "", "Physical": { "Arguments": "/silent", "PostInstall": [] }, "Virtual": { "Arguments": "/silent /ALLUSERS=1 /ALLUSER=1", "PostInstall": [] } } } |