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
- :
- Re: how to fix this, please help...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 31, 2011
08:44 PM
how to fix this, please help...
I'm using InstallShield 2010 Premier
when I created installer, I got error messages:
ISDEV : warning -6244: One or more of the project's components contain .NET properties that require the .NET Framework. However, the .NET Framework cannot be detected. It can be installed by running the InstallShield .NET Update available for download from http://www.installshield.com/products/dotnet.asp.
Merging modules...
ISDEV : error -4075: File not found. An error occurred merging Module '_VC_System_CRT_IO.00E2193E_5361_11D3_A51F_00A0C9231BA1:0' for Feature 'AlwaysInstall'.
how can I fix it?
thanks for the help
regards,
Jerry
when I created installer, I got error messages:
ISDEV : warning -6244: One or more of the project's components contain .NET properties that require the .NET Framework. However, the .NET Framework cannot be detected. It can be installed by running the InstallShield .NET Update available for download from http://www.installshield.com/products/dotnet.asp.
Merging modules...
ISDEV : error -4075: File not found. An error occurred merging Module '_VC_System_CRT_IO.00E2193E_5361_11D3_A51F_00A0C9231BA1:0' for Feature 'AlwaysInstall'.
how can I fix it?
thanks for the help
regards,
Jerry
(2) Replies
‎Nov 01, 2011
09:17 AM
To me it seems
The warning and error are not related to each other.
For the warning,
1. If your component/files does not require .NET you can mark ( .NET scan on build as None at component properties).
or 2. If require, you can safely ignore the warning but user machine where the installer run, .NET should be already installed.
The error is because during run time may be the merge module is not present at that location.
The warning and error are not related to each other.
For the warning,
1. If your component/files does not require .NET you can mark ( .NET scan on build as None at component properties).
or 2. If require, you can safely ignore the warning but user machine where the installer run, .NET should be already installed.
The error is because during run time may be the merge module is not present at that location.
‎Nov 01, 2011
08:47 PM
It is a build error, not an installation runtime error. If you have Visual Studio installed somewhere, you can copy the merge modules (path on 32-bit OS, C:\Program Files\Common Files\Merge Modules) to the machine with InstallShield 2011 installed. Or you can see if you can find it here.
yulian wrote:
ISDEV : error -4075: File not found. An error occurred merging Module '_VC_System_CRT_IO.00E2193E_5361_11D3_A51F_00A0C9231BA1:0' for Feature 'AlwaysInstall'.