Commit Graph

16 Commits

Author SHA1 Message Date
zeffy
c0b9aed8f9 update readme 2017-10-06 23:21:56 -07:00
zeffy
28f2644311 update batch setup and merge installer&uninstaller 2017-10-06 23:09: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
49416594e9 update installer script 2017-10-05 13:49:52 -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
4cef0e968e clarify minimum version error in batch installer 2017-08-22 17:12:53 -07:00
zeffy
e958ac9fda improve batch installer
batch installer now uses version comparison instead of checking if
specific updates are installed, so I won't have to keep updating the
hotfix id list everytime a new update comes out. this will also make the
installation process much faster.
2017-07-15 20:50:33 -07:00
zeffy
75c6a2bdfe move sfc scan into batch installer 2017-07-10 11:30:08 -07:00
zeffy
4f716a7c20 restore support for bundled zip packages 2017-07-04 14:07:09 -07:00
zeffy
c7f6de52e5 migrate to advanced installer! 2017-07-03 18:55:41 -07:00
zeffy
9ceba0f7ff fix bug in install_wufuc.bat
there was a bug that would cause the installer to crash if it was
located in a path that had any parentheses.
2017-06-30 01:23:58 -07:00
zeffy
d9e35a6163 restart wuauserv during install 2017-06-29 21:43:28 -07:00
zeffy
f9808ff301 lots of changes; see description
- moved logging to file (#66)
- added preview updates KB4022168 and KB4022720 to supported updates in
installer script (untested)
- made adjustments to wix project (still WIP)
- moved shared globals to util.h
2017-06-29 20:48:26 -07:00
zeffy
088241540e rename install folder to setup-batch [skip ci] 2017-06-28 13:32:07 -07:00