This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- 32 bit assembly installation in GAC crashes
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 13, 2015
05:59 AM
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.
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 06, 2015
06:54 AM
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?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 07, 2015
06:04 AM
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?
Analyzing the logfile should allow to point you in the right direction.
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.
