Changing SJM settings
The settings can be changed either via the application's setup wizard, or via the silent update command on the Windows command line.
Via the Setup Wizard
Run the installation file. The MyQ Smart Job Manager setup dialog box opens.
In the dialog box, select the Modify option. The setup options of the application are opened.
Change the application settings, and then click Next.
Click Install to begin the installation.
Click Finish to leave the setup. SJM settings are now modified and the application is running in the background.
Via the Silent Setup
Perform the silent installation with all the parameters values defined in the command line, and add
REINSTALL=ALL to the parameters' list.
Below, you can see an example of the silent update line:
msiexec /i "SmartJobManager-MyQ_7.6.1.8.msi" SERVERADDRESS="localhost"
SERVERPORT=8090 SERVERSSL=1 SERVERCLIENTID="123abc"
SERVERCLIENTSECRET="456def" AUTHENTICATIONTYPE=1 LOGINTYPE="puc"
ALTERSERVER=1 CSVSERVERTABLEINFO="C:\MyFiles\networkInformation.csv"
REINSTALL=ALL /qn