Francois Gouget : msi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.
9 Aug
2006
9 Aug
'06
9:18 p.m.
Module: wine Branch: refs/heads/master Commit: b7a2699b62b0ebea60a425286ef07a0e321271ea URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b7a2699b62b0ebea60a42528... Author: Francois Gouget <fgouget(a)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 }, {
7162
Age (days ago)
7162
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard