
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 02:50 PM
I have this deployment package. It works great but I need to add parameters like "Webserver name" and "Registration Key". I'm not having much success with getting the parameter syntax correct. I have looked at Lansweeper FAQs and other references but I can't find the correct method.
Any advise or suggestions is appreciated.
{PackageShare}\Installers\ngav\2022.2.0_SecureWorks_EPP.msi
Any advise or suggestions is appreciated.
{PackageShare}\Installers\ngav\2022.2.0_SecureWorks_EPP.msi
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 05:00 PM
Below is an example of what I have for a script that works fine. I click edit mode and put it in the Result Command field.
msiexec /i "\\{packageShare}\agentInstaller-x86.msi" /l*v "[MyLogLocation]" CUSTOMCONFIGPATH="[ConfigFileLocation]" /quiet
msiexec /i "\\{packageShare}\agentInstaller-x86.msi" /l*v "[MyLogLocation]" CUSTOMCONFIGPATH="[ConfigFileLocation]" /quiet
