Link to home
Start Free TrialLog in
Avatar of csalerno
csalerno

asked on

InstallShield Express Verion 18 problem

Having an issue with building an x86 app in that it is trying to pull in a merge module that is not required by the application or any of the associated DLL's. As you can see from the screen shots I'm choosing the c++ 10.0 CRT (x86) but for some reason it's trying to use the IA64. I even tried to rename the MSM file it's trying to read.User generated imageUser generated image
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Look at the end of Screenshot 2. It is adding the 64-bits module because some of the dlls you use with the application are 64-bits. At least 2 of these like stuff needed for Office (DOCX and PPTX). You possibly have Office 64-bits installed on your station, this is what you are referencing, and it thus require the 64-bits version of C++ 10.0 to go along.

Microsoft warns about possible compatibility problems when installing Office 64-bits, and suggest using the 32-bits version even on 64-bits computers (http://office.microsoft.com/en-in/excel-help/choose-the-32-bit-or-64-bit-version-of-office-HA010369476.aspx). This might solve your problem.
Avatar of csalerno
csalerno

ASKER

Is there an easy way to find as I thought what you've suggested but unable to find anything? I don't have any Office 64 bit products installed. Why do you think it's Office related?
I removed a CSDK I had installed for Nuance OmniPage 64 bit and the messages found in screenshot 1 are cleared but I'm still getting the error found in screenshot 2.
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok, thanks for the research and I will dig deeper.
I removed those files from the Nuance collection, not sure why they were included and the Install package built successfully.

Thanks for your help