Modifying the Quali.vbs File
To modify the Quali.vbs file:
-
Rename the extracted
Quali.vbsfile to: "Quali.vbs.old". Keep this file as a backup. -
Open the
Quali.vbsfile in a text editor. -
Modify the following values:
-
Eventlog– The values are$trueor$false. If the value is$true, all scripts write logs to the Windows event log while running - set to$trueby default. It’s recommended to leave it with the default. -
ScriptPath– The folder which in you store all the PowerShell scripts that are in the downloaded HA Plugin zip file. For example:Const EventLog = "$true"
Const ScriptPath = "c:\Quali\QualiServer"
-
-
Save the file.