Vous êtes ici
POL_Install_mspatcha
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall mspatcha.dll Code source# Date : (2015-08-23 09-45) # Author : Petch if [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi POL_Call POL_SP2_Extract mspatcha.dll POL_Wine_OverrideDLL "native,builtin" "mspatcha" |
Contributions
Filters:
ContribuerMembre | Messages |
Yaotl | Lundi 18 Octobre 2021 à 17:47 |
Yaotl
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,6 +1,10 @@ # Date : (2015-08-23 09-45) # Author : Petch -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 POL_Call POL_SP2_Extract mspatcha.dll POL_Wine_OverrideDLL "native,builtin" "mspatcha" \ No newline at end of file Nouveau code source# Date : (2015-08-23 09-45) # Author : Petch if [ "$POL_ARCH" = "amd64" ]; then cd "$WINEPREFIX/drive_c/windows/syswow64" else cd "$WINEPREFIX/drive_c/windows/system32" fi POL_Call POL_SP2_Extract mspatcha.dll POL_Wine_OverrideDLL "native,builtin" "mspatcha" RéponsesVendredi 29 Octobre 2021 à 22:53
|
petch | Dimanche 23 Aoüt 2015 à 9:47 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,6 @@ +# Date : (2015-08-23 09-45) +# Author : Petch + +cd "$WINEPREFIX/drive_c/windows/system32" +POL_Call POL_SP2_Extract mspatcha.dll +POL_Wine_OverrideDLL "native,builtin" "mspatcha" \ No newline at end of file Nouveau code source# Date : (2015-08-23 09-45) # Author : Petch cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract mspatcha.dll POL_Wine_OverrideDLL "native,builtin" "mspatcha" Réponses |
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