Your error code means you have an issue with your temp folder:
C:\Users\André>err 1632 # for decimal 1632 / hex 0x660 ERROR_INSTALL_TEMP_UNWRITABLE winerror.h # The Temp folder is on a drive that is full or is # inaccessible. Free up space on the drive or verify that you # have write permission on the Temp folder. # as an HRESULT: Severity: SUCCESS (0), FACILITY_NULL (0x0), Code 0x660 # for decimal 1632 / hex 0x660 ERROR_INSTALL_TEMP_UNWRITABLE winerror.h # The Temp folder is on a drive that is full or is # inaccessible. Free up space on the drive or verify that you # have write permission on the Temp folder. # 2 matches found for "1632"
Make sure you have writing permissions to C:\Windows\Temp
and C:\Users\<USERNAME>\AppData\Local\Temp
.