Page 1 of 1

[SOLVED] Automatic package installation

Published: July 2, 2018 - 12:48 PM
by killianb
Hello,

the WAPT agent is installed using MDT, which deploys the operating systems and the WAPT agent.
I would like the packages to install automatically without me having to access the WAPT console, immediately after the agent installation.

Is this possible?

Thank you.

Re: Automatic package installation

Published: July 2, 2018 - 7:07 PM
by sfonteneau
You can run the following command line during a post-installation script via mdt:

Code: Select all

wapt-get install groupedebase

Re: Automatic package installation

Published: July 3, 2018 - 8:57 AM
by killianb
Very well, thank you.

Re: [SOLVED] Automatic package installation

Published: July 25, 2018 - 11:23
by killianb
I'm bumping this thread because I've tried it, but it doesn't work with MDT.
When I try to install it via CMD, I type "wapt-get install "mypackagegroupname"", then it asks for my username and password. I enter them, and then I get the message UNAUTHORIZED.

Re: [SOLVED] Automatic package installation

Published: July 25, 2018 - 12:40 PM
by sfonteneau
This means that the cmd is not launched as administrator.

Packages installed automatically

Published: August 24, 2018 - 12:00
by killianb
Hello,

I'm bumping this thread because the `wapt-get install package` command is no longer working.
When I launch MDT, all my CMD scripts work, but it won't accept my CMD script "wapt-get install tis-chrome", for example.

Thank you.