msiexec /i <path_to_msi> /quiet /qn /norestart /log <log_path> DEFAULTNEXTCLOUDURL="<nextcloud_url>"

 

Properties explained:

  1. <path_to_msi>: target Sendent installer here 
  2. <log_path>: path to write log file (installer) 
  3. <nextcloud_url>: optional, leave either blank as "" or do not add the property at all if not used. In case this property is set a default url will be set for the add-in. This overrides any other setting and/or GPO.

 

msiexec /i C:\example\Setup_Premium_x64.msi /quiet /qn /norestart /log c:\example\install.log DEFAULTNEXTCLOUDURL="https://cloud.sendent.nl"