POL_Install_msxml4

Informations

Creator Mensajes
Berillions

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 235054
Wine: System

Feedbacks

Source code

#!/bin/bash
# PlayOnLinux Function
 
# Date : (2009-11-21)
# Last revision : (2013-01-22 23:09)
# Author : Berillions
# Licence : 
# Depend : none

#downloading msxml4
POL_Download_Resource "http://web.archive.org/web/20120322033534if_/http://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi" "14e34a6cbd8f060a9c965e39b745657a"

POL_SetupWindow_wait_next_signal "PlayOnLinux is installing msxml4" "$TITLE"

cd "$REPERTOIRE/ressources"
POL_Wine_OverrideDLL "native" "msxml4"
POL_Wine msiexec /i msxml.msi /q

POL_SetupWindow_detect_exit

Contributions

Filters:

Contribute
Member Mensajes
Quentin PÂRIS Sunday 6 March 2022 at 21:49
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

Differences

@@ -8,7 +8,7 @@
 # Depend : none
 
 #downloading msxml4
-POL_Download_Resource "http://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi" "14e34a6cbd8f060a9c965e39b745657a"
+POL_Download_Resource "http://web.archive.org/web/20120322033534if_/http://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi" "14e34a6cbd8f060a9c965e39b745657a"
 
 POL_SetupWindow_wait_next_signal "PlayOnLinux is installing msxml4" "$TITLE"
 

New source code

#!/bin/bash
# PlayOnLinux Function
 
# Date : (2009-11-21)
# Last revision : (2013-01-22 23:09)
# Author : Berillions
# Licence : 
# Depend : none

#downloading msxml4
POL_Download_Resource "http://web.archive.org/web/20120322033534if_/http://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi" "14e34a6cbd8f060a9c965e39b745657a"

POL_SetupWindow_wait_next_signal "PlayOnLinux is installing msxml4" "$TITLE"

cd "$REPERTOIRE/ressources"
POL_Wine_OverrideDLL "native" "msxml4"
POL_Wine msiexec /i msxml.msi /q

POL_SetupWindow_detect_exit

Respuestas

alesliehughes Tuesday 14 June 2016 at 1:43
alesliehughes Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Mensajes

You need to override msxml4 or else the installer detects that the current msxml4 is good enough and doesn't copy the native version.

Differences

@@ -13,6 +13,7 @@
 POL_SetupWindow_wait_next_signal "PlayOnLinux is installing msxml4" "$TITLE"
 
 cd "$REPERTOIRE/ressources"
+POL_Wine_OverrideDLL "native" "msxml4"
 POL_Wine msiexec /i msxml.msi /q
 
 POL_SetupWindow_detect_exit
\ No newline at end of file

New source code

#!/bin/bash
# PlayOnLinux Function
 
# Date : (2009-11-21)
# Last revision : (2013-01-22 23:09)
# Author : Berillions
# Licence : 
# Depend : none

#downloading msxml4
POL_Download_Resource "http://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi" "14e34a6cbd8f060a9c965e39b745657a"

POL_SetupWindow_wait_next_signal "PlayOnLinux is installing msxml4" "$TITLE"

cd "$REPERTOIRE/ressources"
POL_Wine_OverrideDLL "native" "msxml4"
POL_Wine msiexec /i msxml.msi /q

POL_SetupWindow_detect_exit

Respuestas

Friday 18 June 2021 at 22:26
this no longer downloads from the URL here or in the app (404 error) - other versions available online don't work

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