Bt Explorer Installation Package Is Not Supported
I am working to develop an add in for outlook 2010 with Visual Studio Ultimate 2013. To create the setup package I use InstallShield limited Edition.The setup generated works on 64 bit pc.It doesn't work on 32 bit systems. The error 'this installation package is not supported by this processor type' indicates that the package is a 64-bit package. ISLE will create a 64-bit package when there are any files or registry being installed to 64-bit locations (as otherwise such items will not be installed correctly on 64-bit systems). Such items can also be included by merge modules, but I think ISLE generates an error for those unless the base package is already 64-bit.So you have to find and modify or remove those items.
Bt Explorer Installation Package Is Not Supported On Laptop
You say you've already removed the registry items, so all you should have to find and remove are the files or folders somewhere under ProgramFiles64Folder, CommonFiles64Folder, or System64Folder.