POL_Install_wmp10

Informations

Creator Meddelanden
SuperPlumus Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 127351
Wine: System

Feedbacks

Source code

#!/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:

Contribute
Member Meddelanden
zamok5 Tuesday 16 November 2021 at 10:53
zamok5 Anonymous

Meddelanden

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

Svar

ddman47 Thursday 27 May 2021 at 15:59
ddman47 Anonymous

Meddelanden

It cannot be installed.

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

Local: 896c260216bd8603b4178d7d9bf1ea83
Server: e57645c5ab34485d56d019aaa17c3150

Svar

Dadu042 Tuesday 24 November 2020 at 10:30
Dadu042

Information

This update has been approved by the team.

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" 

New source code

#!/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"

Svar

deane Monday 26 October 2020 at 18:41
deane Anonymous

Warning

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

Meddelanden

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" 

New source code

#!/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"

Svar

Tuesday 27 October 2020 at 10:05
Thanks for the update, however the link seems dead as of 2020-10-27 10:05.