by jpd » Mon Apr 30, 2012 7:44 am
I have two deskbands, one is a DLL for Windows 32-bit explorer and one is a DLL for Windows 64-bit explorer. I want to release a 32-bit installer as the main application is 32-bit. However if the installer is run on Windows x64 how do I tell it to register the 64-bit deskband? For an install on Windows x86 how do I tell it not to register the 64-bit DLL? Also does the installer remove those entries if the program is uninstalled? Thanks