1. Install the non .NET version
2. Copy the new .NET files
3. Run some .NET installation routines against these new .NET files (i.e.
gacutil)
I'm thinking that the .NET msi should include the non .NET msi as a nested
install. Does this sound reasonable? Additionally, our non .NET install
has a bunch of options (by defining properties) you can specify on the
command line. How can I best implement this in this new install? My guess
is that I need to support the same list of properties in the .NET install
and pass them along, if they are defined, to the non .NET install. Is this
true?
Thanks,
Nick