https://bugs.winehq.org/show_bug.cgi?id=39307
Bug ID: 39307 Summary: SkySaga installer doesn't show required disk space (msi builtin 'PrimaryVolumeSpaceRequired' property missing) Product: Wine Version: 1.7.51 Hardware: x86-64 OS: Linux Status: NEW Severity: trivial Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as the summary says.
Found during investigation of other bugs. Similar to bug 33543 except it's not a blocker here but a cosmetic issue.
--- snip --- ... 0035:trace:msi:msi_dialog_add_control L"Static", L"Description", 00090003, L"Setup requires [PrimaryVolumeSpaceRequired] in:", 00020000 ... 0035:trace:msi:MSI_FormatRecordW L"Setup requires [PrimaryVolumeSpaceRequired] in:" ... 0035:trace:msi:msi_get_property property L"PrimaryVolumeSpaceRequired" not found ... 0035:Call user32.CreateWindowExW(00000000,7ce97900 L"Static",00198b80 L"Setup requires in:",50020000,000000d9,000000a4,00000183,00000017,00030080,00000000,00000000,00000000) ret=7ce27193 --- snip ---
MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/aa370849%28v=vs.85%...
$ sha1sum SkySagaEUInstaller.exe ee55d51213031fdf8d71475434c18ecd7caef9eb SkySagaEUInstaller.exe
$ du -sh SkySagaEUInstaller.exe 11M SkySagaEUInstaller.exe
$ wine --version wine-1.7.51-201-g60d1d6f
Regards