cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
starbearer
Level 2

32 bit assembly installation in GAC crashes

Hello,

I've a couple of assemblies which need to be installed in the Global Assembly Cache (GAC).

The assemblies are strongly signed, and using InstallShield, placed in the GAC folder of the target machine.

However, when I try and install the MSI, the installation crashes when it tries to install the 32 bit assembly.

The signing and placement procedures for both the 64 and 32 bit assemblies is the same, the assemblies are not delay signed either.

The OS is 64 bit.

What could be the issue?

Kindly advise.

Thanks.
Labels (1)
0 Kudos
(2) Replies
starbearer
Level 2

starbearer wrote:
Hello,

I've a couple of assemblies which need to be installed in the Global Assembly Cache (GAC).

The assemblies are strongly signed, and using InstallShield, placed in the GAC folder of the target machine.

However, when I try and install the MSI, the installation crashes when it tries to install the 32 bit assembly.

The signing and placement procedures for both the 64 and 32 bit assemblies is the same, the assemblies are not delay signed either.

The OS is 64 bit.

What could be the issue?

Kindly advise.

Thanks.


Hello. This issue is still not resolved. Could anyone comment on this, please?
0 Kudos
Reureu
Level 10

Is your MSI a 64 bit package?
You are saying that it crashes. But does msiexec.exe really crash? Or does the installation just fail?
What about logging the installation?
msiexec /i MyPackage /L*vx C:\TempLog.txt

Analyzing the logfile should allow to point you in the right direction.
0 Kudos