rzander / ruckzuck

software package manager for windows
https://ruckzuck.tools
Microsoft Public License
223 stars 20 forks source link

RZGet ignores --exclude "openvpn" #132

Closed spec1re closed 1 year ago

spec1re commented 3 years ago
RZGet.exe update --all --exclude "openvpn"
OpenVPN Technologies OpenVPN Connect 3.2.2
Downloading...... done.
Installing...... done.

No matter what, OpenVPN Connect is installed even when its explicit excluded.

This is on Windows 10 2009 x64, the classic OpenVPN Client is installed and should keep untouched.

Any Idea why this happen or how to stop it?

Thanks.

rzander commented 3 years ago

Sorry, but I can't reproduce it... are you using the latest Version V1.7.2.1 from https://github.com/rzander/ruckzuck/releases ?

RZGet.exe update --list --all
OpenVPN

now with an exclude:

RZGet.exe update --list --all --exclude "OpenVPN"

... no result was returned

the same behavior if I skip the "--list" parameter and enforce and update...

spec1re commented 3 years ago

Yes latest from here.

RZGet.exe update --list --all --exclude "OpenVPN"
OpenVPN
VCRedist2012x86

I have OpenVPN 2.5.0-l601 amd64 installed, but for some odd reason RZGet.exe is installing OpenVPN Technologies OpenVPN Connect 3.2.2 and ignores --exclude "OpenVPN".

rzander commented 1 year ago

Based on the Version I assume you have installed "OpenVPN CE" and not "OpenVPN"...