http://bugs.winehq.org/show_bug.cgi?id=19170
Summary: Powerpoint viewer's installer doesn't show success message at end of install (appinstall) Product: Wine Version: 1.1.25 Platform: PC URL: http://download.microsoft.com/download/a/1/a/a1adc39b- 9827-4c7a-890b-91396aed2b86/ppviewer.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Not a huge deal, but on wine, running 'ppviewer.exe /q' installs powerpoint silently. Awesome.
So I wrote an ahk script for it, since it's one of the few 'Wine Supported Applications'. Ran the test script on windows, but it hangs, since at the end of the install, this message box pops up: Microsoft Office PowerPoint Viewer 2003 Setup completed successfully.
On wine, of course, we get nothing.
http://bugs.winehq.org/show_bug.cgi?id=19170
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0
--- Comment #1 from Austin English austinenglish@gmail.com 2009-07-03 18:37:07 --- Targeting for 1.2.0 since it affects a supported application.
http://bugs.winehq.org/show_bug.cgi?id=19170
Fernando Martins fernando@cmartins.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando@cmartins.nl
--- Comment #2 from Fernando Martins fernando@cmartins.nl 2010-06-09 03:55:10 --- The donwload link is broken, I got PowerPointViewer.exe (2007), likely different from ppviewer.exe.
It dies quickly with:
fixme:advapi:LookupAccountNameW (null) L"xxxx" (nil) 0x33f160 (nil) 0x33f164 0x33f158 - stub fixme:advapi:LookupAccountNameW (null) L"xxxx" 0x161d08 0x33f160 0x161858 0x33f164 0x33f158 - stub fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values fixme:mscoree:LoadLibraryShim (0x6828744c L"fusion.dll", (nil), (nil), 0x33f97c): semi-stub fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
http://bugs.winehq.org/show_bug.cgi?id=19170
--- Comment #3 from Fernando Martins fernando@cmartins.nl 2010-06-09 03:58:19 --- (In reply to comment #2)
The donwload link is broken, I got PowerPointViewer.exe (2007), likely different from ppviewer.exe.
It dies quickly with:
Sorry, silly me. It just installs "silently".
http://bugs.winehq.org/show_bug.cgi?id=19170
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |http://download.cnet.com/Po |om/download/a/1/a/a1adc39b- |werPoint-Viewer-2003/3000-1 |9827-4c7a-890b-91396aed2b86 |8483_4-10742147.html |/ppviewer.exe | Summary|Powerpoint viewer's |Powerpoint viewer's (2003) |installer doesn't show |installer doesn't show |success message at end of |success message at end of |install (appinstall) |install (appinstall)
--- Comment #4 from Rosanne DiMesio dimesio@earthlink.net 2010-06-09 08:12:44 --- Powerpoint Viewer 2003 is no longer available from Microsoft. I found a still-working download link at download.cnet.com.
Changing download link and adding (2003) to summary to clarify.
http://bugs.winehq.org/show_bug.cgi?id=19170
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #5 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-05-21 07:35:50 CDT --- Still in wine-1.5.30-173-g4b4bd02
https://bugs.winehq.org/show_bug.cgi?id=19170
Jaro jaromir@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaromir@mailinator.com
--- Comment #6 from Jaro jaromir@mailinator.com --- Doesnt give the message expected, but this can be seen on console
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
wine 1.7.32
https://bugs.winehq.org/show_bug.cgi?id=19170
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi Target Milestone|1.2.0 |--- CC| |focht@gmx.net
--- Comment #7 from Anastasius Focht focht@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/s...
--- 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-instal...) 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
https://bugs.winehq.org/show_bug.cgi?id=19170
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.cnet.com/Po |https://web.archive.org/web |werPoint-Viewer-2003/3000-1 |/20050903003843/http://down |8483_4-10742147.html |load.microsoft.com/download | |/a/1/a/a1adc39b-9827-4c7a-8 | |90b-91396aed2b86/ppviewer.e | |xe Summary|Powerpoint viewer's (2003) |PowerPoint Viewer 2003 |installer doesn't show |installer doesn't show |success message at end of |success message at end of |install (appinstall) |install (appinstall)