Commit Graph

361 Commits

Author SHA1 Message Date
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
5b6d8d64ce Update patternfind.c 2017-07-15 19:38:33 -07:00
zeffy
9d67915a21 Update core.c 2017-07-15 19:38:11 -07:00
zeffy
201ecefc97 cache wuaueng.dll path
cuts down on redundant registry reads, which should slightly increase
performance of service starts
2017-07-15 19:36:46 -07:00
marcioishii
27d8100820 Rename CONTRIBUTING.md to CONTRIBUTING.por-BR.md 2017-07-14 17:55:23 -03:00
marcioishii
9f1fd16d1f Update CONTRIBUTING.md 2017-07-14 17:54:13 -03:00
marcioishii
6ae52846a3 Update and rename README.md to README.por-BR.md 2017-07-14 17:31:36 -03:00
zeffy
0200470e6b add ml-34 to cpu list #80 2017-07-14 08:24:52 -07:00
zeffy
0a18a3e8a7 add danish and slovenian install languages 2017-07-11 11:34:37 -07:00
zeffy
75c6a2bdfe move sfc scan into batch installer 2017-07-10 11:30:08 -07:00
zeffy
94af7a602b add hungarian to setup project 2017-07-05 22:28:55 -07:00
zeffy
6ab47c3cc9 Update CONTRIBUTING.fr-FR.md 2017-07-05 16:42:34 -07:00
zeffy
0a88d027f8 Update CONTRIBUTING.de-DE.md 2017-07-05 16:42:13 -07:00
zeffy
8b6083915c Merge pull request #75 from Gabor-B/master
Added hungarian and german translation
2017-07-05 16:41:24 -07:00
Gabor Botzheim
0930d67c99 Added hungarian and german translation 2017-07-05 22:25:27 +02:00
zeffy
c0fc963bf4 add more languages to msi
dutch, finnish, german, italian, spanish
v0.7.0.62
2017-07-04 15:14:52 -07:00
zeffy
4f716a7c20 restore support for bundled zip packages 2017-07-04 14:07:09 -07:00
zeffy
280f695278 Update wufuc.aip 2017-07-03 19:30:53 -07:00
zeffy
c7f6de52e5 migrate to advanced installer! v0.7.0.58 2017-07-03 18:55:41 -07:00
zeffy
e4c411423b Update README.fr-FR.md 2017-07-03 06:29:34 -07:00
zeffy
c5d2571046 Update README.ru-RU.md 2017-07-03 06:22:35 -07:00
zeffy
f9f3b707f4 Update CONTRIBUTING.ru-RU.md 2017-07-03 06:21:59 -07:00
zeffy
4bcdc93ac6 Merge pull request #72 from stevemoreau/master
[A] Added French language for README.md and CONTRIBUTING.md
2017-07-03 06:20:32 -07:00
Steve Moreau
c695e3732e [A] Added French language for README.md and CONTRIBUTING.md 2017-07-03 15:11:56 +02:00
zeffy
71b9a287f8 Merge pull request #71 from minlexx/advanced_installer_ru
Translate section about Advanced Installer in README.ru-RU.md
2017-07-03 05:41:55 -07:00
Alexey Min
9c98f936cf Restructure phrases... 2017-07-03 17:20:42 +05:00
Alexey Min
bb5f8786fd README.ru-RU.md: Translate section about Advanced Installer. 2017-07-03 17:08:44 +05:00
zeffy
07176c57ea Update README.ru-RU.md 2017-07-03 04:34:56 -07:00
zeffy
f3465f5fdc Update README.ru-RU.md 2017-07-03 04:29:25 -07:00
zeffy
ffd6d76dca Update README.md 2017-07-03 01:34:55 -07:00
zeffy
0618cfe2a7 Update CONTRIBUTING.ru-RU.md 2017-07-02 04:56:13 -07:00
zeffy
dfac4841fb Update CONTRIBUTING.md 2017-07-02 04:55:28 -07:00
zeffy
d06c04cce6 Update README.ru-RU.md 2017-07-02 04:54:30 -07:00
zeffy
ab0562dafc Update README.md 2017-07-02 04:53:33 -07:00
zeffy
62956a32f6 Merge pull request #69 from minlexx/ru_readme
Russian translation for README.md and CONTRIBUTING.md
2017-07-02 04:27:00 -07:00
Alexey Min
4aef70b58b Russian translation for CONTRIBUTING.md (again) 2017-07-02 16:20:34 +05:00
Alexey Min
9ba77527f9 README.ru-RU: fix link to translated CONTRIBUTING.md 2017-07-02 16:16:11 +05:00
Alexey Min
51ccdafbeb Russian translation for CONTRIBUTING.md 2017-07-02 16:14:48 +05:00
Alexey Min
c72998e26d Russian translation for README.md 2017-07-02 16:00:11 +05:00
zeffy
9cf1d722f7 optimize dll injection and fix memory leaks
- use ZeroMemory where applicable
- fixed a couple memory leaks
- optimized dll injection (before it would allocate+write
MAX_PATH*sizeof(TCHAR) bytes to svchost.exe, now it will only
allocate+write what is needed to fit the dll path)
2017-07-01 18:37:13 -07:00
zeffy
c753240eec Update CONTRIBUTING.md 2017-07-01 05:49:49 -07:00
zeffy
e819604a3d Update README.md 2017-07-01 05:46:35 -07:00
zeffy
32753e64a2 remove cast v0.7.0.43 2017-07-01 05:19:57 -07:00
zeffy
be6ac618c2 hmm 2017-07-01 04:45:20 -07:00
zeffy
0070add1f7 simplified some code, security improvements, etc 2017-07-01 04:33:29 -07:00
zeffy
2eb61f8667 Ctrl+R,R has failed me 🤔 2017-06-30 19:20:02 -07:00
zeffy
dd40fdc30a improved logging and more
- write cpu and os info to log
- revise some log messages to be more uniform
- remove reference to .gitattributes 😠
- refactor some stuff
- refuse to load when in wow64 mode
2017-06-30 19:17:25 -07:00
zeffy
b335dffba3 Update README.md 2017-06-30 17:19:36 -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.
v0.7.0.35
2017-06-30 01:23:58 -07:00
zeffy
ba6cc2b272 Update CONTRIBUTING.md 2017-06-30 01:11:00 -07:00