I'm trying to find out if it is possible to create a burn bootstrapper exe where the chain bundle references non-existent msi packages. In this scenario I'll be using the compressed="no" attribute so the set of msi packages I want installing will not be embedded but will be alongside the bootstrapper.exe
However at the time of compiling the bootstrapper.exe the msi packages to be installed do not yet exist - However they will do at a later date...
The msi packages have well known names that won't change, and will live in a well known location relative to the bootstrapper.exe - they just arent available at compilation time.
Does anyone know if this is possible with wix burn?
Thanks