I am building a bootstrapper using WiX toolset (my first). It is for an add-on package for the Microsoft Flight Sim family. There are several versions of MFSF and customers often want to install our add-on package into multiple simulators. This naturally means installing many of the same files into multiple different root directories. I know I can easily choose ONE root folder by passing a property from the bootstrapper to the MsiPackage. But is there a way to get the package to install to multiple root folders?
My title is perhaps slightly misleading - running the same MSI twice may well be a massive no-no. I'm really asking what is the best direction I can take to install a group of files to multiple user-selected locations, without including them multiple times in my bootstrapper?
Thanks Farley