You are here
POL_Install_mdac28
Informations
Creator | Message |
---|---|
Quentin PÂRIS
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionMDA for 'Microsoft Data Access Components'. Source code# CHANGELOG # [Quentin P] (2010 ?) # Initial writting. # [Dadu042] (2019-11-15 21:14) # Workaround for https://bugs.winehq.org/show_bug.cgi?id=45627 (win98 -> nt40) POL_Download_Resource "http://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE" "6e914a7391c3b17380ce54fd3a7a133d" Set_OS nt40 # Overriding dlls POL_Wine_OverrideDLL "native,builtin" odbc32 odbccp32 oledb32 cd "$POL_USER_ROOT/ressources/" POL_Wine MDAC_TYP.EXE /q /C:"setup /QNT" |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Saturday 16 November 2019 at 12:31 |
Dadu042
![]()
|
InformationThis update has been approved by the team. Differences@@ -1,6 +1,13 @@ + +# CHANGELOG +# [Quentin P] (2010 ?) +# Initial writting. +# [Dadu042] (2019-11-15 21:14) +# Workaround for https://bugs.winehq.org/show_bug.cgi?id=45627 (win98 -> nt40) + POL_Download_Resource "http://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE" "6e914a7391c3b17380ce54fd3a7a133d" -Set_OS win98 +Set_OS nt40 # Overriding dlls POL_Wine_OverrideDLL "native,builtin" odbc32 odbccp32 oledb32 New source code# CHANGELOG # [Quentin P] (2010 ?) # Initial writting. # [Dadu042] (2019-11-15 21:14) # Workaround for https://bugs.winehq.org/show_bug.cgi?id=45627 (win98 -> nt40) POL_Download_Resource "http://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE" "6e914a7391c3b17380ce54fd3a7a133d" Set_OS nt40 # Overriding dlls POL_Wine_OverrideDLL "native,builtin" odbc32 odbccp32 oledb32 cd "$POL_USER_ROOT/ressources/" POL_Wine MDAC_TYP.EXE /q /C:"setup /QNT" Replies |