This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MSBuild and chained msi(s)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 08, 2009
10:18 AM
MSBuild and chained msi(s)
Does anyone know if it is possible to manipulate chained msi(s) properties via an InstallShield Task or a property in my .isproj file?
Ideally, I would like to specify where the latest msi is that is to be chained.
Thanks.
Ideally, I would like to specify where the latest msi is that is to be chained.
Thanks.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 09, 2009
09:50 AM
I don't think there are any specific hook points either in the InstallShield task (thus not the .isproj either), nor in the automation layer, for chained packages. However the data in the ISChainPackage and ISPathVariable tables are fairly straightforward if you are willing to edit it with Windows Installer automation (or MSXML if that's your storage format). Then again, if you set up your path variables correctly, perhaps you can use that hook point...
If the above don't work for you, I'd suggest a page from Chris Painter's book wherein you'd set up the ISM to reference a staging path and have the preceding part of your build process copy the desired package into it.
If the above don't work for you, I'd suggest a page from Chris Painter's book wherein you'd set up the ISM to reference a staging path and have the preceding part of your build process copy the desired package into it.