Page 1 of 1
WAPT TRAY
Published: October 18, 2017 - 2:51 PM
by Pascal
Hello,
I have a technical problem. On my test environment, when I deploy the WAPT client (via GPO),
my client workstations don't have the WAPT tray launched at startup.
Your documentation states: "WAPTtray opens at session startup if the option was selected during installation. It is placed in the taskbar upon login."
However, since my installation is automatic and silent, I cannot select this option.
Thank you in advance for your help.
P.
Re: WAPT TRAY
Published: October 18, 2017 - 6:10 PM
by htouvet
See
https://www.wapt.fr/fr/doc/Installation ... waptdeploy
Add
Code: Select all
--tasks=autorunTray,installService,autoUpgradePolicy
to your GPO command line for waptdeploy
If you are not using waptdeploy but directly using waptagent.exe:
waptagent.exe /VERYSILENT /MERGETASKS= ""autorunTray""
Re: WAPT TRAY
Published: October 19, 2017 - 10:57 AM
by Pascal
Hello,
thank you! I'll try it!
What's the difference between deploying waptdeploy and waptagent?
Regards,
Jocelyn
Re: WAPT TRAY
Published: October 19, 2017 - 1:26 PM
by agauvrit
Hello Jocelyn,
- waptdeploy.exe allows you to run a lightweight binary (150KB) to verify that the WAPT agent installed on the machine is the correct version and, if necessary, proceed with its installation from the WAPT server by downloading the agent (waptagent.exe)
- waptagent.exe is the WAPT agent installer containing the public certificate.
For more details, please consult the documentation:
https://www.wapt.fr/fr/doc/Installation ... index.html
Sincerely,
Alexander
Re: WAPT TRAY
Published: November 8, 2017 - 9:29 AM
by perch
Thank you for this information; I will incorporate it for future agent deployments.
Regarding WAPT agents already deployed, is it possible to modify their configuration to display the agent in the notification area?
Re: WAPT TRAY
Published: November 8, 2017 - 10:22 AM
by perch
Oops, I typed too quickly.
After performing a manual installation, I have the answer to my question. WAPT appears in the notification area using two shortcuts placed in the startup menu of all users:
WAPT session setup: "C:\wapt\wapt-get.exe session-setup ALL"
WAPT Tray Helper: "C:\wapt\wapttray.exe"
Last question: What is the purpose of running WAPT session setup using the command indicated above?
Re: WAPT TRAY
Published: November 8, 2017 - 10:03 PM
by sfonteneau