Bug 119583 - Error 1310 during installation
Summary: Error 1310 during installation
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
6.1.0.3 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-29 10:38 UTC by Maurizio Firmani
Modified: 2018-08-30 11:51 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
screenshot of error (italian version) (22.42 KB, image/jpeg)
2018-08-29 10:38 UTC, Maurizio Firmani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Firmani 2018-08-29 10:38:08 UTC
Created attachment 144532 [details]
screenshot of error (italian version)

Installation stops while copying new files, resulting in an "Error 1310" trying to create file "C:\Program file\LibreOffice\help\media\icon-themes\svtool\res\template.png".
Same error on eithwer fresh installation or update from 6.0.6 ver.
Ignoring that error, the installation goes on and stops again with an "Error 1304" on file triangle_down.png, same folder as previous one. No option to Ignore, only to Cancel.

OS: Windows 7 64 bit, enterprise environment with policy. User is administrator of the machine.
Comment 1 Xisco Faulí 2018-08-29 12:00:21 UTC
Could you please make sure the installer file was downloaded complete?
Would you mind trying again to download it to double-check ?
Comment 2 Maurizio Firmani 2018-08-29 12:38:17 UTC
(In reply to Xisco Faulí from comment #1)
> Could you please make sure the installer file was downloaded complete?
> Would you mind trying again to download it to double-check ?

I just try to download and install again from x86_64 msi (from libreoffice.org and from a mirror site), but i've got the same errors. I tried also x86 installer and 6.1.1 release candidate installer. Same errors, on same files.
Lastly, I tried to install launching .msi from command prompt as administrator, same errors. 


6.0.6 installer works fine.
Comment 3 V Stuart Foote 2018-08-29 20:05:06 UTC
If you have *verified* the MD5 or SHA256 hash [1] for the installer matches the published details -- meaning you have a valid install package. 

Reboot

Run a Windows CMD prompt or PoweShell as Administrator and enter these commands to force the Microsoft Installer cache to refresh...

Enter:
  "services.msc" 

    to launch the Services panel, 
    locate the "Windows Installer" service in the list
    Stop it (if running)
    Start it

Now back at the command prompt, enter:

  "msiexec.exe /unregister" 
 
  "msiexec.exe /regserver"

and then reboot the system.
   
Try the install again.

=-ref-=

[1] http://downloadarchive.documentfoundation.org/libreoffice/old/6.1.0.3/win/x86_64/LibreOffice_6.1.0.3_Win_x64.msi.mirrorlist
Comment 4 Maurizio Firmani 2018-08-30 06:24:13 UTC
(In reply to V Stuart Foote from comment #3)
> If you have *verified* the MD5 or SHA256 hash [1] for the installer matches
> the published details -- meaning you have a valid install package. 

Done:
C:\Users\20239150\Downloads>certutil -hashfile LibreOffice_6.1.0_Win_x64.msi MD5
MD5 hash of file LibreOffice_6.1.0_Win_x64.msi:
ba 8e 44 e1 74 7c 21 b3 f5 67 4b 91 22 0c 73 22
CertUtil: -hashfile command completed successfully.

MD5 is the same in here:
https://download.documentfoundation.org/libreoffice/stable/6.1.0/win/x86_64/LibreOffice_6.1.0_Win_x64.msi.mirrorlist


> Reboot
> 
> Run a Windows CMD prompt or PoweShell as Administrator and enter these
> commands to force the Microsoft Installer cache to refresh...
> ...

Done, same errors.

> =-ref-=
> 
> [1]
> http://downloadarchive.documentfoundation.org/libreoffice/old/6.1.0.3/win/
> x86_64/LibreOffice_6.1.0.3_Win_x64.msi.mirrorlist

I think there is some trouble with the policy in my enterprise environment. Setup worked fine on another PC with Windows 10 without policy.

Thanks.