POL_Install_msls31

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

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

Retours d'expérience

Description

'Microsoft Line Services library file'.

Code source

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

Contribuer
Membre Messages
Yaotl Lundi 18 Octobre 2021 à 17:46
Yaotl Anonymous

Information

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

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

Nouveau code source

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

Réponses

Vendredi 29 Octobre 2021 à 22:52
Script approved.
Quentin PÂRIS Mardi 25 Décembre 2018 à 1:04
Quentin PÂRIS Anonymous

Warning

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

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"
 
 

Nouveau code source

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

Réponses

jujubeans Lundi 13 Mars 2017 à 20:45
jujubeans Anonymous

Messages

unnable to install , old path , will not download

Réponses

gunn Mercredi 23 Novembre 2016 à 15:30
gunn Anonymous

Messages

Old path for downloading

Réponses

despens Jeudi 10 Novembre 2016 à 23:56
despens

Messages

Please approve l.ukas' improvement!

Réponses

Anonymous
Mercredi 23 Novembre 2016 à 15:29
how can i do it?
l.ukasz Jeudi 13 Octobre 2016 à 20:04
l.ukasz Anonymous

Warning

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

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"

Nouveau code source

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

Réponses

Anonymous
Jeudi 13 Octobre 2016 à 20:04
updated the link to the file - archived version from Internet Archive Wayback Machine. Everything should work now, but I could not test it yourself because of the fact that this is no ordinary script. In the future, you can look for another link for the file, in order not to burden the Internet Archive Wayback Machine servers.