[Bug 19170] Powerpoint viewer's (2003) installer doesn't show success message at end of install (appinstall)

WineHQ Bugzilla wine-bugs at winehq.org
Tue Apr 14 05:21:20 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=19170

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |msi
   Target Milestone|1.2.0                       |---
                 CC|                            |focht at gmx.net

--- Comment #7 from Anastasius Focht <focht at gmx.net> ---
Hello folks

confirming, still present.

I've created a snapshot via Internet Archive:

https://web.archive.org/web/20200414093812/https://files.downloadnow.com/s/software/10/74/21/46/ppviewer.exe?token=1586892984_3798942e15ac1b33b085b7100bda70e2&fileName=ppviewer.exe

--- snip ---
$ wine msiexec /i PPVIEWER.MSI /qb
--- snip ---

Seems like Wine's MSI lacks some internal UI/message handling. It's probably
supposed to show an exit dialog/message box at the end.

https://docs.microsoft.com/en-us/windows/win32/msi/exit-dialog

--- quote ---
The name of this dialog box must appear in the AdminUISequence table and
InstallUISequence table with -1 as the sequence number. 
--- quote ---

I've checked with ORCA, unfortunately no such thing is present in either table.
There has to be a different mechanism how this exit dialog is supposed to show.

Maybe some native MSI "voicewarmupx" log
(https://support.microsoft.com/en-us/help/223300/how-to-enable-windows-installer-logging)
could shed some light on this.

$ sha1sum ppviewer.exe 
4d13ca85d1d366167b6247ac7340b7736b1bff87  ppviewer.exe

$ du -sh ppviewer.exe 
1.9M    ppviewer.exe

$ wine --version
wine-5.6

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list