
maile3241
MemberContent Type
Profiles
Forums
Calendar
Everything posted by maile3241
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
@WinFX Do you mean this line? What needs to be changed here? function fnInitializeControl(bAttemptedInstall){ if(bAttemptedInstall == null) bAttemptedInstall = false; var dDate, sCodeBase, iInitReturn; try{ if(g_oControl == null){ dDate = new Date(); sCodeBase = "/CAB/" + (g_bX86 ? "x86/" : "ia64/") + (conWinNT ? "unicode/" : "ansi/") + "iuctl.CAB?" + dDate.getTime(); IUCtl.outerHTML = "<object id='IUCtl' classid='CLSID:9F1C11AA-197B-4942-BA54-47A8489BB47F' codebase='" + sCodeBase + "'></object>"; g_oControl = IUCtl; } iInitReturn = g_oControl.Initialize(IU_INIT_CHECK, window); }catch(e){ if(e.number == ERROR_INVALID_PROPERTY){ fnDisplayErrorPage(conErrorNotAdmin, true); }else{ fnHandleControlError(e.number, bAttemptedInstall); } return false; }- 444 replies
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
I used the free wayback machine downloader. There are some .plt files needed, but I can't say that, because there are different directories for everyone, where WU accesses. I found the files with the help of fiddler and copied them into the respective directory. What exactly in WUv4 to change so that it downloads iuident.cab? But I'm glad if you found the error. I really want to try it out.- 444 replies
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
There is good news and bad news. The good news is that today I managed to get Windows Update v3 to check for updates. Unfortunately, they do not install. Some files are missing and therefore the correct updates are not shown. I have renamed similar files to see if there is a search at all. The bad news is that it is difficult to get all the files for the old Windows versions and the download links are also missing, so no updates can be installed. Here's a little insight into Windows Update v3:- 444 replies
-
- 3
-
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
maile3241 replied to AstroSkipper's topic in Windows XP
It shows that it is damaged but that is because W2k does not support sha 2.- 490 replies
-
- ProxHTTPSProxy
- HTTPSProxy
-
(and 3 more)
Tagged with:
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
maile3241 replied to AstroSkipper's topic in Windows XP
@cmalex It's nice that there is finally Tls 1.3 support for Xp, but it would be good if it were also available for Win 2000. The proxy would only have to generate a sha 1 certificate. Is there a possibility to implement this?- 490 replies
-
- ProxHTTPSProxy
- HTTPSProxy
-
(and 3 more)
Tagged with:
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
I have found a new method for those who have a Windows server but I need to test it more often.- 444 replies
-
- 1
-
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
It also works fine for me under Windows 2000: Automatic download of the latest update agent also works:- 444 replies
-
Hello all, I haven't been here for a while. Is there already an exe version of the proxy? I can't test it because I don't have python.
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
No, it's the Windows Update patch from an MSFN member but I can't remember who it was.- 444 replies
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
I am currently testing my WUv5 on a Windows Xp rtm system and it works fine. So it will work exactly the same in Sp1. I just used the sha-2 patch. To configure Url-rewrite I created an Empty rule. Here is an example redirected from splash.aspx?page=3 to splash3.aspx. The configuration looks like this:- 444 replies
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
As mentioned, I mostly fixed it with url-rewrite- 444 replies
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
Here is a short video of my customized Windows Update v5 in German. I hope you like it- 444 replies
-
- 2
-
-
Welcome to the Forum! Are you also familiar with Javascript and query strings? We really need help with this project: Have a nice stay!
-
Does this mean that there will then also be Tls 1.3 support for Xp? Do I see that right? That would be great!
-
Open Internet Explorer 11 in Windows 11 without MS Edge
maile3241 replied to maile3241's topic in Windows 11
I only use IE in case of compatibility problems. I personally don't find the IE function in Edge particularly well solved. I don't use it any more. -
Hello all, I found a way on YouTube to be able to open IE without Edge. Instruction: Open notepad and type: CreateObject("InternetExplorer.Application").Visible=true Save it e.g. IE.vbs. It is important that it must have the filename .vbs Then double-click on the file. Cr. to @さとるふぃっしゅ / satorufish on YouTube Have fun trying
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
It's definitely going to take a while, as it's far from fully developed.- 444 replies
-
- 2
-
-
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
I have adapted WUv5 so that you no longer have to rename splash.aspx: https://drive.google.com/file/d/1mHNAy6XtycdVJvpp9rqrJFfaQREGpePT/view?usp=sharing- 444 replies
-
- 2
-
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
Strange because the ActiveX control was successfully installed and the Windows Update protocol is also present.- 444 replies
-
Microsoft Windows Update v3/v4/v5
maile3241 replied to WULover's topic in Windows 9x Member Projects
Enable http 1.1 via proxy in the internet options.- 444 replies