POL_Install_msxml3
Informatie
Creator | Bericht |
---|---|
Berillions
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks0 1 Broncode#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Last revision : (2014-01-11 00:38) # Author : Berillions, Tinou # Updated by : GNU_Raziel # Only For : http://www.playonlinux.com # [Quentin PÂRIS] (2012-04-29 13:02) # Fixing bug #820 # [petch] (2013-01-22 16:00) # Fixing bug #1787 # [petch] (2014-01-11 00:38) # Fixing 0 byte msxml3.dll bug FORCE_MODE=$1 POL_Download_Resource "http://repository.playonlinux.com/divers/msxml3.msi" "7049c6531837341363fe69d068d001b0" "msxml3" # Check if msxml3 is already installed CHECK_MSXML3=`find $WINEPREFIX -name "msxml3r.dll"` if [ "$CHECK_MSXML3" = "" -o "$FORCE_MODE" = "--force" ]; then # Installing msxml3 if [ "$POL_ARCH" = "amd64" ]; then rm "$WINEPREFIX/drive_c/windows/syswow64/msxml3.dll" rm "$WINEPREFIX/drive_c/windows/system32/msxml3.dll" else rm "$WINEPREFIX/drive_c/windows/system32/msxml3.dll" fi # Overriding dll POL_Wine_OverrideDLL "native" "msxml3" cd "$POL_USER_ROOT/ressources/msxml3/" POL_Wine msiexec /i msxml3.msi /q POL_Wine_WaitExit "msxml3" wineserver -k fi |
Contributions
Filters:
ContributeMember | Bericht |
meowsqueak | Dinsdag 12 Juli 2016 om 23:22 |
meowsqueak
![]()
|
BerichtAs part of installing the dotnet45 component on wine32, the installer hangs with "Please wait while msxml3 is installed". The console log shows the following question being asked over and over, very rapidly: Are you sure you want to delete the registry key 'HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v3.5'? (Yes|No)Are you sure you want to delete the registry key 'HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v3.5'? (Yes|No)Are you sure you want to delete the registry key 'HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v3.5'... It seems to be stuck in an infinite loop. I'm using PlayOnLinux 4.2.10-1 on Ubuntu 14.04, 32-bit wine v1.9.13 on a fresh wine prefix. AntwoordenVrijdag 11 November 2016 om 14:49
Vrijdag 18 Augustus 2017 om 13:28
Vrijdag 18 Augustus 2017 om 13:29
Donderdag 24 Augustus 2017 om 23:52
Maandag 19 Februari 2018 om 16:14
Zaterdag 6 October 2018 om 13:18
Zaterdag 6 October 2018 om 13:20
Zaterdag 6 October 2018 om 13:20
Zaterdag 6 October 2018 om 13:28
Maandag 22 October 2018 om 22:41
Maandag 22 October 2018 om 23:00
Maandag 22 October 2018 om 23:00
Maandag 22 October 2018 om 23:04
Vrijdag 28 Mei 2021 om 0:48
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com