You are here
POL_Install_msasn1
Informations
Creator | Message |
---|---|
GNU_Raziel
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionInstall msasn1 DLL. Source code#!/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:
ContributeMember | Message |
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