I have an "app.msi" file built with Visual Studio 2010 deployment project and "empty.mst" transform created based on "empty.msi" template. When I try to apply "empty.mst" to "app.msi" using Orca, I get following error: "The specified transform could not be applied".
I need to modify "app.msi" so that "empty.mst" transform file can be applied to it, but I can't figure out what exactly is responsible for msi - mst correlation in this case.