Francois Gouget : msi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 9 16:18:40 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: b7a2699b62b0ebea60a425286ef07a0e321271ea
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b7a2699b62b0ebea60a425286ef07a0e321271ea

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Aug  9 19:11:48 2006 +0200

msi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.

---

 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
     },    
     {     




More information about the wine-cvs mailing list