Simple issue here, figured I'd report it.
The setup.ps1 program has a syntax issue within the try and catch block within lines of 496, 548, 500, and 541
The debug log is saying that it is missing the closing bracket. And that
Wirite-ErrorMsg "Installation failed: $_"
The string is missing the terminator.
EyeWitness\setup\setupCOPY.ps1:496 char:15
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
EyeWitness\setup\setupCOPY.ps1:548 char:5
The Try statement is missing its Catch or Finally block.
EyeWitness\setup\setupCOPY.ps1:500 char:9
Missing closing '}' in statement block or type definition.
Simple issue here, figured I'd report it.
The setup.ps1 program has a syntax issue within the try and catch block within lines of 496, 548, 500, and 541
The debug log is saying that it is missing the closing bracket. And that
Wirite-ErrorMsg "Installation failed: $_"
The string is missing the terminator.
EyeWitness\setup\setupCOPY.ps1:496 char:15
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
EyeWitness\setup\setupCOPY.ps1:548 char:5
The Try statement is missing its Catch or Finally block.
EyeWitness\setup\setupCOPY.ps1:500 char:9
Missing closing '}' in statement block or type definition.