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.