[wix-users] MSI for a "SCCM console extension" (i.e. a plugin)

Christopher Painter chrpai at iswix.com
Wed Jul 1 21:08:37 PDT 2020


Have you read this page?

https://docs.microsoft.com/en-us/mem/configmgr/develop/core/servers/console/console-extension-deployment
Console Extension Deployment - Configuration Manager | Microsoft Docs<https://docs.microsoft.com/en-us/mem/configmgr/develop/core/servers/console/console-extension-deployment>
Configuration Manager Console Extension Deployment. 09/20/2016; 4 minutes to read; In this article. The deployment of a typical Configuration Manager extension has to account for actions, forms, views, management classes and node extensions.
docs.microsoft.com



________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Anthony LaMark via wix-users <wix-users at lists.wixtoolset.org>
Sent: Wednesday, July 1, 2020 9:52 AM
To: wix-users at lists.wixtoolset.org <wix-users at lists.wixtoolset.org>
Cc: Anthony LaMark <anthony at squadratechnologies.com>
Subject: [wix-users] MSI for a "SCCM console extension" (i.e. a plugin)

Hi,



I need to build a MSI for a "plugin" solution.

In other words, I need the MSI to copy files to a directory(s) that are part
of another install.

The specifics are for the MSI to install a "Microsoft System Center
Configuration Manager" (SCCM) "console extension".

Currently, I just have a zip file which the user extracts.

Within the zip, I have an install.CMD and uninstall.CMD.

The install.CMD just uses the copy command to copy the files into
"C:\Program Files(x86)\Microsoft Configuration
Manager\AdminConsole\[bin|XmlStorage].

My first thought is to use a custom action that will run the install.CMD
(and uninstall.CMD for uninstalling).

I was just wondering if there is a better approach within WIX.

Also, I would really like the solution to just be an MSI, not an exe
(bootstrap).

Thank you in advance.





Anthony LaMark

squadra technologies

www.squadratechnologies.com<http://www.squadratechnologies.com>

562.221.3079




____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list