[wix-users] MSI for a "SCCM console extension" (i.e. a plugin)
Anthony LaMark
anthony at squadratechnologies.com
Wed Jul 1 07:52:08 PDT 2020
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
More information about the wix-users
mailing list