Commit Graph

335 Commits

Author SHA1 Message Date
zeffy
9175ca34a4 update readme [skip ci] 2017-10-06 23:24:12 -07:00
zeffy
a9df83db1f words are hard 2017-10-06 23:22:57 -07:00
zeffy
c0b9aed8f9 update readme 2017-10-06 23:21:56 -07:00
zeffy
57bce4a663 update readme 2017-10-06 23:19:20 -07:00
zeffy
28f2644311 update batch setup and merge installer&uninstaller 2017-10-06 23:09:29 -07:00
zeffy
d771c7984b reduce abhorrent indenting 2017-10-06 13:56:29 -07:00
zeffy
edc0e8d2a7 really makes me think 2017-10-06 01:00:22 -07:00
zeffy
f3ae53897c change uninstall order 2017-10-05 20:56:30 -07:00
zeffy
988a0e7b41 update batch installer and uninstaller 2017-10-05 20:55:31 -07:00
zeffy
4ea832a47b Update hooks.c 2017-10-05 20:42:11 -07:00
zeffy
94e8c9ccea fix win 8.1 (needs more testing) 2017-10-05 20:36:25 -07:00
zeffy
c8fa45f002 fix crash on windows 7 x86 (still need to fix issue in windows 8.1) 2017-10-05 15:29:32 -07:00
zeffy
49416594e9 update installer script 2017-10-05 13:49:52 -07:00
zeffy
d51445201b fix wiki links in CONTRIBUTING.md, add links to Italian translation 2017-10-04 16:36:53 -07:00
zeffy
5acb9b367b Update README.md 2017-10-04 02:09:24 -07:00
zeffy
935017831b Update README.md 2017-10-04 01:53:26 -07:00
zeffy
c619824013 Update README.md 2017-10-04 01:43:21 -07:00
zeffy
61d79048fb fix x86 build (sort of) and move translations to Github Wiki 2017-10-04 01:32:26 -07:00
zeffy
2950c14694 Update README.md 2017-10-03 16:33:09 -07:00
zeffy
4d8e122701 Update appveyor.yml 2017-10-03 16:24:30 -07:00
zeffy
d921d3247b Update appveyor.yml 2017-10-03 16:21:11 -07:00
zeffy
d011d54bc8 delete aihelper project 2017-10-03 16:18:38 -07:00
zeffy
680efe9ba3 delete loose files 2017-10-03 15:50:06 -07:00
zeffy
bd15048101 0.8pre. installers are not finished [skip ci] 2017-10-03 15:34:52 -07:00
zeffy
c7f44b3f2d removed gratipay button due to lack of interest 2017-09-21 19:33:56 -07:00
zeffy
0145e4f42b fix wufuc.rch item type 2017-09-21 19:26:42 -07:00
zeffy
ab40ad39a2 many changes, see description [skip ci]
Note: currently only works via manual injection, Rundll32Entry has been removed

- Fixed conflict with UpdatePack7R2 (and WuaCpuFix) by hooking `RegQueryValueExW` and fixing the path to `wuaueng.dll`. (fixes #100)
- Eliminated lots of redundant and unnecessary code.
- Other reliability improvements and bug fixes.
- Removed the error message that displays in the installers when `wuaueng.dll` is below the minimum supported version, and added an internal check that will skip the patching procedure if the version of `wuaueng.dll` is too low. **This means you can now safely install wufuc prior to any updates, and it will automatically start working once it's needed, without any potential side effects.** (fixes #99)
- Added `/UNATTENDED` flag to the batch installer and uninstaller. You can use this to bypass the confirmation for a fully automated installation/uninstallation. To use it, you invoke the batch script from an elevated command prompt, like so: `"wufuc_installer.bat" /UNATTENDED`
- Improved logging framework to allow multiple processes to safely write to the same `.log` file.
2017-09-21 19:09:03 -07:00
zeffy
9ec707e3f5 Update appveyor.yml 2017-09-08 03:16:49 -07:00
zeffy
3b4ec4e87c Update appveyor.yml 2017-09-08 03:10:44 -07:00
zeffy
4b6c7a017b fix eof [skip ci] 2017-08-27 19:44:08 -07:00
zeffy
91f1db5ac8 fix x86 build 2017-08-27 19:33:03 -07:00
zeffy
9e27bf60b7 🤔 2017-08-27 19:08:28 -07:00
zeffy
8052351b64 bigly changes (see description)
- use LdrRegisterDllNotification instead of LoadLibraryExW for patching
** LoadLibraryExW is currently still hooked for the UpdatePack7 compatibility fix, I'm looking into other alternatives
- more robust error checking
- refactored a lot of code to be more reusable
- header guards
- better logging framework
- tighter permissions on the unload event
- probably other stuff I forgot about
2017-08-27 19:04:57 -07:00
zeffy
59006284f6 Update README.fr-FR.md [skip ci] 2017-08-24 01:12:02 -07:00
zeffy
c2418d78ca fix relative links in the translation docs
thanks @Syping for bring this to my attention
2017-08-24 01:07:58 -07:00
zeffy
236260c450 Merge pull request #102 from Syping/patch-1
Fixed link navigation when the translation folder is used
2017-08-24 00:49:07 -07:00
Rafael
2b5dc8d4cf Fixed link navigation when the translation folder is used 2017-08-24 09:29:55 +02:00
zeffy
0e797ed687 > 2017-08-23 05:46:22 -07:00
zeffy
416e9abab1 move de translation back to translations folder 2017-08-22 23:11:55 -07:00
zeffy
39b2fbbc68 Merge pull request #101 from Syping/master
fix translation issues and change the way to say some things
2017-08-22 23:11:18 -07:00
zeffy
1570f910f1 Merge branch 'master' into master 2017-08-22 23:09:56 -07:00
zeffy
5f0db013f4 temporarily move de translation 2017-08-22 23:04:58 -07:00
Rafael
879aa92338 fix translation issues and change the way to say some things 2017-08-23 06:29:50 +02:00
zeffy
d2eec956f9 ensure memory regions are writeable before patching 2017-08-22 19:06:11 -07:00
zeffy
ba62a5f3a1 >random semicolon [skip ci] 2017-08-22 19:01:11 -07:00
zeffy
e9ac06850c UpdatePack7R2 compatibility (fixes #100) 2017-08-22 17:39:48 -07:00
zeffy
8cc33713f6 Update service.c 2017-08-22 17:13:30 -07:00
zeffy
08765c9e18 Update helpers.h 2017-08-22 17:13:04 -07:00
zeffy
4cef0e968e clarify minimum version error in batch installer 2017-08-22 17:12:53 -07:00
zeffy
c3039d8f3f move doc translations to their own folder 2017-08-19 16:29:48 -07:00