Skip to content

Conversation

@donho
Copy link
Member

@donho donho commented May 6, 2025

No description provided.

donho and others added 30 commits December 14, 2017 09:18
Integrate ZipLib (https://bitbucket.org/wbenny/ziplib) into project
Add -unzipTo & -clean to decompress and clean
uninstall: tell user to restart Notepad++ - Gup.exe remove all - clean in batch - relaunch Notepad++
gup.exe -clean "appPath2Launch" "dest_folder" "fold1" "a fold2" "fold3"
gup.exe -clean "c:\npp\notepad++.exe" "c:\temp\" "toto" "ti ti" "tata"

update:    tell user to restart Notepad++ - Gup.exe download - remove all in directory - unzip/clean in batch - relaunch Notepad++
gup.exe -unzip -clean  "appPath2Launch" "dest_folder" "toto http://toto" "titi http://titi" "tata http://tata"
gup.exe -unzip -clean "c:\npp\notepad++.exe" c:\temp\ "toto http://toto" "ti et ti http://titi" "tata http://tata"

Install:   GUp.exe download - create directory - unzip: one by one, no relaunch
gup.exe -unzipTo c:\donho\notepad++\plugins "https://github.com/npp-plugins/mimetools/releases/download/v2.1/mimetools.v2.1.zip"
…ctely) responsability from Notepad++ to WinGup

For the sake of retro-compatibility, change the way of plugin packaging:
1. The plugin DLL file should be placed at the root level of the ZIP file.
2. The root level of the ZIP file can also contain additional files (DLL files or data files needed by the plugin) and folders which will be copied to the users harddisk as well.
3. Everything what gets copied from the ZIP file will be stored under <Npp-installation-folder>\plugins\<plugin-name>.
…mplementation.

Make plugin installation way as updating one: same arguments and same implementation.
If WinGup is launched with privilege rights (UAC), the application it launches will have the same right.
This PR makes explorer, which always has user's restriction, launch the application to get rid of the relevation.
- added missing nullpointer checks
- extended error message on hash mismatch with the expected and found hashes

Close #5
It should be fixed once for all logically (except the leaf directory could still be treated as file).
However, the logic doesn't exist in a nightmare, which is based on an unreliable unzip component.
donho and others added 30 commits June 26, 2024 21:12
Update translation texts for this commit:
* Make Update available dialog entirely translatable (d5a9c7f)

Close #58
Added "MSGID_UPDATETITLE".

Close #69
Updated outdated github action versions.

Close #80
Added missing " at 5.1.3
Make lines in accordance with english.xml for comparability.

Close #84
Try to wait for the maintained Notepad++ app process exit before proceeding to the scheduled GUP operation.

Fix notepad-plus-plus/notepad-plus-plus#16364
Fix notepad-plus-plus/notepad-plus-plus#15673
Fix notepad-plus-plus/notepad-plus-plus#11819
Fix notepad-plus-plus/notepad-plus-plus#9148

Close #82

+ also fix the GUP logging (corrupted widechar output and some minor other stuff)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.