Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

z0ph/Office2016-RelativePath

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Office2016-RelativePath

I was trying to use Office Deployment Tool (ODT) using relative path for our Office 2016 ProPlus deployment (On USB Key & Hard Drive).

As USB Key are mounted each time with different letters depending on how many devices already mounted. I was stuck cause ODT XML Configuration file does not support relative path.

You can see this limitation on this page : here

To run this script on client computers, i'm using this simple launch cmd.

powershell.exe -ExecutionPolicy bypass -File .\path\install.ps1

The idea was to read and replace the line with SourcePath="Path" with the current dir. Quick and Dirty.

That's All Folks! Hope this help.

About

Unattended Office 2016 ProPlus installation script using relative path

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published