Mitel Forums > Mitel MiVoice Business/MCD/3300
MSI Package for MiTai
(1/1)
gomaze:
I am wondering if there is an MSI Package for MiTai as we have the .exe for it but want to have a way to distribute it out through SCCM.
Thanks
chadmaynard:
Build one. Just put the .exe in an .msi and write a wrapper to start the .exe installer.
Chakara:
Fair enough on the surface Chad, but there is a bit more to it. There are a bunch of utilities for creating MSI files, but I don't know of any free ones. Not to say they don't exist. How do you recommend getting started in doing this?
- Chak
chadmaynard:
An MSI is just a way of packaging an executable installer. The job of the MSI is to prepare the installer for installation by providing the EXE arguments that the user would normally input manually. Tools like Resource Hacker (http://www.angusj.com/resourcehacker/) can be used to take installers apart, and to modify them, and to put them back together. There is also the Microsoft Installer SDK which would require you to do a bit of coding. There are, however, many freeware apps that allow you to build MSI installers. I haven't used any of them, since I usually write the installers myself, instead of trying to wrap some other EXE.
Navigation
[0] Message Index
Go to full version