A new Flexera Community experience is coming on November 18th, click here for more information.
‎Mar 23, 2010 02:43 PM
‎Mar 24, 2010 12:24 PM
Cary R wrote:
Hi There,
I can't speak for Best Practices, since the package chaining feature in MSI is rather new. However, my own take on it is to run the original chainer as normal after having set the MSI logging policy (see: http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q110697).
This will let you sniff the order and the commandline options used of the various packages when looking at the logs in %TEMP% ordered by modified date, and then define the same order and paramters in your chainer setup.
--Cary
‎Mar 25, 2010 08:11 AM
Cary R wrote:
Hi There,
I can't speak for Best Practices, since the package chaining feature in MSI is rather new. However, my own take on it is to run the original chainer as normal after having set the MSI logging policy (see: http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q110697).
This will let you sniff the order and the commandline options used of the various packages when looking at the logs in %TEMP% ordered by modified date, and then define the same order and paramters in your chainer setup.
--Cary
‎Mar 25, 2010 08:18 AM
‎Mar 25, 2010 10:07 AM
Cary R wrote:
Hi Eric,
I apologize; the link got messed up because I just pasted it without bbcode, and a parenthesis got added to the end. Let's try again:
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q110697
As far as what the logs do for you, they will let you see the commandline parameters normally used in a silent install for these MSI packages. Although, you might already be aware of this.
It sounds like there's a few things you're trying to do that are documented.
For running the batch file, see:
Q111515: HOWTO: Launch a Batch File with Windows Installer
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q111515
Note that if the previous setup is an MSI package, this won't work if the parent install is running silently (it will error, since only one 'Execute Sequence' can run at a time to make system changes). I might suggest using a Major Upgrade item for this if this is the case:
http://kb.flexerasoftware.com/doc/Helpnet/installshield15helplib/AddingMajorUpgradeItem.htm
http://kb.flexerasoftware.com/doc/Helpnet/installshield15helplib/ConfiguringMajorUpgradeProps.htm
Now, for using the Windows Installer 4.5 Package Chaining feature (which we now support in InstallShield), this will allow you to daisy chain your MSI packages consecutively like you're looking for:
http://kb.flexerasoftware.com/doc/Helpnet/installshield16helplib_sp1/ChainerAdding.htm
http://kb.flexerasoftware.com/doc/Helpnet/installshield16helplib_sp1/ChainedMSIPackages.htm
So, I think this covers what you're looking for. If you run into issues with this, however, we do have support contracts available for contacting our tech support teams. You can call your sales person if you're not sure if you have a contract or not ((847) 466-6000) or if you know your contract number, you can call support directly ((847) 413-2896).
‎Mar 25, 2010 01:57 PM
Spider1701 wrote:
Does adminstudio 9.0 support this or will i need to upgrade to 9.5?
‎Mar 29, 2010 11:16 AM
Cary R wrote:
I believe AdminStudio 9.0 has InstallShield 2009 included, which supports package chaining.
‎Apr 02, 2010 09:14 AM