[1/2] msi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.

Francois Gouget fgouget at codeweavers.com
Wed Aug 9 12:11:48 CDT 2006


---
 dlls/msi/regsvr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/regsvr.c b/dlls/msi/regsvr.c
index 242e795..65c00a2 100644
--- a/dlls/msi/regsvr.c
+++ b/dlls/msi/regsvr.c
@@ -526,7 +526,7 @@ static struct regsvr_coclass const cocla
 	NULL,
 	"msi.dll",
 	"Apartment",
-	"WindowsInstaller.Installer",
+	"IMsiServer",
 	NULL
     },    
     {     
-- 
1.4.1




More information about the wine-patches mailing list