Fix error A1005 / Cannot extract AppFiles.zip 

 

Kudos to Artem aka truedrcb for the solution posted here

The reason of the problem is wrong permissions handling in Logitech installer. The installer tries to unzip internal file 'AppFile.zip' which isn't allowed due to missing write permissions of the installer.

Solution is to unpack the file manually:

  • Install and run the app until the error appears
  • Find the file "c:\Program Files (x86)\Logitech\MyHarmony\AppFiles.zip"
  • Unzip the content to a temp directory and move it to "c:\Program Files (x86)\Logitech\MyHarmony\AppFiles\" directory