[wix-users] MSI for a "SCCM console extension" (i.e. a plugin)
Bryan Dam
bryand at recastsoftware.com
Thu Jul 2 17:12:13 PDT 2020
>My first thought is to use a custom action that will run the install.CMD (and uninstall.CMD for uninstalling).
ConfigMgr console integration is kind of my company's jam and that's more or less what we do: a custom action to write the XML files.
-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Anthony LaMark via wix-users
Sent: Wednesday, July 1, 2020 10:52 AM
To: 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
562.221.3079
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list