POL_Install_wmp10

Informations

Créateur Messages
SuperPlumus Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 127238
Wine: System

Retours d'expérience

Code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-11-28 09-16)
# Last revision : see changelog
# Author : SuperPlumus
#
# CHANGELOG
# [SuperPlumus] (2010-11-28 09-16)
#   Initial script ?.
# [SuperPlumus] (2012-04-10 12-18)
#   ?
# [Dadu042] (2020-06-02 19-00)
#   Update URL because Microsoft removed their file...
 
POL_Call POL_Install_wsh57
 
cd "$POL_USER_ROOT/ressources"

# Dead URL as of 2020-11
# POL_Download_Resource "http://download.microsoft.com/download/1/2/A/12A31F29-2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"

POL_Download_Resource "https://archive.org/download/mp10setup_201907/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"
POL_Download_Resource "http://download.microsoft.com/download/5/c/2/5c29d825-61eb-4b16-8eb8-58367d0464d5/WM9Codecs9x.exe" "6560a06288752e36a5ccda0b9d115e31"
 
POL_Wine_WaitBefore "Windows Media Player 10" 
POL_Wine "MP10Setup.exe" /q
 
POL_Wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdr4_2K"
POL_Wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdralw2k"
 
Set_OS "win2k"
 
POL_Wine "WM9Codecs9x.exe" /q
 
Set_OS "winxp"

Contributions

Filters:

Contribuer
Membre Messages
zamok5 Mardi 16 Novembre 2021 à 10:53
zamok5 Anonymous

Messages

Need change a path for installation a WMP10 to https://archive.org/download/wmp10-windowsxp-x86-enu/wmp10-windowsxp-x86-enu.exe.

Réponses

ddman47 Jeudi 27 Mai 2021 à 15:59
ddman47 Anonymous

Messages

It cannot be installed.

https://archive.org/download/mp10setup_201907/MP10Setup.exe

Local: 896c260216bd8603b4178d7d9bf1ea83
Server: e57645c5ab34485d56d019aaa17c3150

Réponses

Dadu042 Mardi 24 Novembre 2020 à 10:30
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,13 +1,25 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-11-28 09-16)
-# Last revision : (2012-04-10 12-18)
+# Last revision : see changelog
 # Author : SuperPlumus
+#
+# CHANGELOG
+# [SuperPlumus] (2010-11-28 09-16)
+#   Initial script ?.
+# [SuperPlumus] (2012-04-10 12-18)
+#   ?
+# [Dadu042] (2020-06-02 19-00)
+#   Update URL because Microsoft removed their file...
  
 POL_Call POL_Install_wsh57
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://download.microsoft.com/download/1/2/A/12A31F29-2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"
+
+# Dead URL as of 2020-11
+# POL_Download_Resource "http://download.microsoft.com/download/1/2/A/12A31F29-2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"
+
+POL_Download_Resource "https://archive.org/download/mp10setup_201907/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"
 POL_Download_Resource "http://download.microsoft.com/download/5/c/2/5c29d825-61eb-4b16-8eb8-58367d0464d5/WM9Codecs9x.exe" "6560a06288752e36a5ccda0b9d115e31"
  
 POL_Wine_WaitBefore "Windows Media Player 10" 

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-11-28 09-16)
# Last revision : see changelog
# Author : SuperPlumus
#
# CHANGELOG
# [SuperPlumus] (2010-11-28 09-16)
#   Initial script ?.
# [SuperPlumus] (2012-04-10 12-18)
#   ?
# [Dadu042] (2020-06-02 19-00)
#   Update URL because Microsoft removed their file...
 
POL_Call POL_Install_wsh57
 
cd "$POL_USER_ROOT/ressources"

# Dead URL as of 2020-11
# POL_Download_Resource "http://download.microsoft.com/download/1/2/A/12A31F29-2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"

POL_Download_Resource "https://archive.org/download/mp10setup_201907/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"
POL_Download_Resource "http://download.microsoft.com/download/5/c/2/5c29d825-61eb-4b16-8eb8-58367d0464d5/WM9Codecs9x.exe" "6560a06288752e36a5ccda0b9d115e31"
 
POL_Wine_WaitBefore "Windows Media Player 10" 
POL_Wine "MP10Setup.exe" /q
 
POL_Wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdr4_2K"
POL_Wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdralw2k"
 
Set_OS "win2k"
 
POL_Wine "WM9Codecs9x.exe" /q
 
Set_OS "winxp"

Réponses

deane Lundi 26 Octobre 2020 à 18:41
deane Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

error file mismatch. 

Differences

@@ -7,7 +7,7 @@
 POL_Call POL_Install_wsh57
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://download.microsoft.com/download/1/2/A/12A31F29-2FA9-4F50-B95D-E45EF7013F87/MP10Setup.exe" "e57645c5ab34485d56d019aaa17c3150"
+POL_Download_Resource "http://download.oldapps.com/Windows_Media/MP10Setup.exe" "E57645C5AB34485D56D019AAA17C3150"
 POL_Download_Resource "http://download.microsoft.com/download/5/c/2/5c29d825-61eb-4b16-8eb8-58367d0464d5/WM9Codecs9x.exe" "6560a06288752e36a5ccda0b9d115e31"
  
 POL_Wine_WaitBefore "Windows Media Player 10" 

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-11-28 09-16)
# Last revision : (2012-04-10 12-18)
# Author : SuperPlumus
 
POL_Call POL_Install_wsh57
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://download.oldapps.com/Windows_Media/MP10Setup.exe" "E57645C5AB34485D56D019AAA17C3150"
POL_Download_Resource "http://download.microsoft.com/download/5/c/2/5c29d825-61eb-4b16-8eb8-58367d0464d5/WM9Codecs9x.exe" "6560a06288752e36a5ccda0b9d115e31"
 
POL_Wine_WaitBefore "Windows Media Player 10" 
POL_Wine "MP10Setup.exe" /q
 
POL_Wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdr4_2K"
POL_Wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdralw2k"
 
Set_OS "win2k"
 
POL_Wine "WM9Codecs9x.exe" /q
 
Set_OS "winxp"

Réponses

Mardi 27 Octobre 2020 à 10:05
Thanks for the update, however the link seems dead as of 2020-10-27 10:05.