I have several environments, assembly, testing, prod, etc.
I would like to create one installer on wix that can contain multiple machine.config files. then, based on the value of the function passed through the command line, only one file will be installed.
conceptually it sounds easy, but I get an ICE30 error that says that
"ICE30: target file" btfrgsa_ | [FILENAME] "is set to" [TARGETDIR] \ NETFRAMEWORK40FULLINSTALLROOTDIR64 \ CONFIG \ "with two different components in the LFN system:" MachineConfigs.WS "and" MachineConfigs.APP ". This interrupts the reference count of the components.".
What would be the best way to do this?
thank
Semaj