-
Notifications
You must be signed in to change notification settings - Fork 5
Description
TonySweet[CodePlex]
File: Run-Install.config
Line: 525
Description of change: Quotes are not filling in variables when downloaded from site. Need to change the quotes to quot instead of ' around the command
Current State:
$command += 'setup.exe /CONFIGURATIONFILE=quot$configFilequot /SAPWD=quot$sysadminPasswordquot /SQLSVCPASSWORD=quot$servicePasswordquot /AGTSVCPASSWORD=quot$servicePasswordquot /FTSVCPASSWORD=quot$servicePasswordquot /ISSVCPASSWORD=quot$servicePasswordquot'
Desired State:
$command += quotsetup.exe /CONFIGURATIONFILE=quot$configFilequot /SAPWD=quot$sysadminPasswordquot /SQLSVCPASSWORD=quot$servicePasswordquot /AGTSVCPASSWORD=quot$servicePasswordquot /FTSVCPASSWORD=quot$servicePasswordquot /ISSVCPASSWORD=quot$servicePasswordquotquot