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' }
|
If ( !(Is64Bit) ) { $BITNESS = '32'; $MIGARCH = 'FALSE' }
|
||||||
|
|
||||||
$CONFIG = @"
|
$CONFIG = @"
|
||||||
<Configuration ID=""e59fdca7-843c-4bee-8edf-33b4f8fb750f"">
|
<Configuration ID="e59fdca7-843c-4bee-8edf-33b4f8fb750f">
|
||||||
<Add OfficeClientEdition=""${BITNESS}"" Channel=""${CHANNEL}"" MigrateArch=""${MIGARCH}"">
|
<Add OfficeClientEdition="${BITNESS}" Channel="${CHANNEL}" MigrateArch="${MIGARCH}">
|
||||||
<Product ID=""${PRODUCT}"">
|
<Product ID="${PRODUCT}">
|
||||||
<Language ID=""en-us"" />
|
<Language ID="en-us" />
|
||||||
<ExcludeApp ID=""Groove"" />
|
<ExcludeApp ID="Groove" />
|
||||||
<ExcludeApp ID=""Lync"" />
|
<ExcludeApp ID="Lync" />
|
||||||
</Product>
|
</Product>
|
||||||
</Add>
|
</Add>
|
||||||
<Property Name=""SharedComputerLicensing"" Value=""0"" />
|
<Property Name="SharedComputerLicensing" Value="0" />
|
||||||
<Property Name=""FORCEAPPSHUTDOWN"" Value=""TRUE"" />
|
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
|
||||||
<Property Name=""DeviceBasedLicensing"" Value=""0"" />
|
<Property Name="DeviceBasedLicensing" Value="0" />
|
||||||
<Property Name=""SCLCacheOverride"" Value=""0"" />
|
<Property Name="SCLCacheOverride" Value="0" />
|
||||||
<Updates Enabled=""${UPDATES}"" Channel=""${CHANNEL}"" />
|
<Updates Enabled="${UPDATES}" Channel="${CHANNEL}" />
|
||||||
<RemoveMSI />
|
<RemoveMSI />
|
||||||
<Display Level=""${DISPLAY}"" AcceptEULA=""${ACCEULA}"" />
|
<Display Level="${DISPLAY}" AcceptEULA="${ACCEULA}" />
|
||||||
<Logging Level=""Standard"" />
|
<Logging Level="Standard" />
|
||||||
<AppSettings>
|
<AppSettings>
|
||||||
<Setup Name=""Company"" Value=""${COMPANY}"" />
|
<Setup Name="Company" Value="${COMPANY}" />
|
||||||
</AppSettings>
|
</AppSettings>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
"@
|
"@
|
||||||
|
|||||||
Reference in New Issue
Block a user