- I am trying to build a setup.exe file for the VSTO Outlook addIn using InstallShield LE.
- When I Build the SetupInstaller, it gives me a setup.exe in the output folder and this setup works on 64 bit Windows OS.
- But when I install the same exe in 32 Bit OS it gives me an error "This installation package is not supported by this processor type" after extracting the msi files.
I have tried:
- Changing the Platform in Configuration Manager from "ANY CPU" to x86, but still keep getting the same error.
- Installing dependencies mention in .csproj > ProjectTypeGuids
- Changing Summary Template in .isl > template to Intel
I have also went through other stackoverflow similar question, but did not find a solution in my case yet.