- Thread starter
- Moderator
- #11
I see this error after .Net 4.5 I think we already tried this, but uninstall .net 4.5 if it's installed, reboot the computer, install this one http://go.microsoft.com/fwlink/?LinkId=225704 and after the reboot try again.With 1.28.000.0 installation stops at the same point... any idea @ajs ?
MP check .Net 4.5 by:
Code:
ReadRegDWORD $dotNET45IsThere HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" "Release"
IntCmp $dotNET45IsThere 378389 is_equal is_less is_greater
And when installation process ongoing:
Code:
; check if reboot is required
${If} ${FileExists} "$MPdir.Base\rebootflag"
MessageBox MB_OK|MB_ICONSTOP "$(TEXT_MSGBOX_ERROR_REBOOT_REQUIRED)"
Abort
${EndIf}
Ie in MP Base folder file with name = rebootflag present...