Hi Dan,
- Extract the Dashboard Server build and stop after extract (before installation steps)
- Copy the extracted exe and move/paste in to some other folder (as this file will be placed at %temp% folder and will be deleted here if we cancel or close).
- Move to where you have placed exe and run the below command:
For IIS Express: |
SETUP.Exe /Install silent /InstallPath:{INSTALLPATH} /pidkey:{KEY} /portno:{PORTNUMBER} /servertype:IISExpress /Log {LOG PATH}
Example:
syncfusiondashboardserver_3.1.0.114_2226.exe /Install silent /InstallPath:C:\Program Files (x86)\Syncfusion\Dashboard /pidkey:@332e312e30K1btvvepT= /portno:54321 /servertype:IISExpress /Log "C:\Program Files (x86)\New\Install.log" |
For IIS: |
SETUP.Exe /Install silent /InstallPath:{INSTALLPATH} /pidkey:{KEY} /portno:{PORTNUMBER} /sitename:{SITENAME} /servertype:IIS /Log {LOG PATH}
Example:
syncfusiondashboardserver_3.1.0.114_2226.exe /Install silent /InstallPath:C:\Program Files (x86)\Syncfusion\Dashboard /pidkey:@332e312e30K1btvvepT = /portno:54321 /sitename:SyncfusionDashboardServer /servertype:IIS /Log "C:\Program Files (x86)\New\Install.log" |
NOTE: This will not upgrade the setup from lower version to higher version. We have to manually uninstall the existing setup and install the newer setup. During previous version uninstall, we have to select the ‘Retain Data Sources’ checkbox if you want to upgrade the server.
We will also correct the argument missing information in our UG (help documentation) sooner.
Regards,
Suriya