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
- :
- Error -4075: File not found. An error occurred merging module [MODULENAME] for featur
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 26, 2010
05:09 AM
Error -4075: File not found. An error occurred merging module [MODULENAME] for featur
Hello all
So this is my first time working with InstallShield, I was playing around with it but I still haven´t manage to create my first installer... I´m getting two errors when I try to build the installation...
ISDEV : error -4075: File not found. An error occurred merging Module 'policy_9_0_Microsoft_VC90_CRT_x64.E83531BF_FAC2_33DD_8232_0506BF31308B:0' for Feature 'Core'.
ISDEV : error -4075: File not found. An error occurred merging Module 'policy_9_0_Microsoft_VC90_MFC_x64.4D63715F_A814_391A_A622_9058191930F7:0' for Feature 'Core'.
I read that IS can´t find these two files, so i´m pretty clueless on what to do next.
What can I do to solve this problem ?
regards
So this is my first time working with InstallShield, I was playing around with it but I still haven´t manage to create my first installer... I´m getting two errors when I try to build the installation...
ISDEV : error -4075: File not found. An error occurred merging Module 'policy_9_0_Microsoft_VC90_CRT_x64.E83531BF_FAC2_33DD_8232_0506BF31308B:0' for Feature 'Core'.
ISDEV : error -4075: File not found. An error occurred merging Module 'policy_9_0_Microsoft_VC90_MFC_x64.4D63715F_A814_391A_A622_9058191930F7:0' for Feature 'Core'.
I read that IS can´t find these two files, so i´m pretty clueless on what to do next.
What can I do to solve this problem ?
regards
(3) Replies
Aug 08, 2019
08:01 AM
is there any other way to do the same?
or any work around.
Aug 08, 2019
08:49 AM
Hi @shikha525 ,
The mentioned merge-module has to be added to your project to get rid of that error.It can be done either
- By adding/checking specified merge-module in redistributables view APPLICATION DATA->Redistributables if it is IDE build
- Or If it is a build machine/server which makes use of only IsCmdBuild,the specified mergemodule path can be passed as commandline with "-o "
-o <merge module search path>
Basic MSI, InstallScript, InstallScript MSI
This parameter specifies one or more comma-delimited folders that contain the merge module files (.msm) that are referenced by your project.
InstallShield provides additional ways for specifying the folders that contain merge modules. For more information, see Specifying the Directories that Contain Merge Modules.
Thanks,
Jenifer