Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 2529d3e

Browse files
committed
Update version 11.0.0.8
1 parent 10a5984 commit 2529d3e

34 files changed

Lines changed: 160 additions & 75 deletions

.gitignore

Lines changed: 88 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,53 +29,115 @@
2929
*.a
3030
*.lib
3131

32+
### Borland Dev-C++ ###
33+
bin/*
34+
logs/*
35+
Makefile.win
36+
3237
# Executables
3338
*.exe
3439
*.out
3540
*.app
3641

37-
# End of https://www.gitignore.io/api/c++
42+
### Executable ###
43+
*.cgi
44+
*.com
45+
*.gadget
46+
*.jar
47+
*.pif
48+
*.vb
49+
*.wsf
50+
51+
### Git ###
52+
# Created by git for backups. To disable backups in Git:
53+
# $ git config --global mergetool.keepBackup false
54+
*.orig
55+
56+
# Created by git when using merge tools for conflicts
57+
*.BACKUP.*
58+
*.BASE.*
59+
*.LOCAL.*
60+
*.REMOTE.*
61+
*_BACKUP_*.txt
62+
*_BASE_*.txt
63+
*_LOCAL_*.txt
64+
*_REMOTE_*.txt
65+
66+
### Linux ###
67+
*~
68+
69+
# temporary files which can be created if a process still has a handle open of a deleted file
70+
.fuse_hidden*
71+
72+
# KDE directory preferences
73+
.directory
74+
75+
# Linux trash folder which might appear on any partition or disk
76+
.Trash-*
77+
78+
# .nfs files are created when an open file is removed but is still being accessed
79+
.nfs*
80+
81+
### macOS ###
82+
# General
83+
.DS_Store
84+
.AppleDouble
85+
.LSOverride
3886

39-
### Borland Dev-C++ ###
40-
bin/*
41-
logs/*
42-
Makefile.win
87+
# Icon must end with two \r
88+
Icon
89+
90+
# Thumbnails
91+
._*
92+
93+
# Files that might appear in the root of a volume
94+
.DocumentRevisions-V100
95+
.fseventsd
96+
.Spotlight-V100
97+
.TemporaryItems
98+
.Trashes
99+
.VolumeIcon.icns
100+
.com.apple.timemachine.donotpresent
101+
102+
# Directories potentially created on remote AFP share
103+
.AppleDB
104+
.AppleDesktop
105+
Network Trash Folder
106+
Temporary Items
107+
.apdisk
108+
109+
### VisualStudioCode ###
110+
.vscode/*
111+
!.vscode/settings.json
112+
!.vscode/tasks.json
113+
!.vscode/launch.json
114+
!.vscode/extensions.json
115+
116+
### VisualStudioCode Patch ###
117+
# Ignore all local history of files
118+
.history
43119

44120
### Windows ###
45-
# Windows image file caches
121+
# Windows thumbnail cache files
46122
Thumbs.db
47123
ehthumbs.db
124+
ehthumbs_vista.db
125+
126+
# Dump file
127+
*.stackdump
48128

49129
# Folder config file
50-
Desktop.ini
130+
[Dd]esktop.ini
51131

52132
# Recycle Bin used on file shares
53133
$RECYCLE.BIN/
54134

55135
# Windows Installer files
56136
*.cab
57137
*.msi
138+
*.msix
58139
*.msm
59140
*.msp
60141

61142
# Windows shortcuts
62143
*.lnk
63-
64-
### OSX ###
65-
.DS_Store
66-
.AppleDouble
67-
.LSOverride
68-
69-
# Thumbnails
70-
._*
71-
72-
# Files that might appear on external disk
73-
.Spotlight-V100
74-
.Trashes
75-
76-
# Directories potentially created on remote AFP share
77-
.AppleDB
78-
.AppleDesktop
79-
Network Trash Folder
80-
Temporary Items
81-
.apdisk

WUReset.dev

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ UnitCount=14
3535
Major=11
3636
Minor=0
3737
Release=0
38-
Build=7
38+
Build=8
3939
LanguageID=1033
4040
CharsetID=1252
4141
CompanyName=Manuel Gil
42-
FileVersion=11.0.0.7
42+
FileVersion=11.0.0.8
4343
FileDescription=Developed using the Dev-C++ IDE
44-
InternalName=RWUT
44+
InternalName=WURESET
4545
LegalCopyright=Microsoft Public License (MS-PL)
4646
LegalTrademarks=Manuel Gil
4747
OriginalFilename=wureset.exe
4848
ProductName=Reset Windows Update Tool
49-
ProductVersion=11.0.0.7
49+
ProductVersion=11.0.0.8
5050
AutoIncBuildNr=0
5151
SyncProduct=1
5252

WUReset.layout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Editors]
22
Order=
3-
Focused=12
3+
Focused=7
44
[Editor_0]
55
CursorCol=1
66
CursorRow=1

WUReset_private.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
#define WURESET_PRIVATE_H
66

77
/* VERSION DEFINITIONS */
8-
#define VER_STRING "11.0.0.7"
8+
#define VER_STRING "11.0.0.8"
99
#define VER_MAJOR 11
1010
#define VER_MINOR 0
1111
#define VER_RELEASE 0
12-
#define VER_BUILD 7
12+
#define VER_BUILD 8
1313
#define COMPANY_NAME "Manuel Gil"
14-
#define FILE_VERSION "11.0.0.7"
14+
#define FILE_VERSION "11.0.0.8"
1515
#define FILE_DESCRIPTION "Developed using the Dev-C++ IDE"
16-
#define INTERNAL_NAME "RWUT"
16+
#define INTERNAL_NAME "WURESET"
1717
#define LEGAL_COPYRIGHT "Microsoft Public License (MS-PL)"
1818
#define LEGAL_TRADEMARKS "Manuel Gil"
1919
#define ORIGINAL_FILENAME "wureset.exe"
2020
#define PRODUCT_NAME "Reset Windows Update Tool"
21-
#define PRODUCT_VERSION "11.0.0.7"
21+
#define PRODUCT_VERSION "11.0.0.8"
2222

