NOTE: This is case-sensitive. Make sure you match the case of the examples.
Optional switches (do not include both)
- /silent - no user interface (suppresses progress bars), and does not accept or require user input.
- /passive - minimal user interface, shows progress bars but does not accept or require user input.
Standard Install
"path\to\FoodPro Setup-#.#.#.exe" CUSTOMERNUMBER=XXXXX LICENSESTRING=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX [INSTALLFOLDER="\path\in\quotes"] [/silent] [/passive]
Client Only
"path\to\FoodPro Setup-#.#.#.exe" CUSTOMERNUMBER=XXXXX LICENSESTRING=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX DATABASENAME="Database_Name" INSTANCENAME="Server_Name" [INSTALLFOLDER="\path\in\quotes"] INSTALLSERVER= [/silent] [/passive]
If you have a SQL connection string you can use that instead of specifying the server name and database name. Use SQLCONNECTIONSTRING= instead of DATABASENAME= and INSTANCENAME=
"path\to\FoodPro Setup-#.#.#.exe" CUSTOMERNUMBER=XXXXX LICENSESTRING=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX SQLCONNECTIONSTRING="some=connection;string=in;quotes;" [INSTALLFOLDER="\path\in\quotes"] INSTALLSERVER= [/silent] [/passive]
Server Only
"path\to\FoodPro Setup-#.#.#.exe" CUSTOMERNUMBER=XXXXX LICENSESTRING=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX [INSTALLFOLDER="\path\in\quotes"] INSTALLCLIENT= [/silent] [/passive]
Optional switches (do not include both)
-
/silent - no user interface (suppresses progress bars), and does not accept or require user input.
-
/passive - minimal user interface, shows progress bars but does not accept or require user input.
Example client installation:
"c:\temp\FoodPro Setup-11.4.412.exe" CUSTOMERNUMBER=12345 LICENSESTRING=1234-1234-1234-1234-1234-1234-1234-1234 DATABASENAME="eshadata" INSTANCENAME="Server\ESHA" INSTALLSERVER= /silent
Comments
0 comments
Please sign in to leave a comment.