I have WIX script that install and register 32bit COM component for IE, also I want to include into the same package the 64 bit COM component for IE without creating additional packages (didn't want to confuse user with 2 identical programs in Add/Remove panel) and I see only one variant - run action like this
[WindowsFolder]\SysWOW64\regsvr32.exe and did't check the response of this operation
So, my installer will works both in 32 and 64 windows
question: Are there any other ways to do that?