Skip to content

Run-Install.config $command Error #7

@JasonCarter80

Description

@JasonCarter80

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions