Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #164664
    Hi I’m getting this error all the time. Even If I click on continue it keeps coming
    Anybody got something like that?

    #168106
    Dugi
    Keymaster

      it should be working fine you might need to update your windows or reinstall .Net framework 

      #170630
      Ozzi
      Participant
        That error “Exception from HRESULT: 0x80072EE4” is a permission issue, I know this since beta testing so many different windows products, they mostly appeared in Windows RT within Windows Group Policy.
        I recommend to do a system restore to a date this did not occur (if known) or repair windows. If that fails you can try the following:
        Open Command Prompt as administrator.
        For a file use:
        icacls "full path to your file" /reset
        For a folder use:
        icacls "full path to the folder" /reset
        For a folder and files and subfolders use:
        icacls "full path to the folder" /reset /t /c /l
        You can try running the installer as administrator, Right click the DugiGuides_1.5.0.exe and select Run as Administrator and accept any UAC prompts.
        There’s a lot of tutorials on how to take ownership of files and folders if all of the above fails.

      Viewing 3 posts - 1 through 3 (of 3 total)
      • You must be logged in to reply to this topic.