[RESOLVED] Hide system tray icon

Share here your tips or issues concerning WAPT Console or WAPT Agent / Venez ici partager vos problèmes et astuces concernants la console et l'agent WAPT
Règles du forum
Règles du forum communautaire
* English support on www.reddit.com/r/wapt
* Le support communautaire en français se fait sur ce forum
* Merci de préfixer le titre du topic par [RESOLU] s'il est résolu.
* Merci de ne pas modifier un topic qui est taggé [RESOLU]. Ouvrez un nouveau topic en référençant l'ancien
* Préciser version de WAPT installée, version complète ET numéro de build (2.2.1.11957 / 2.2.2.12337 / etc.) AINSI QUE l'édition Enterprise / Discovery
* Les versions 1.8.2 et antérieures ne sont plus maintenues. Les seules questions acceptées vis à vis de la version 1.8.2 sont liés à la mise à jour vers une version supportée (2.1, 2.2, etc.)
* Préciser OS du serveur (Linux / Windows) et version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019)
* Préciser OS de la machine d'administration/création des paquets et de la machine avec l'agent qui pose problème le cas échéant (Windows 7 / 10 / 11 / Debian 11 / etc.)
* Eviter de poser plusieurs questions lors de l'ouverture de topic, sinon il risque d'être ignorer. Si plusieurs sujet, ouvrir plusieurs topic, et de préférence les uns après les autres et pas tous en même temps (ie ne pas spammer le forum).
* Inclure directement les morceaux de code, les captures d'écran et autres images directement dans le post. Les liens vers les pastebin, les bitly et autres sites tierces seront systématiquement supprimés.
* Comme tout forum communautaire, le support est fait bénévolement par les membres. Si vous avez besoin d'un support commercial, vous pouvez contacter le service commercial Tranquil IT au 02.40.97.57.55
empbilly
Messages : 79
Inscription : 15 janv. 2018 - 20:59

15 janv. 2018 - 21:06

Hello,

How can I hide the "system tray icon" from "wapt client"?

I'm doing deploy via script and removed the "autorunTray" option, but it did not work.
Dernière modification par empbilly le 15 mars 2018 - 13:43, modifié 2 fois.
Avatar de l’utilisateur
sfonteneau
Expert WAPT
Messages : 1783
Inscription : 10 juil. 2014 - 23:52
Contact :

16 janv. 2018 - 08:52

Hello

A package in the repository TIS can do that.

https://wapt.tranquil.it/package_detail ... 7_all.wapt

Simon
Avatar de l’utilisateur
dcardon
Expert WAPT
Messages : 1373
Inscription : 18 juin 2014 - 09:58
Localisation : Saint Sébastien sur Loire
Contact :

16 janv. 2018 - 09:15

Hi empbilly,
empbilly a écrit : 15 janv. 2018 - 21:06 Hello,

How can I hide the "system tray icon" from "wapt client"?

I'm doing deploy via script and removed the "autorunTray" option, but it did not work.
Just to add some explanation to Simon's answer: the autorunTray parameter in waptdeploy add a link in user session's startup folder to start wapttray at logon. However if you don't mention that parameter, it won't do anything (neither add or remove). So if you have already started deploying with Wapttray option enabled, then you'll have to use the wapt package to remove it like Simon was saying.
Cheers,
Denis
Denis Cardon - Tranquil IT
Communiquez autour de vous sur WAPT! Envoyez nous vos url de blog et d'articles dans la catégorie votre avis du forum, nous les mettrons en avant sur le site WAPT
empbilly
Messages : 79
Inscription : 15 janv. 2018 - 20:59

16 janv. 2018 - 11:17

dcardon a écrit : Hi empbilly,
empbilly a écrit : 15 janv. 2018 - 21:06 Hello,

How can I hide the "system tray icon" from "wapt client"?

I'm doing deploy via script and removed the "autorunTray" option, but it did not work.
Just to add some explanation to Simon's answer: the autorunTray parameter in waptdeploy add a link in user session's startup folder to start wapttray at logon. However if you don't mention that parameter, it won't do anything (neither add or remove). So if you have already started deploying with Wapttray option enabled, then you'll have to use the wapt package to remove it like Simon was saying.
Cheers,
Denis
sfonteneau a écrit : 16 janv. 2018 - 08:52 Hello

A package in the repository TIS can do that.

https://wapt.tranquil.it/package_detail ... 7_all.wapt

Simon
Hello Simon and Denis, thanks for the help!!

So I need to modify the setup.py file that is in C:\wapt\waptupgrade\setup.py or download tis-notray_7_all.wapt and put it somewhere?
Avatar de l’utilisateur
dcardon
Expert WAPT
Messages : 1373
Inscription : 18 juin 2014 - 09:58
Localisation : Saint Sébastien sur Loire
Contact :

16 janv. 2018 - 12:21

In WaptConsole, you go in the "Software Repository" tab, then click on "import from internet", then search for "tis-notray" package and click "import".

Then in the Inventory tab, you select the computer that need wapttray to be removed, and you add that package to those computer.

Actually a WAPT software package can be either software OR configuration deployment. In the case of tis-notray package, it is just configuration deployment.

cheers,

Denis
Denis Cardon - Tranquil IT
Communiquez autour de vous sur WAPT! Envoyez nous vos url de blog et d'articles dans la catégorie votre avis du forum, nous les mettrons en avant sur le site WAPT
empbilly
Messages : 79
Inscription : 15 janv. 2018 - 20:59

16 janv. 2018 - 12:45

dcardon a écrit : 16 janv. 2018 - 12:21 In WaptConsole, you go in the "Software Repository" tab, then click on "import from internet", then search for "tis-notray" package and click "import".

Then in the Inventory tab, you select the computer that need wapttray to be removed, and you add that package to those computer.

Actually a WAPT software package can be either software OR configuration deployment. In the case of tis-notray package, it is just configuration deployment.

cheers,

Denis
Thanks for the quick help Denis!!!

I was on the right track! :D

It only needed to attach the package to the computer.
Verrouillé