POL_Install_winhttp

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 257548
Wine: System

Feedbacks

Broncode

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2019-10-30 10-53)
# Author : Quentin PÂRIS
 
# Installing DLL
POL_Download_Resource "http://web.archive.org/web/20160129053851/http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
 
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_
cabextract i386/new/winhttp.dl_ -d i386/new
 
 
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f i386/new/winhttp.dll ../syswow64/winhttp.dll
else
        cp -f i386/new/winhttp.dll ../system32/winhttp.dll
fi
 
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "winhttp"

Contributions

Filters:

Contribute
Member Bericht
Yaotl Woensdag 23 October 2019 om 3:15
Yaotl Anonymous

Information

This update has been approved by the team.

Differences

@@ -1,20 +1,21 @@
 #!/bin/bash
 # Date : (2012-07-29 22-02)
-# Last revision : (2013-06-20 21:00)
+# Last revision : (2019-10-30 10-53)
 # Author : Quentin PÂRIS
-
+ 
 # Installing DLL
 POL_Download_Resource "http://web.archive.org/web/20160129053851/http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
-  
+ 
 cd "$WINEPREFIX/drive_c/windows/temp"
 cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_
-  
-  
+cabextract i386/new/winhttp.dl_ -d i386/new
+ 
+ 
 if [ "$POL_ARCH" = "amd64" ]; then
-        cp -f i386/new/winhttp.dl_ ../syswow64/winhttp.dll
+        cp -f i386/new/winhttp.dll ../syswow64/winhttp.dll
 else
-        cp -f i386/new/winhttp.dl_ ../system32/winhttp.dll
+        cp -f i386/new/winhttp.dll ../system32/winhttp.dll
 fi
-  
+ 
 # Overriding DLL
 POL_Wine_OverrideDLL "native, builtin" "winhttp"
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2019-10-30 10-53)
# Author : Quentin PÂRIS
 
# Installing DLL
POL_Download_Resource "http://web.archive.org/web/20160129053851/http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
 
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_
cabextract i386/new/winhttp.dl_ -d i386/new
 
 
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f i386/new/winhttp.dll ../syswow64/winhttp.dll
else
        cp -f i386/new/winhttp.dll ../system32/winhttp.dll
fi
 
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "winhttp"

Antwoorden

Donderdag 14 November 2019 om 13:57
Approved.

Aangepast door Yaotl

Quentin PÂRIS Vrijdag 16 September 2016 om 12:05
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -4,7 +4,7 @@
 # Author : Quentin PÂRIS
 
 # Installing DLL
-POL_Download_Resource "http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
+POL_Download_Resource "http://web.archive.org/web/20160129053851/http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
   
 cd "$WINEPREFIX/drive_c/windows/temp"
 cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_

New source code

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2013-06-20 21:00)
# Author : Quentin PÂRIS

# Installing DLL
POL_Download_Resource "http://web.archive.org/web/20160129053851/http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
  
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_
  
  
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f i386/new/winhttp.dl_ ../syswow64/winhttp.dll
else
        cp -f i386/new/winhttp.dl_ ../system32/winhttp.dll
fi
  
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "winhttp"

Antwoorden

Quentin PÂRIS Vrijdag 4 Juli 2014 om 14:34
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -7,13 +7,13 @@
 POL_Download_Resource "http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
   
 cd "$WINEPREFIX/drive_c/windows/temp"
-cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F WINHTTP.DLL
+cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_
   
   
 if [ "$POL_ARCH" = "amd64" ]; then
-        cp -f WINHTTP.DLL ../syswow64/winhttp.dll
+        cp -f i386/new/winhttp.dl_ ../syswow64/winhttp.dll
 else
-        cp -f WINHTTP.DLL ../system32/winhttp.dll
+        cp -f i386/new/winhttp.dl_ ../system32/winhttp.dll
 fi
   
 # Overriding DLL

New source code

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2013-06-20 21:00)
# Author : Quentin PÂRIS

# Installing DLL
POL_Download_Resource "http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
  
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F i386/new/winhttp.dl_
  
  
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f i386/new/winhttp.dl_ ../syswow64/winhttp.dll
else
        cp -f i386/new/winhttp.dl_ ../system32/winhttp.dll
fi
  
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "winhttp"

Antwoorden

Quentin PÂRIS Vrijdag 4 Juli 2014 om 14:10
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -4,10 +4,10 @@
 # Author : Quentin PÂRIS
 
 # Installing DLL
-POL_Download_Resource "http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
+POL_Download_Resource "http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
   
 cd "$WINEPREFIX/drive_c/windows/temp"
-cabextract "$POL_USER_ROOT/ressources/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" -F WINHTTP.DLL
+cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F WINHTTP.DLL
   
   
 if [ "$POL_ARCH" = "amd64" ]; then

New source code

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2013-06-20 21:00)
# Author : Quentin PÂRIS

# Installing DLL
POL_Download_Resource "http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE" "a4ef6c91d418418b287cefe31f958175"
  
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/W2KSP4_EN.EXE" -F WINHTTP.DLL
  
  
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f WINHTTP.DLL ../syswow64/winhttp.dll
else
        cp -f WINHTTP.DLL ../system32/winhttp.dll
fi
  
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "winhttp"

Antwoorden

Quentin PÂRIS Vrijdag 4 Juli 2014 om 14:02
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,20 @@
+#!/bin/bash
+# Date : (2012-07-29 22-02)
+# Last revision : (2013-06-20 21:00)
+# Author : Quentin PÂRIS
+
+# Installing DLL
+POL_Download_Resource "http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
+  
+cd "$WINEPREFIX/drive_c/windows/temp"
+cabextract "$POL_USER_ROOT/ressources/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" -F WINHTTP.DLL
+  
+  
+if [ "$POL_ARCH" = "amd64" ]; then
+        cp -f WINHTTP.DLL ../syswow64/winhttp.dll
+else
+        cp -f WINHTTP.DLL ../system32/winhttp.dll
+fi
+  
+# Overriding DLL
+POL_Wine_OverrideDLL "native, builtin" "winhttp"
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2012-07-29 22-02)
# Last revision : (2013-06-20 21:00)
# Author : Quentin PÂRIS

# Installing DLL
POL_Download_Resource "http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" "0c0f6e300800e49472e9b2e0890a09c1"
  
cd "$WINEPREFIX/drive_c/windows/temp"
cabextract "$POL_USER_ROOT/ressources/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" -F WINHTTP.DLL
  
  
if [ "$POL_ARCH" = "amd64" ]; then
        cp -f WINHTTP.DLL ../syswow64/winhttp.dll
else
        cp -f WINHTTP.DLL ../system32/winhttp.dll
fi
  
# Overriding DLL
POL_Wine_OverrideDLL "native, builtin" "winhttp"

Antwoorden

Anonymous
Donderdag 16 November 2017 om 14:00
how to run latest script? current available in POL excepted (Error! Files mismatch)

Aangepast door Tinou

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com