vt-uploader: Add version 0.1.9
/verify
All changes look good.
Wait for review from human collaborators.
vt-uploader
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
/verify
All changes look good.
Wait for review from human collaborators.
vt-uploader
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
/verify
All changes look good.
Wait for review from human collaborators.
vt-uploader
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
/verify
All changes look good.
Wait for review from human collaborators.
vt-uploader
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
@HUMORCE could you please test the manifest in my personal bucket? I need to know why the context menu I created for this manifest is not functioning properly?
scoop bucket add MyScoop 'https://github.com/Zliced13/MyScoop'; scoop install MyScoop/vt-uploader
why the context menu I created for this manifest is not functioning properly?
check the generated registry file finally.
btw:
1.why not use the package of portable one.
2.you should let the user choose whether to install the context menu or not, rather than forcing users to elevate privileges to do it, context menu is not a mandatory part. refer: main/7zip, extras/windows-terminal
p.s.
I noticed that extras/windows-terminal installs the context menu automatic and no elevated privileges required, I will not use Scoop to install apps that include context menu or elevated privileges required.
I will not consider reviewing any manifests that require elevated privileges.'
Eliminates permission popup windows
Hides GUI wizard-style installers
Prevents PATH pollution from installing lots of programs
Avoids unexpected side-effects from installing and uninstalling programs
Finds and installs dependencies automatically
Performs all the extra setup steps itself to get a working program
https://github.com/ScoopInstaller/Scoop#what-does-scoop-do
If I get rid of the elevated privileges and forced context menu (make it optional). Then would you help me figure out my context menu problem?
Then would you help me figure out my context menu problem?
I have already told you for this...
If I get rid of the elevated privileges and forced context menu (make it optional).
context menu without require elevated privileges is OK.
/verify
All changes look good.
Wait for review from human collaborators.
vt-uploader
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
Thank you, @HUMORCE, the context menu now works perfectly.
I used the setup package, because that one contains language files that could be helpful for non-English speakers. The portable package does not.
you might need to recreate a plain text format of install-context.reg replace current one, it's content cannot be tracked in the file changes.
/verify
context menu without elevated privileges, and consider of global installation.
install-context.regneeds to changed to:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\*\shell\Upload to VirusTotal\command] @="\"$dir\\uploader.exe\" \"%1\""I am not sure if this works with developer mode disabled. (Windows Settings > Privacy & security > For developer > Developer Mode )
Done, I changed it.
All changes look good.
Wait for review from human collaborators.
vt-uploader
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate

fix it please
suggestion:
create uninstall-context.reg when you do this.
sorry for I did not list all at once. thanks
fix it please
suggestion:
create
uninstall-context.regwhen you do this.sorry for I did not list all at once. thanks
@HUMORCE download the file and you can see for yourself that I did change it.
https://github.com/ScoopInstaller/Extras/blob/174fb74f2ebd2374e0b8f8ffcfce43b34ad754ea/scripts/vt-uploader/install-context.reg
yes, but it is identified as a binary file, so we cannot viewing its changes.
is this file exported via regedit? this may be what caused it to be identified as a binary file, im not sure.
when correct: https://github.com/ScoopInstaller/Main/pull/4106/files#diff-8fee256e0fd73758f66ee53fa4ddaff6d04e97bfcd861204f61aaf53a9284312
Done, @HUMORCE. The reg file is fixed now.
thanks for your work, I will refine this manifest when i am free.