ruckzuck
ruckzuck copied to clipboard
skip/exclude updates
Hi Support, im using RZGet and need to exclude teamviewer from updating as im only licenced to 9.0. What command could i use to exclude this application? Regards, Kevin
good point ! will add an option to exclude specific products from update....
I'm planning on optione like
RZGet.exe update --all --exclude <Shortname1>[;<Shortname2>]
This would allow to specify some exludes... would this fullfill your requirements as well ?
that would be perfect, thank you for the quick responce
a Pre-Release Version is available at: https://github.com/rzander/ruckzuck/releases/tag/1.7.1.7
code change: https://github.com/rzander/ruckzuck/commit/af2fe95cbefd5884d3d7b3e291f91ea2a17cf3ee
Hi Roger, Thanks for the quick responce and will test today. Do you have a paypal link i can donate to as im loving this service compared to other companies i have delt with for software patching. Regards, Kevin
There should be a "Sponsor" button on the right upper corner... Otherwise: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L6DHFJL7GT3UU&source=url ... RuckZuck is part of the commercial service of https://romawo.com, that's why the donation will go into this pocket...
Note for the exclude parameter. if you have names with a space, add brackets on the complete exclude string like:
RZGet.exe update --all --exclude "Shortname A;Shortname B;Shortname C"
Could you add this to the GUI as well? Ideally, there should be a "Skip All Updates" or "Ignore App" or "Ignore Updates" in the context menu in both the install and update screens.
Note for the exclude parameter. if you have names with a space, add brackets on the complete exclude string like:
Please add this info to the wiki.