If you get an error like this in an installation this solution can help you.

“Fatal Error installation ended prematurely because of an error”.

clean %temp% folder. You can go there with “run->open” write there %temp% clean there. (do this in your responsibility)

Find your installation file which has .msi extension.

go to command prompt with “cmd” command from run->open.

goto temp folder with “cd %temp%” command

write there “msiexec /i /qn+” <- filename.msi is the installation file.