https://bugs.winehq.org/show_bug.cgi?id=52876
Bug ID: 52876 Summary: SolidWorks installer fails to install components with action INSTALLSTATE_UNKNOWN Product: Wine Version: 7.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: joseph.kogut@gmail.com Distribution: ---
SolidWorks installer appears to complete successfully, but jumps from appx. 6% to complete instantly and doesn't install program files.
Running the installer with `WINEDEBUG=+msi` shows that various features are absent, and INSTALLSTATE_UNKNOWN (-1) is requested, leading to them not being installed.
``` 0424:trace:msi:MSI_SetFeatureStates component L"aecschedule80_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecschedule_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecscheduledata40_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecscheduledata50_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecscheduledata60_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecscheduledata70_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecscheduledata80_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecscheduledata_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecstructurebase40_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) 0424:trace:msi:MSI_SetFeatureStates component L"aecstructurebase50_spa.tx.D5BD7D17_EF2F_4D2A_8A6E_525BC49E6A6E" (installed 2 request -1 action -1) ```
The installer is available from here: https://dl-ak.solidworks.com/nonsecure/sw2020/sw2020_sp04.0_f/x64/200715.002...
https://bugs.winehq.org/show_bug.cgi?id=52876
Joseph Kogut joseph.kogut@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=52876
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
https://bugs.winehq.org/show_bug.cgi?id=52876
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 URL| |https://dl-ak.solidworks.co | |m/nonsecure/sw2020/sw2020_s | |p04.0_f/x64/200715.002-1-QA | |7UDVC9/SolidWorksSetup.exe
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- You need to supply the whole console log. https://wiki.winehq.org/Bugs
https://bugs.winehq.org/show_bug.cgi?id=52876
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Status|NEEDINFO |NEW
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- (In reply to Ken Sharp from comment #1)
You need to supply the whole console log. https://wiki.winehq.org/Bugs
I don't think that a console log is useful here. The cause of the problem has already been identified, and the only thing that's going to help is more investigation in the MSI area specifically.
https://bugs.winehq.org/show_bug.cgi?id=52876
Dmitry windes@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |windes@rambler.ru
--- Comment #3 from Dmitry windes@rambler.ru --- 100% same "jump" from 6% to 100% in installer also in SolidWorks 2014 x32, SolidWorks 2017 x64, SolidWorks 2020 x64, SolidWorks 2022 x64. There are also problems with paths-interpreter in Wine in installer. It don't see \INSTALLDIR path; it see \SOLIDWORKS\aview.msg as -> \SOLIDWORKSaview.msg and can't find file there. Probably it don't see more such paths!