shdocvw: Register IE settings by iexplore.exe.

These registries are present in a fresh Windows installation, but they
cause problems with native IE, so let's handle them as we do with IE
version key.
This commit is contained in:
Jacek Caban 2007-12-13 20:34:22 +01:00 committed by Alexandre Julliard
parent 7a2a6f4e0d
commit 167aa9b9f9
1 changed files with 4 additions and 4 deletions

View File

@ -3,19 +3,19 @@ Signature="$CHICAGO$"
[RegisterDll]
AddReg=Classes.Reg, Settings.Reg
AddReg=Classes.Reg
[UnregisterDll]
DelReg=Classes.Reg, Settings.Reg
DelReg=Classes.Reg
[RegisterIE]
AddReg=IE.Reg
AddReg=IE.Reg, Settings.Reg
[UnregisterIE]
DelReg=IE.Reg
DelReg=IE.Reg, Settings.Reg
[Classes.Reg]