http://bugs.winehq.org/show_bug.cgi?id=7529
Summary: MSI Installer: Citrix Presentation Server Client Package - Version 9.230 fails to install Product: Wine Version: 0.9.30. Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: christianuceda@yahoo.com
Summary:
Wine 0.9.31 can not install the Citrix Client package, the msi package finish unexpectedly displaying a dialog titled: "Installation Cancelled" on that dialog says: "The installation ended prematurely because of an error."
I tried to install the msi it using:
$rm .wine/ -fr $wineprefixcreate $wget http://download2.citrix.com/FILES/en/products/client/ica/client9230/ Ica32Pkg.msi $wine msiexec /i Ica32Pkg.msi
The output from wine is: Xlib: extension "GLX" missing on display "localhost:1.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems Xlib: extension "GLX" missing on display "localhost:1.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems fixme:advapi:LookupAccountNameW (null) L"ucedac" (nil) 0x33f808 (nil) 0x33f804 0x33f810 - stub fixme:advapi:LookupAccountNameW (null) L"ucedac" 0x177b90 0x33f808 0x177ba8 0x33f804 0x33f810 - stub fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{2AE8A409-AA18- 4780-856F-DE6ED0FA4BAB}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{1DD10EF4-2557- 4F04-A23C-9B8963D65DE0}") unimplemented fixme:msi:ACTION_AppSearchComponents AppSearch CompLocator (L"{DEAEF21B-4507- 4142-9853-BE482CCA8FB2}") unimplemented fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 8 ignored L"Upgrade" table values err:msi:custom_get_thread_return Invalid Return Code 1627 err:msi:ITERATE_Actions Execution halted, action L"SearchNewDialog" returned 1603
Bear in mind that I'm running the application over a Xvnc session, hence the OpenGL messages.
Im running ubuntu 6.10 and I got wine as a .deb package from the Wine repository 0.9.31~winehq0~ubuntu~6.06-1
Note that I wasn't expecting this app to run, just testing MSI files and found this one not working.