POL_Install_msls31
Informatie
Creator | Bericht |
---|---|
Quentin PÂRIS
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks1 3 Omschrijving'Microsoft Line Services library file'. Broncode#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Last revision : (2021-10-18 17:46) # Author : Berillions # Updated by : l.ukasz # Licence : # Depend : none POL_Wine_WaitBefore "msls31" # Official link don't work now, using archived file from Internet Archive WayBack Machine POL_Download_Resource "https://web.archive.org/web/20160710055851if_/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" # POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" if [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi cabextract -F msls31.dll "$POL_USER_ROOT/ressources/InstMsiW.exe" |
Contributions
Filters:
ContributeMember | Bericht |
Yaotl | Maandag 18 October 2021 om 17:46 |
Yaotl
![]()
|
InformationThis update has been approved by the team. Differences@@ -2,7 +2,7 @@ # PlayOnLinux Function # Date : (2009-11-19 21-50) -# Last revision : (2016-10-13 20:05) +# Last revision : (2021-10-18 17:46) # Author : Berillions # Updated by : l.ukasz # Licence : @@ -14,5 +14,9 @@ # POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" -cd "$WINEPREFIX/drive_c/windows/system32" +if [ "$POL_ARCH" = "amd64" ]; then + cd "$WINEPREFIX/drive_c/windows/syswow64" +else + cd "$WINEPREFIX/drive_c/windows/system32" +fi cabextract -F msls31.dll "$POL_USER_ROOT/ressources/InstMsiW.exe" \ No newline at end of file New source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Last revision : (2021-10-18 17:46) # Author : Berillions # Updated by : l.ukasz # Licence : # Depend : none POL_Wine_WaitBefore "msls31" # Official link don't work now, using archived file from Internet Archive WayBack Machine POL_Download_Resource "https://web.archive.org/web/20160710055851if_/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" # POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" if [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi cabextract -F msls31.dll "$POL_USER_ROOT/ressources/InstMsiW.exe" AntwoordenVrijdag 29 October 2021 om 22:52
|
Quentin PÂRIS | Dinsdag 25 December 2018 om 1:04 |
Quentin PÂRIS
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -10,7 +10,7 @@ POL_Wine_WaitBefore "msls31" # Official link don't work now, using archived file from Internet Archive WayBack Machine -POL_Download_Resource "https://web.archive.org/web/20160710055851/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" +POL_Download_Resource "https://web.archive.org/web/20160710055851if_/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" # POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" New source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Last revision : (2016-10-13 20:05) # Author : Berillions # Updated by : l.ukasz # Licence : # Depend : none POL_Wine_WaitBefore "msls31" # Official link don't work now, using archived file from Internet Archive WayBack Machine POL_Download_Resource "https://web.archive.org/web/20160710055851if_/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" # POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" cd "$WINEPREFIX/drive_c/windows/system32" cabextract -F msls31.dll "$POL_USER_ROOT/ressources/InstMsiW.exe" Antwoorden |
jujubeans | Maandag 13 Maart 2017 om 20:45 |
jujubeans
![]()
|
Berichtunnable to install , old path , will not download Antwoorden |
gunn | Woensdag 23 November 2016 om 15:30 |
gunn
![]()
|
BerichtOld path for downloading Antwoorden |
despens | Donderdag 10 November 2016 om 23:56 |
despens
![]()
|
|
l.ukasz | Donderdag 13 October 2016 om 20:04 |
l.ukasz
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -2,12 +2,16 @@ # PlayOnLinux Function # Date : (2009-11-19 21-50) +# Last revision : (2016-10-13 20:05) # Author : Berillions +# Updated by : l.ukasz # Licence : # Depend : none POL_Wine_WaitBefore "msls31" -POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" +# Official link don't work now, using archived file from Internet Archive WayBack Machine +POL_Download_Resource "https://web.archive.org/web/20160710055851/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" +# POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" cd "$WINEPREFIX/drive_c/windows/system32" New source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Last revision : (2016-10-13 20:05) # Author : Berillions # Updated by : l.ukasz # Licence : # Depend : none POL_Wine_WaitBefore "msls31" # Official link don't work now, using archived file from Internet Archive WayBack Machine POL_Download_Resource "https://web.archive.org/web/20160710055851/http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" # POL_Download_Resource "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0" cd "$WINEPREFIX/drive_c/windows/system32" cabextract -F msls31.dll "$POL_USER_ROOT/ressources/InstMsiW.exe" AntwoordenDonderdag 13 October 2016 om 20:04
|
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