I have an Excel add-in (COM AddIn, XLL, RTD) , created with C#, VS2010, Add-In Express 2010, I install it on a PC with win 64 bit + Excel 2010 64 bit without error, but it does not show up at all. (no toolbar, no ribbon, not in inactive addin list, not in disabled addin list) I searched there is even no adxloader.log or adxregistrator.log It works fine on VMs (with win 7 64 bit + Excel 64 bit).
When I include the addin as component in the other addin (ExcelDNA), and install it, now the install failed with error as the following
[EXCEPTION_UNHANDLED] (0xc0000005) at address [0x988a840f]
*** Stack Trace (x86) ***
[0x988a840f] -----
[0x725de54b] MsiLoadStringW()
[0x725de4e7] MsiLoadStringW()
[0x7263a466] MsiInvalidateFeatureCache()
[0x72695b92] MsiGetPropertyW()
[0x0009b2ab] -----
[0x000b0b76] -----
[0x000aa444] -----
[0x000a8177] -----
[0x000a70f6] -----
[0x000ada7c] -----
[0x000b266e] -----
[0x000b263b] -----
[0x000b2442] -----
[0x0005d5a7] -----
[0x0005d7bc] -----
[0x0005d72c] -----
[0x0005de95] -----
[0x770b9ef2] RtlInitializeExceptionChain()
[0x770b9ec5] RtlInitializeExceptionChain()