The installer from Microsoft decomposes into a 32 bit msi and a 64 bit msi when you execute their package but does not install anything. It simply says to install on a 64 bit machine first the 32 bit msi and then the 64 bit msi. But I have not been able to get the AI IDE to do this. After I specify the 32 bit msi, using the search for ProductCode, I then try to add the 64 bit msi - which has a different ProductCode.
But, when I try to add the 64 bit msi, the AI IDE pops up an exception error saying that a row with this key (key in brackets) was already registered in the table. This is puzzling because they are clearly separate installers and when I install one, then the other simply by double-clicking on each msi in sequence, everything works fine. But I obviously cant tell our customer to do that.
It does not matter whether I have specified mixed 32/64 bit package or not - same exception error. So there appears no way to specify the SSC Runtime as a prerequisite and have it install. It goes through until it detects the prereq is not met and then presents the user with the same message as if you executed the combined SSC Runtime exe from microsoft - not very helpful at all.
Is there a way I can make this work without creating a customized installer myself for the SSC Runtime?