Error-ICE57
How to fix ICE57 error?
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
WiseAppPackager
13 years ago
Posted by:
ababy
13 years ago
Posted by:
anonymous_9363
13 years ago
I would be installing Visual C++ runtimes as part of a build, rather than within separate applications, unless there is a pressing reason, in which case you should install it as a side-by-side assembly.
Also, I wouldn't be installing it per-user (which is the only reason why you would see HKCU entries for it)
Lastly, HKCR is an amalgam of HKLM\Software\Classes and HKCU\Software\Classes.
Also, I wouldn't be installing it per-user (which is the only reason why you would see HKCU entries for it)
Lastly, HKCR is an amalgam of HKLM\Software\Classes and HKCU\Software\Classes.
Posted by:
WiseAppPackager
13 years ago
Isn't HKCR part of HKLM?
Try creating a new component, move the HKCR entries from 'problem' component to the new component.
Now, your 'problem' component contains only HKCR entries. Set the key path for both components. It should fix your error.
BTW, mfc42.dll file is part of the OS typically. If its pointing to system32 folder only, verify whether you really need it in your setup.
Try creating a new component, move the HKCR entries from 'problem' component to the new component.
Now, your 'problem' component contains only HKCR entries. Set the key path for both components. It should fix your error.
BTW, mfc42.dll file is part of the OS typically. If its pointing to system32 folder only, verify whether you really need it in your setup.
Posted by:
anonymous_9363
13 years ago
Isn't HKCR part of HKLM?http://msdn.microsoft.com/en-us/library/ms724475%28v=VS.85%29.aspx
Posted by:
anonymous_9363
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.