Nov 08, 2019
04:03 AM
Good morning from Spain, I need information about the best way to capture the "Dragon Medical Practice Edition" program. This program weighs 3.2 Gigabytes, and I would like to know how to make the capture in MSI, with Installation Monitoring or with Snapshot multiple steps. And also know if it is possible to make a single MSI package of this heavy program. Regards.
... View more
Sep 30, 2019
03:46 PM
1 Kudo
Hello @ojopablo -
What would be the reason behind you wanting to capture several programs and create one MSI package from their installations? Are they collection of a main program and several prerequisites? Or is this to make distribution of a set of programs going to a common set of machines / users easier?
There are several challenges with capturing multiple installers and putting them all into one MSI, one of which is the size constraints you'll hit. The Windows Installer (MSI) format itself, developed by Microsoft, is limited to 2GB for each of its .cab files. For a 5GB size, this means you will not be able to have a single compressed MSI but will have the installer's "payload" outside of the MSI in several .cab files. Also, moving a single large file (of anything) can pose challenges with potential data corruption when moving from one location to another.
The other big challenge to capturing multiple programs into one MSI repackaged installer is: how will those individual programs get updated? If you capture everything into one MSI and one of those programs needs to be updated, you cannot easily push out an MSI that updates only that program and that would be of a manageable size. You'd have to continue to repackage and build new 5GB+ MSIs installers every time one of those program needs an update, or create a patch update (MSP), which can be tricky as well.
If you need to deploy the same applications to multiple machines, it's better to look at the distribution system you're using to see if you can "bundle" these applications together into one deployment. Systems like Microsoft System Center Configuration Manager allow you to set up dependencies between applications that will intelligently deploy the prerequisites provided for the main application if an end point needs it. AdminStudio can help populate this dependency information, as well as a lot more, into ConfigMgr; more info here: https://helpnet.flexerasoftware.com/adminstudio2019r2/adminstudio.htm#helplibrary/ASViewPkgDeployData.htm
For silent, local installations where a technician may want a single package to run, it's recommended to look at something like our Suite / Advanced UI project type* in the InstallShield Editor. This project type can take in multiple MSIs, EXEs, PowerShell, etc. and create an EXE "launcher" that would act as a single installer for the user or distribution system, but still install all of the programs as if they were installed separated , allowing for a much easier process to upgrade them individually later on. More info on this bundling/launching feature in the InstallShield help here: https://helpnet.flexerasoftware.com/installshield25helplib/installshield25helplib.htm#helplibrary/SteCreatingSuites.htm
(* requires AdminStudio Enterprise to bundle multiple installers using the Suite / Advanced UI project type in the InstallShield Editor)
... View more
Latest posts by ojopablo
Subject | Views | Posted |
---|---|---|
425 | Nov 08, 2019 04:03 AM | |
823 | Sep 27, 2019 05:18 AM |
Activity Feed
- Posted Information about Admin studio REPACKAGER 2018 on AdminStudio Forum. Nov 08, 2019 04:03 AM
- Posted Snapshot of several 5 gigabyte programs to an MSI with Admin Studio 2018 on AdminStudio Forum. Sep 27, 2019 05:18 AM