
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 04:47 PM
I have an application (equitrac) that requires input when you install it, is there a way to setup an answer file so I can remote push the application via Lansweeper?
Any help is very much appreciated.
Any help is very much appreciated.
Labels:
- Labels:
-
General Discussion
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 02:26 AM
Don't know if this is the application your attempting to install.
To silently install the Workstation Client, do the following:1Connect to the machine where you want to install the Workstation Client software. 2Copy the Equitrac Office or Express client install files to the root folder of the C drive.3Open a command prompt and type the following:msiexec /i "c:\Equitrac.[Office].[Express].Client.x64.msi" CASNAME="yourcasname" LANGUAGE="lang" ADDLOCAL="options" /qn4Replace "yourcasname" with the name of the CAS server.5Replace "lang" with the correct language abbreviation:"en" – English"es" – Spanish"fr" – French"it" – Italian"de" – German"pt" – Portuguese6Replace the "options" variable with the components you have licensed or plan to use. Separate the options with a comma, and do not use spaces between the commas.
To silently install the Workstation Client, do the following:1Connect to the machine where you want to install the Workstation Client software. 2Copy the Equitrac Office or Express client install files to the root folder of the C drive.3Open a command prompt and type the following:msiexec /i "c:\Equitrac.[Office].[Express].Client.x64.msi" CASNAME="yourcasname" LANGUAGE="lang" ADDLOCAL="options" /qn4Replace "yourcasname" with the name of the CAS server.5Replace "lang" with the correct language abbreviation:"en" – English"es" – Spanish"fr" – French"it" – Italian"de" – German"pt" – Portuguese6Replace the "options" variable with the components you have licensed or plan to use. Separate the options with a comma, and do not use spaces between the commas.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 02:22 AM
Justin_Toronto wrote:
I have an application (equitrac) that requires input when you install it, is there a way to setup an answer file so I can remote push the application via Lansweeper?
Any help is very much appreciated.
Yes most applications have the ability to capture an answer file or specify configure files or command-line arguments.
If you can install it via command line you can install it via Lansweeper.
Is it an EXE or MSI
