Setup Command Lines
These command line parameters can be used with the setup to run it in Silent mode.
| -Cmd | false | User Command line mode (true). |
| -NavX | true | Configure LS Central SQL parameters. |
| -NavSrv | localhost | LS Central SQL Server instance. |
| -NavDb | LSCentral | LS Central SQL Database name. |
| -NavComp | CRONUS - LS Central | LS Central Company name. |
| -NavUsr | CommerceUser | LS Central SQL User name. |
| -NavPwd | CommerceUser | LS Central SQL User password. |
| -NavWaun | false | Use Windows Authentication for LS Central SQL. |
| -NavVer | 3 | LS Central Version (0= <14, 1= 15-17.4, 2= 17.5-22, 3= >23). |
| -SqlX | true | Create Commerce Database. |
| -SqlDb | Commerce | Commerce SQL Database name. |
| -SqlSrv | localhost | Commerce DB SQL Server name. |
| -SqlUsr | CommerceUser | Commerce DB SQL User name. |
| -SqlPwd | CommerceUser | Commerce DB SQL User password. |
| -SqlWau | false | Use Windows Authentication for Commerce DB User. |
| -SqlCrUsr | true | Create CommerceUser in SQL. |
| -MultiX | false | Use Multi-Tenant Mode. |
| -WSX | false | Use WS Mode for LS Central in SaaS. |
| -SPG | false | Add Firebase for SPG. |
| -IEcomUr | Demo | Magento Web Hook Url. |
| -IisX | true | Create CommerceService WCF service under IIS. |
| -IisSite | Default Web Site | Web Site name. |
| -IisSrv | CommerceService | Web Service name. |
| -IisUrl | http://localhost:9047/LSCentral/WS/CRONUS - LS Central/Codeunit/RetailWebServices | LS Central Web Services Url. |
| -IisOData | http://localhost:9048/LSCentral/ODataV4 | LS Central OData Url. |
| -IisTen | LS Central SaaS tenant ID. | |
| -IisUsr | LS Central WS User name. | |
| -IisPwd | LS Central WS User password. | |
| -Is2s | false | LS Central SaaS authentication. |
Samples:
CommerceServiceForLSCentral.Setup.2023.1.exe /VERYSILENT /SUPPRESSMSGBOXES -Cmd true -SqlSrv localhost -SqlUsr CommerceUser -SqlPwd CommerceUser -NavSrv localhost -NavDb BC170 -NavComp "CRONUS - LS Central" -NavUsr CommerceUser -NavPwd CommerceUser -IisUsr super -IisPwd xxx
CommerceServiceForLSCentral.Setup.2023.1.exe /VERYSILENT /SUPPRESSMSGBOXES -Cmd true -NavX false -SqlX false -IisUsr dd -IisPwd dd.12345
CommerceServiceForLSCentral.Setup.2023.1.exe /VERYSILENT /SUPPRESSMSGBOXES -Cmd true -NavX false -SqlX false -IisX false