Vous êtes ici
POL_Install_msasn1
Informations
Créateur | Messages |
---|---|
GNU_Raziel
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall msasn1 DLL. Code source#!/bin/bash # Date : (2011-17-07 21-00) # Last revision : (2013-06-20 21:00) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # Downloading DLL POL_Download_Resource "http://files.playonlinux.com/msasn1_dll.zip" "aad8973e4c071b14c600448a44e3a86a" # Installing DLL POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installing msasn1 DLL...')" "$TITLE" cd "$WINEPREFIX/drive_c/windows/temp" unzip "$POL_USER_ROOT/ressources/msasn1_dll.zip" if [ "$POL_ARCH" == "amd64" ]; then cp -f msasn1.dll ../syswow64/ else cp -f msasn1.dll ../system32/ fi # Overriding dll POL_Call POL_Function_OverrideDLL "native" "msasn1" |
Contributions
Filters:
ContribuerMembre | Messages |
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