POL_Install_msxml6
Informations
| Creator | Meddelanden | 
|---|---|
                Berillions
                                     
  | 
            
                                        InformationThis installer has been approved by the team. InformationsPlatforms:   Feedbacks1 2 DescriptionThis component does not work in 64-bit virtual drives Source code#!/bin/bash
# PlayOnLinux Function
# Date : (2009-11-21)
# Last Revision : (2013-01-22 19:53)
# Author : Berillions
# Licence : 
# Depend : none
# [petch] (2013-01-22 19:53)
#   Fixing bug #1787
# [Dadu042] (2020-06-13 11:10)
#   Improve the warning message.
# Until fixed
if [ "$POL_ARCH" = "amd64" ]
then
    POL_Debug_Error "AMD64 is set, msxml6 can not be installed."
else
    cd "$REPERTOIRE/ressources"
    POL_Download_Resource "https://web.archive.org/web/20190122095451if_/http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
    POL_Wine_OverrideDLL "native" "msxml6"
    rm "$WINEPREFIX"/drive_c/windows/system32/msxml6*
    POL_Wine_WaitBefore "msxml6"
    POL_Wine msiexec /i msxml6_x86.msi /q
    POL_SetupWindow_detect_exit
fi
                 | 
        
Contributions
Filters:
Contribute| Member | Meddelanden | 
| Bayera24 | Saturday 20 February 2021 at 17:04 | 
                    Bayera24
                                             
  | 
                
                    MeddelandenThank you Svar | 
            
| Quentin PÂRIS | Saturday 20 February 2021 at 16:03 | 
                    Quentin PÂRIS
                                                 
            
  | 
                
                    InformationThis update has been approved by the team. Differences@@ -18,7 +18,7 @@
     POL_Debug_Error "AMD64 is set, msxml6 can not be installed."
 else
     cd "$REPERTOIRE/ressources"
-    POL_Download_Resource "http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
+    POL_Download_Resource "https://web.archive.org/web/20190122095451if_/http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
 
     POL_Wine_OverrideDLL "native" "msxml6"
     rm "$WINEPREFIX"/drive_c/windows/system32/msxml6*
                            New source code#!/bin/bash
# PlayOnLinux Function
# Date : (2009-11-21)
# Last Revision : (2013-01-22 19:53)
# Author : Berillions
# Licence : 
# Depend : none
# [petch] (2013-01-22 19:53)
#   Fixing bug #1787
# [Dadu042] (2020-06-13 11:10)
#   Improve the warning message.
# Until fixed
if [ "$POL_ARCH" = "amd64" ]
then
    POL_Debug_Error "AMD64 is set, msxml6 can not be installed."
else
    cd "$REPERTOIRE/ressources"
    POL_Download_Resource "https://web.archive.org/web/20190122095451if_/http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
    POL_Wine_OverrideDLL "native" "msxml6"
    rm "$WINEPREFIX"/drive_c/windows/system32/msxml6*
    POL_Wine_WaitBefore "msxml6"
    POL_Wine msiexec /i msxml6_x86.msi /q
    POL_SetupWindow_detect_exit
fi
                            Svar | 
            
| Bayera24 | Monday 1 February 2021 at 21:56 | 
                    Bayera24
                                             
  | 
                
                    Meddelanden
 
 
 
 SvarÄndrat av Bayera24  | 
            
| Octoxp | Sunday 31 January 2021 at 20:38 | 
                    Octoxp
                                             
  | 
                
                    MeddelandenPOL version: 4.3.4 POL Error message: 
 Just for information, the website https://www.exefiles.com/en/msi/msxml6-x86-msi/ have a MSXML6_x86.msi file for download with the same MD5 hash code presented by the server in the POL Error message: SvarÄndrat av Octoxp  | 
            
| Dadu042 | Saturday 13 June 2020 at 11:18 | 
| 
                    Dadu042
                     
  | 
                
                    WarningThis update has not been approved yet by the team. Differences@@ -9,11 +9,13 @@
 
 # [petch] (2013-01-22 19:53)
 #   Fixing bug #1787
+# [Dadu042] (2020-06-13 11:10)
+#   Improve the warning message.
 
 # Until fixed
 if [ "$POL_ARCH" = "amd64" ]
 then
-    POL_Debug_Error "AMD64 is set, but msxml6 is needed."
+    POL_Debug_Error "AMD64 is set, msxml6 can not be installed."
 else
     cd "$REPERTOIRE/ressources"
     POL_Download_Resource "http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
                            New source code#!/bin/bash
# PlayOnLinux Function
# Date : (2009-11-21)
# Last Revision : (2013-01-22 19:53)
# Author : Berillions
# Licence : 
# Depend : none
# [petch] (2013-01-22 19:53)
#   Fixing bug #1787
# [Dadu042] (2020-06-13 11:10)
#   Improve the warning message.
# Until fixed
if [ "$POL_ARCH" = "amd64" ]
then
    POL_Debug_Error "AMD64 is set, msxml6 can not be installed."
else
    cd "$REPERTOIRE/ressources"
    POL_Download_Resource "http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
    POL_Wine_OverrideDLL "native" "msxml6"
    rm "$WINEPREFIX"/drive_c/windows/system32/msxml6*
    POL_Wine_WaitBefore "msxml6"
    POL_Wine msiexec /i msxml6_x86.msi /q
    POL_SetupWindow_detect_exit
fi
                            Svar | 
            
| alesliehughes | Tuesday 14 June 2016 at 1:47 | 
                    alesliehughes
                                             
  | 
                
                    WarningThis update has not been approved yet by the team. Differences@@ -18,6 +18,7 @@
     cd "$REPERTOIRE/ressources"
     POL_Download_Resource "http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
 
+    POL_Wine_OverrideDLL "native" "msxml6"
     rm "$WINEPREFIX"/drive_c/windows/system32/msxml6*
     POL_Wine_WaitBefore "msxml6"
     POL_Wine msiexec /i msxml6_x86.msi /q
                            New source code#!/bin/bash
# PlayOnLinux Function
# Date : (2009-11-21)
# Last Revision : (2013-01-22 19:53)
# Author : Berillions
# Licence : 
# Depend : none
# [petch] (2013-01-22 19:53)
#   Fixing bug #1787
# Until fixed
if [ "$POL_ARCH" = "amd64" ]
then
    POL_Debug_Error "AMD64 is set, but msxml6 is needed."
else
    cd "$REPERTOIRE/ressources"
    POL_Download_Resource "http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi" "85a5571258de322458f288b94ee28cfb"
    POL_Wine_OverrideDLL "native" "msxml6"
    rm "$WINEPREFIX"/drive_c/windows/system32/msxml6*
    POL_Wine_WaitBefore "msxml6"
    POL_Wine msiexec /i msxml6_x86.msi /q
    POL_SetupWindow_detect_exit
fi
                            SvarWednesday 6 November 2019 at 20:14                                                                                     
                                     | 
            
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