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" |
Hi Suriya,
Thanks for your help, it works now.
I think the online documentation needs to be modified to handle the case of IIS Express and IIS.
Thanks again,
Dan