Aug 13, 2019
03:28 AM
Hi @shikha525 ,
If you dont have license,it is not possible to build full-fledged InstallShield setup as well.I would suggest you to go for InstallShield license purchase.
Without that it isn't possible to get built-in merge-modules unless you have custom merge modules,default merge module directories that InstallShield looks into
[IS-INSTALLDIR]\[ISVERSION]\\Modules\i386(Eg:C:\Program Files (x86)\InstallShield\2015\Modules\i386)
[IS-INSTALLDIR]\[ISVERSION]\Objects
You can get specific failing mergemodule on installing specific service pack from Microsoft and placing inside above mentioned folders.
Could see related mergemodules here:https://github.com/indygreg/vc90-merge-modules
Thanks,
Jenifer
... View more
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
... View more
Latest posts by shikha525
Subject | Views | Posted |
---|---|---|
1351 | Aug 12, 2019 04:04 AM | |
1469 | Aug 08, 2019 08:01 AM |
Activity Feed
- Posted File not found . An error occurred merging modules 'Policy_9_0_Microsoft_VC90_MFCLOC_x64.67C38D1C_756D_3736_8C07_70C480837444:0' on InstallShield Forum. Aug 12, 2019 04:04 AM
- Posted Re: Error -4075: File not found. An error occurred merging module [MODULENAME] for featur on InstallShield Forum. Aug 08, 2019 08:01 AM