This commit is contained in:
2020-08-09 17:52:30 -04:00
parent 8423c760f8
commit 78df7f98c1
17 changed files with 346 additions and 52 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
If ( $URL )
{
Write-Output "LiquidFiles target server: ${URL}"
$INSTALLER_ARGS = 'REGKEYSCRIPT="BaseUrl={0};"' -f $URL
$INSTALLER_ARGS = "REGKEYSCRIPT=`"BaseUrl=${URL};`""
}
Else { $INSTALLER_ARGS = '' }