Skip to content

Commit ea3e563

Browse files
committed
Move IMyServer unregistration after INumberCruncher, so that it matches the interface order in the IDL file.
1 parent b82139d commit ea3e563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNREGISTER.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ echo NOTICE: Script MUST be run as Administrator.
88
:: Delete IMyClient and IMyServer and INumberCruncher interfaces
99
for %%P in (32 64) do (
1010
reg delete "HKCR\Interface\{BE3FF6C1-94F5-4974-913C-237C9AB29679}" /f /reg:%%P 2> NUL
11-
reg delete "HKCR\Interface\{F586D6F4-AF37-441E-80A6-3D33D977882D}" /f /reg:%%P 2> NUL
1211
reg delete "HKCR\Interface\{B5506675-17E0-4709-A31A-305E36D0E2FA}" /f /reg:%%P 2> NUL
12+
reg delete "HKCR\Interface\{F586D6F4-AF37-441E-80A6-3D33D977882D}" /f /reg:%%P 2> NUL
1313
)
1414

1515
:: Delete MyInterfaces TypeLib

0 commit comments

Comments
 (0)