I have an ie extension with two installers, one for 64 bits and one for 32. After days of trial and error with the installer not properly registering the extension, I found out that the 32 bit installer is not running my installer class, while the 64 bits one is.
The settings are strictly the same on both. Specifically, InstallClass is set to true on all custom actions.
I finally discovered that by putting a division by zero on the install method. I get the error on the 64 bits one, but the 32 bit doesn't seem to run the installer. Any clues on the cause for this?
I am using vs 2017 enterprise, on which I had to install an extension for Visual Studio Installer projects. The extension targets Framework 4 Client Profile.