Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a fresh installation (Default Installation Path):

Code Block
msiexec /i "\SQLcomplianceAgent-x64.msi" /l*v InstallAgent.log 
COLLECT_SERVER="IderaCollectionServerName" 
INSTANCE="AgentSQLServerInstanceName" 
SERVICEUSERNAME="Domain\Username" 
PASSWORD="!mySec@tP@55w0rD" 
STARTSERVICE="TRUE" 
SILENT="1" 
AllUsers=1 /qb+ 

...

Code Block
msiexec /i "SQLcomplianceAgent-x64.msi" /l*v InstallAgent.log 
SERVICEUSERNAME="Domain\Username" 
PASSWORD="!mySec@tP@55w0rD" 
STARTSERVICE="TRUE" 
SILENT="1" 
REINSTALLMODE=vamus 
REINSTALL=All  
AllUsers=1 /qb+
Note
titleNote
You can locate the MSI file within the SQLCM installation directory. Simply check the directory where either the SQL Compliance Manager Management Console or the SQL Compliance Manager Collection Service has been installed.
Info
Use and add the associated parameters according to your needs for your installation/upgrade from the chart below.

...