You are here
POL_Install_riched20
Informations
Creator | Message |
---|---|
Quentin PÂRIS
Admin
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 Source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # Licence : # Depend : none cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" |
Contributions
Filters:
ContributeMember | Message |
Quentin PÂRIS | Monday 1 September 2014 at 11:06 |
Quentin PÂRIS
Admin
|
InformationThis update has been approved by the team. Differences@@ -6,6 +6,6 @@ # Licence : # Depend : none -cd "$WINEPREFIX/windows/system32" +cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" \ No newline at end of file New source code#!/bin/bash # PlayOnLinux Function # Date : (2009-11-19 21-50) # Author : Berillions # Licence : # Depend : none cd "$WINEPREFIX/drive_c/windows/system32" POL_Call POL_SP2_Extract riched20.dll POL_Wine_OverrideDLL "native,builtin" "riched20" Replies |