I have a new installer that allows the same product to be installed
multiple times on the same machine. I also have a configuration
program in .NET 2.0 SP1. I would like the config program to be able to
display a list of installed instances for the user to be able to pick
which instance they would like to configure. I was hoping to do this
by calling MsiEnumProducts Ex passing in the product code of my
application....