We use an MMC snap-in in one of our applications. I may be simplifying
this too much, but entry point to a Snap-In is the .MSC file. We deposit
the .MSC in the Deploy directory of choice and create a shortcut to the
.MSC.

<Component Id="DeployMSCComp"
Guid="1ED23462-B5B7-42af-B86A-BF4CB1E86BB6">
                        <File Id="DeployMSC" Name="INTERL~1.MSC"
LongName="Interlinq E3 Deployment Manager.msc" src=".\Data\Interlinq E3
Deployment Manager 2.6.msc" Vital="yes" KeyPath="yes" DiskId="1">
                                <Shortcut Id="DeployMSCShortCut"
Directory="MENUINTERLINQ" Name="E3Depl~2" LongName="Interlinq E3
Deployment Manager" Icon="DEPLOYICON" IconIndex="0" Show="normal"
WorkingDirectory="DEPLOYDIR" />
                        </File>
                </Component>

The rest of the supporting DLLs and scripts, etc. that are needed by the
Snap-In also go in the same folder and a registry key association is
made to the resource dll that references the MSC file.

<File Id="E3DeployManagerResources_Dll" Name="E3R~1.dll"
LongName="E3DeployManagerResource.dll"
src=".\Data\E3DeployManagerResource.dll" Vital="yes" DiskId="1"/>
                        <Registry Id="DeployLocationKey" Root="HKCU"
Key="Software\HarlandFS\E3Deploy" Name="MSC" Value="[#DeployMSC]"
Type="string"/>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Levon
Levonian
Sent: Friday, October 26, 2007 4:31 PM
To: Rob Mensching
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] MMC Snapin

OK, I got the extension name, but:
None of the WiX v3 packages contains WixMMCExtension, I only found it in
v2, but v3 does not load v2 extensions (Error           The extension
'C:\Program Files\Windows Installer XML v3\bin\WixMMCExtension.dll'
could not be loaded.    candle.exe)

Anybody has a working example for Snap-in deployment?

Thanks!


-----Original Message-----
From: Rob Mensching [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 25, 2007 19:57
To: Levon Levonian
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] MMC Snapin

There is an extension in WiX v3 that handles much of the authoring work 
for you.

Levon Levonian wrote:
>
> Hi All,
>
>  
>
> Is there a (easy) way to deploy an MMC Snap-in?
>
>

************************************************************************
**
READER BEWARE: Unencrypted, unsigned Internet e-mail is inherently
insecure.

Internet messages may be corrupted, incomplete, misdirected or may
incorrectly identify the sender. Therefore, nothing in this message or
attachments may be considered legally binding.

THIS MESSAGE IS ONLY INTENDED FOR THE USE OF THE INDIVIDUAL
OR ENTITY TO WHICH IT IS ADDRESSED AND MAY BE PRIVILEGED.

If you are not the intended recipient or their authorized agent, you
may not forward or copy this information and must delete or destroy all
copies of this message and attachments received.

If you have received this communication in error, please notify
Matrikon Inc. by telephone at (780) 448-1010.
************************************************************************
**



------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to