installation - How Do I Apply Windows Hotfixes from an MSI using InstallShield? -
i building msi install our company's product installshield 2010, , needs apply several windows hotfixes in installation product needs run.
i wondering what's way accomplish using installshield? using prerequisites?
it took me while understand how define new prerequisite, , seem pretty limited in conditions provide check if hotfix installed, , what's exact windows version i'm running on. need define prerequisite each version of windows , each architecture creates massive bloat of prerequisites.
until used python scripts msi run before termination apply these hotfixes, of windows server 2008 no longer possible, , installation of hotfixes fail.
i remember saw sometime installation of enterprise product (sql server or oracle) applied windows hotfixes in installation process, , seemed pretty standard procedure. wondering if there convention how can done?
you'll need prerequisites, installshield bootstrapper exe installs hotfixes before launching msi. (multiple msi's can't run simultaneously, , chances these hotfixes contain msi)
Comments
Post a Comment