Вы находитесь здесь
POL_Install_msvc90
Informations
Creator | Message |
---|---|
GNU_Raziel
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionFrançais :
Source code#!/bin/bash # Date : (2011-03-16 21:00) # Last revision : (2013-04-13 21:00) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # Downloading MSvc90 cd "$POL_USER_ROOT/ressources/" POL_Download_Resource "http://files.playonlinux.com/microsoft.vc90.crt.zip" "710598c9c1d03fc913146a9aa6681db8" "" # Installing MSvc90 POL_Wine_WaitBefore "MSvc90 DLLs" cd "$WINEPREFIX/drive_c/windows/temp" unzip "$POL_USER_ROOT/ressources/microsoft.vc90.crt.zip" cp Microsoft.vc90.crt/*.* ../system32/ rm -rf Microsoft.vc90.crt # Overriding dll POL_Wine_OverrideDLL "native,builtin" "msvcr90" |
Contributions
Filters:
ContributeMember | Message |