Skip to content

Run-Install.config $command Error #7

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions