Page 1 of 1

[RESOLVED] Hide system tray icon

Published: January 15, 2018 - 9:06 PM
by empbilly
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.

Re: Hide system tray icon

Published: January 16, 2018 - 8:52 AM
by sfonteneau
Hello

A package in the TIS repository can do that.

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

Simon

Re: Hide system tray icon

Published: January 16, 2018 - 09:15
by dcardon
Hi Empbilly,
empbilly wrote: Jan 15, 2018 - 9:06 p.m. 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

Re: Hide system tray icon

Published: January 16, 2018 - 11:17 AM
by empbilly
dcardon wrote: Hi Empbilly,
empbilly wrote: Jan 15, 2018 - 9:06 p.m. 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 wrote: Jan 16, 2018 - 08:52 Hello

A package in the TIS repository 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?

Re: Hide system tray icon

Published: January 16, 2018 - 12:21
by dcardon
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 needs 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

Re: Hide system tray icon

Published: January 16, 2018 - 12:45 PM
by empbilly
dcardon wrote: Jan 16, 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 needs 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.