This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installation Office 2016 from USB Key | |
# VGR - 09/03/17 | |
# Current folder of the running .ps1 file | |
$PS1dir = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition) | |
# Path of the configuration | |
$conf = "$($PS1dir)\conf_FR.xml" | |
# Current path with reformated end of XML line |
NewerOlder