LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lvruntime.msm

I am trying to use lvruntime merge module in Installshield Express, but when I compile I get following errors

** Error: -4072: Error retrieving the dependencies for C:\Program Files\InstallShield\Express\Modules\i386\lvruntime.msm
** Error: -4075: File not found. An error occurred merging Module 'ActiveX Container.CBC9D005_E823_4698_A9DD_2B0783E9B3B6:0' for Feature 'AlwaysInstall'.
** Error: -4075: File not found. An error occurred merging
Module 'nimetautils.91D5760B_F9E8_4332_BFB1_38A4CB799A3E:0' for Feature 'AlwaysInstall'.

What can I do to get rid of these error . Thank you
0 Kudos
Message 1 of 2
(2,780 Views)
We had a similar problem when adding MFC runtime dll's
They where not correctly added with language code
so Windows installer always tried to install them as "language neutral" wich overides US.
We did a work around by using ORCA from:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_development_tools.asp
Message 2 of 2
(2,780 Views)