I am creating a windows installer script and I have two features to be installed in their own folder.
I want to execute a merge module to BOTH of these folders. However, Windows Installer only allow a single copy of the merge module so I can only install it for one the application folder.
Is it possible to do this and if not, is there a workaround?
Thanks!