Hello,
I'm looking for a solution to quickly deploy software updates (Flash, Adobe, etc.) and I stumbled upon Wapt. Everything works as I hoped, BUT (there's always a but!) something is bothering me about the client side.
I would have liked the client to only be able to see pending applications/updates and not be able to cancel them. Basically, is it possible to customize the Wapt tray menu (when you right-click on the icon in the system tray)?
I managed to remove the console, which seems like an aberration on an average user's PC.
I find the icon in the system tray uninteresting, but I don't want all its options! Is it possible to disable all of that?
Sincerely.
Wapt Tray
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Yes, by recompilinglepipo007 wrote: ↑January 3, 2018 - 2:52 PM Hello,
While looking for a solution to quickly deploy software updates (Flash, Adobe, etc.), I stumbled upon Wapt. Everything works as I hoped, BUT (there's always a but!) something is bothering me about the client side.
I would have liked the client to only be able to see pending applications/updates and not be able to cancel them. Basically, is it possible to customize the Wapt tray menu (when you right-click on the icon in the system tray)?
Alternatively, you can disable the cancel task button by modifying the file
waptservice.py
Replace :
Code: Select all
@app.route('/cancel_running_task')
@app.route('/cancel_running_task.json')
@allow_local
@app.route('/cancel_all_tasks')
@app.route('/cancel_all_tasks.html')
@app.route('/cancel_all_tasks.json')
@allow_local
Code: Select all
@app.route('/cancel_running_task')
@app.route('/cancel_running_task.json')
@allow_local_auth
@app.route('/cancel_all_tasks')
@app.route('/cancel_all_tasks.html')
@app.route('/cancel_all_tasks.json')
@allow_local_auth
You can also create a shortcut to c:\wapt\waptexit.exe to allow the user to perform their own updates.
Would you find it absurd if the wapt console were in web mode?
Everyone would also have access to the webpage... Only those with the password would have access. Like the console...
I find it quite practical to have it on all the workstations
We'll think about it
Thank you for your (quick) reply. Ideally, we'd have an easily customizable agent—ini file, config file, XML file, it doesn't matter.
By default, everything is left enabled, and if people like me want to limit the system tray icon to a mini-menu, it should be easy to do.
Regards.
By default, everything is left enabled, and if people like me want to limit the system tray icon to a mini-menu, it should be easy to do.
Regards.
-
N.SOLANO [SMAG Company]
- Messages: 2
- Registration: May 4, 2018 - 4:19 p.m.
Hello, I completely agree with lepipo007; the ability to customize the tray menu seems very relevant to me 
