You are here
POL_Install_msvc80
Informations
Creator | Message |
---|---|
GNU_Raziel
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionFrançais :
Source code#!/bin/bash # PlayOnLinux Function # Date : (2010-09-07 19:00) # Last revision : (2013-04-13 21:00) # Author : GNU_Raziel # Only For : http://www.playonlinux.com # Downloading MSvc80 cd "$POL_USER_ROOT"/ressources/ POL_Download_Resource "http://files.playonlinux.com/microsoft.vc80.crt.zip" "53accbf0e1e7a67415ddcdd44f8e226e" "" # Installing MSvc80 POL_Wine_WaitBefore "MSvc80 DLLs" cd "$WINEPREFIX"/drive_c/windows/temp unzip "$POL_USER_ROOT"/ressources/microsoft.vc80.crt.zip cp Microsoft.VC80.CRT/*.* ../system32/ rm -rf Microsoft.VC80.CRT # Overriding dll POL_Wine_OverrideDLL "native,builtin" "msvcr80" |
Contributions
Filters:
ContributeMember | Message |