2323
#endif /*WURESET_PRIVATE_H*/

WUReset_private.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
99
//
1010
1 VERSIONINFO
11-
FILEVERSION 11,0,0,7
12-
PRODUCTVERSION 11,0,0,7
11+
FILEVERSION 11,0,0,8
12+
PRODUCTVERSION 11,0,0,8
1313
FILETYPE VFT_APP
1414
{
1515
BLOCK "StringFileInfo"
1616
{
1717
BLOCK "040904E4"
1818
{
1919
VALUE "CompanyName", "Manuel Gil"
20-
VALUE "FileVersion", "11.0.0.7"
20+
VALUE "FileVersion", "11.0.0.8"
2121
VALUE "FileDescription", "Developed using the Dev-C++ IDE"
22-
VALUE "InternalName", "RWUT"
22+
VALUE "InternalName", "WURESET"
2323
VALUE "LegalCopyright", "Microsoft Public License (MS-PL)"
2424
VALUE "LegalTrademarks", "Manuel Gil"
2525
VALUE "OriginalFilename", "wureset.exe"
2626
VALUE "ProductName", "Reset Windows Update Tool"
27-
VALUE "ProductVersion", "11.0.0.7"
27+
VALUE "ProductVersion", "11.0.0.8"
2828
}
2929
}
3030
BLOCK "VarFileInfo"

WUReset_private.res

-1 KB
Binary file not shown.

docs/images/version.gif

-1.36 KB
Loading

elevate.cmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@setlocal
2+
@echo off
3+
4+
set ELEVATE_CMDLINE=%*
5+
set ELEVATE_APP=%1
6+
7+
start wscript //nologo "%~dpn0.vbs" %*

elevate.vbs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Set objShell = CreateObject("Shell.Application")
2+
Set objWshShell = WScript.CreateObject("WScript.Shell")
3+
Set objWshProcessEnv = objWshShell.Environment("PROCESS")
4+
5+
strCommandLine = objWshProcessEnv("ELEVATE_CMDLINE")
6+
strApplication = objWshProcessEnv("ELEVATE_APP")
7+
strArguments = Right(strCommandLine, (Len(strCommandLine) - Len(strApplication)))
8+
9+
If (WScript.Arguments.Count >= 1) Then
10+
objShell.ShellExecute strApplication, strArguments, "", "runas"
11+
Else
12+
WScript.Quit
13+
End If

sources/commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Problem: Reset the Windows Update Components.
1010
* @author $Author: Manuel Gil. $
11-
* @version $Revision: 11.0.0.7 $ $Date: 03/12/2019 $
11+
* @version $Revision: 11.0.0.8 $ $Date: 04/15/2019 $
1212
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313
*/
1414

0 commit comments

Comments
 (0)