POL_Install_msasn1

Informations

Creator Nachricht
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 146078
Wine: System

Feedbacks

Description

Install 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:

Contribute
Member Nachricht