I don't think the strings need to be escaped
This commit is contained in:
@@ -11,24 +11,24 @@ $ACCEULA = 'TRUE'
|
||||
If ( !(Is64Bit) ) { $BITNESS = '32'; $MIGARCH = 'FALSE' }
|
||||
|
||||
$CONFIG = @"
|
||||
<Configuration ID=""e59fdca7-843c-4bee-8edf-33b4f8fb750f"">
|
||||
<Add OfficeClientEdition=""${BITNESS}"" Channel=""${CHANNEL}"" MigrateArch=""${MIGARCH}"">
|
||||
<Product ID=""${PRODUCT}"">
|
||||
<Language ID=""en-us"" />
|
||||
<ExcludeApp ID=""Groove"" />
|
||||
<ExcludeApp ID=""Lync"" />
|
||||
<Configuration ID="e59fdca7-843c-4bee-8edf-33b4f8fb750f">
|
||||
<Add OfficeClientEdition="${BITNESS}" Channel="${CHANNEL}" MigrateArch="${MIGARCH}">
|
||||
<Product ID="${PRODUCT}">
|
||||
<Language ID="en-us" />
|
||||
<ExcludeApp ID="Groove" />
|
||||
<ExcludeApp ID="Lync" />
|
||||
</Product>
|
||||
</Add>
|
||||
<Property Name=""SharedComputerLicensing"" Value=""0"" />
|
||||
<Property Name=""FORCEAPPSHUTDOWN"" Value=""TRUE"" />
|
||||
<Property Name=""DeviceBasedLicensing"" Value=""0"" />
|
||||
<Property Name=""SCLCacheOverride"" Value=""0"" />
|
||||
<Updates Enabled=""${UPDATES}"" Channel=""${CHANNEL}"" />
|
||||
<Property Name="SharedComputerLicensing" Value="0" />
|
||||
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
|
||||
<Property Name="DeviceBasedLicensing" Value="0" />
|
||||
<Property Name="SCLCacheOverride" Value="0" />
|
||||
<Updates Enabled="${UPDATES}" Channel="${CHANNEL}" />
|
||||
<RemoveMSI />
|
||||
<Display Level=""${DISPLAY}"" AcceptEULA=""${ACCEULA}"" />
|
||||
<Logging Level=""Standard"" />
|
||||
<Display Level="${DISPLAY}" AcceptEULA="${ACCEULA}" />
|
||||
<Logging Level="Standard" />
|
||||
<AppSettings>
|
||||
<Setup Name=""Company"" Value=""${COMPANY}"" />
|
||||
<Setup Name="Company" Value="${COMPANY}" />
|
||||
</AppSettings>
|
||||
</Configuration>
|
||||
"@
|
||||
|
||||
Reference in New Issue
Block a user