→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎03-28-2018 12:36 PM
‎04-03-2018 09:27 AM
‎03-30-2018 03:00 PM
‎03-29-2018 04:12 PM
‎03-29-2018 02:27 PM
Xcopy "{packageshare}\Installers\Enscape" %ProgramData%\Enscape /I /A /R /Y /S
‎03-28-2018 03:04 PM
‎03-28-2018 02:31 PM
‎03-28-2018 04:03 PM
Charles.X wrote:
You should be able to attach the file if you zip it first.
As for the package, I would recommend trying the following:
- Optionally a condition check which checks if the software is already installed. (You can check if the uninstall string is in the registry)
- Installer step with the .exe file. Based on the links you gave, use the following parameters:
The other parameters are optional.
- /S
- /AllUsers (Installing user specific software might not be scanned by Lansweeper if the users for which the software is installed is not logged in.)
Afterwards you can copy the license key file to your machines with a Command step using the following command:
Xcopy "{packageshare}\YourFolder\Yourfile.txt" %ProgramData%\Enscape /I /A /R /Y
Run the deployment package with the System Account run mode.
So I have tried as you suggested and don't seem to be getting any outcome still. I've attached the new version based on your suggestions. I have a test machine connected that i'm deploying it to as a test case.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now