https://bugs.winehq.org/show_bug.cgi?id=40087
Bug ID: 40087 Summary: Enterprise Architect fails to install files on upgrade. Product: Wine Version: 1.9.2 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Created attachment 53577 --> https://bugs.winehq.org/attachment.cgi?id=53577 +msi
MSI detects that it's a new installer but it fails to install any file that already exists.
log.txt trace:msi:calculate_install_state skipping L"EA.exe" (not scheduled for install)
On Windows, it overwrites all files whether they are installed or not.
https://bugs.winehq.org/show_bug.cgi?id=40087
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Created attachment 53731 --> https://bugs.winehq.org/attachment.cgi?id=53731 msi install log using windows.
https://bugs.winehq.org/show_bug.cgi?id=40087
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO URL| |https://web.archive.org/web | |/20161206151527/http://www. | |sparxsystems.com/bin/easetu | |p.msi Summary|Enterprise Architect fails |Enterprise Architect 13.0 |to install files on |fails to install files when |upgrade. |upgrading from older | |(unspecified) version Keywords| |download, Installer CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive.
Information about the upgrade version can be extracted from the MSI log:
--- snip --- ... trace:msi:MsiInstallProductW L"/media/alesliehughes/STUFF/EA130_Reg-2.msi" (null) ... trace:msi:msi_get_property returning L"13.0.1300.47" for property L"ProductVersion" --- snip ---
The original (product installer) version is not referenced. The following information should have been provided:
* explicit information about old and new (upgrade) product version * if the problem is reproducible with trial versions
Enterprise Architect 13.0 (trial)
https://web.archive.org/web/20161206151527/http://www.sparxsystems.com/bin/e...
$ sha1sum easetup.msi ea17399de135d161555305e7a09250dab52a4089 easetup.msi
$ du -sh easetup.msi 51M easetup.msi
===
Guess at the old version (last major release before 13.0):
Enterprise Architect 12.0 (trial)
https://web.archive.org/web/20150926001526/http://www.sparxsystems.com/bin/e...
$ sha1sum easetup.msi ad0ef6afa5be4fa32262ecead88a0bbece8aa047 easetup.msi
$ du -sh easetup.msi 64M easetup.msi
===
I couldn't reproduce this with Wine 1.9.2 when upgrading from EA trial 12.0 to 13.0. Maybe it only happens with full versions and/or a different version range was used but MSI log doesn't give away the originally installed one.
Regards