Jump to content

Tihiy

Developer
  • Posts

    2,806
  • Joined

  • Last visited

  • Days Won

    21
  • Donations

    280.00 USD 
  • Country

    Mauritius

Everything posted by Tihiy

  1. Better say how'd you skinned windows and taskbar. edit: nah i see now... efx and taskbar wallpaper... omg
  2. It should, but i can't reproduce it... Does your IE crash on this page? http://www.security.nnov.ru/files/mobb_018.html edit: omg 777 posts
  3. It's not that terrible; it's just alpha.
  4. Hi people! I think you should try Supercopier Download link: http://supercopier.sfxteam.org/modules/myd...cid=1&lid=8 It replaces Windows copy/move operations and thus should workaround this IE6 problem.
  5. TERRIBLE and DISGUSTING. Even worse than first MSN Toolbar with tabbed browsing.
  6. Okay, open browseui.dll with hex editor and search and replace values. This is for browseui.dll 5.5,6.0 and may be 5.0. For Lange Icons toolbar set. Replace hex values with ones you need. Toolbar size: (20->24) S: 6A14BE0501 R: 6A18BE0501 Go button size: (16->20) S: 6A10682201 R: 6A14682201 Go button size: (16->20) S: 6A10682301 R: 6A14682301 Toolbar size: (20->24) S: 6A1458A3 R: 6A1858A3 Go button size: (16->20) S: 8D048510 R: 8D048514
  7. Here they are! http://rapidshare.de/files/34656937/Window...Forums.rar.html
  8. I feel some deja vu. Several mothns ago i've downloaded 'Unofficial Windows 95 modern processors update' from some OSBA server. I had a lot of modified VXDs. If i'll find them on my PC i'll upload them somewhere.
  9. It won't work since mspatch does not rely on COM. mspatch functions are extremely easy to use. API is described here: http://msdn.microsoft.com/library/default..../bdcapitech.asp I use them in RPLite V [English]. It is easy but requires some weird string format.
  10. Wait, looks like bools***. It may be my fault. Try to expirement with different .3GR and .386 files. (IIRC 386Grabber files provide support for video-mode changing for DOS apps...
  11. Look&Check here: http://www.msfn.org/board/index.php?showtopic=69569 Universal SVGA 8bit driver. Apply instructions to system.ini instead of system.cb to use it in normal mode. Hope this helps.
  12. One byte can be changed to make it work on 9x, but why? Is is useless standalone. Sometime i'll make shell patch to fix those MS??-??? vulnerabilites, but i'm not sure when.
  13. I haven't checked code, but project seems excellent. It is not needed to patch Kernel Update because it is patch itself and does not provide kernel32.dll But patch 4.10.2225!
  14. One smaa-al request: Can you please parse filelist.mt and precopy.mt to see if files do exist in .\expanded and remove them from the list to make possible to remove components? If it isn't possible to do with MiniTrue or other program, i can write small program for you. Some answers: The problem is that sp2.cab was meant to contain only files which are suitable for replacing (preserving) in original distributive, without significal registry changes. Files in SUPP.CAB are optional or no need to preserve. There is no such files i'm aware of. Self-registering files *should* be registered with regsvr32 or something else, others can't. They're not compulsory, but highly recommended. [AddReg.Hotfixes] , registerdlls and tweaks better to be included.
  15. 1. If you installed 98SE2ME option 3, then all common dialog boxes will change to WinME style [because of newer COMDLG32.DLL from WinME setup CD]..... You're wrong, MDGx. SHELL.DLL [shell.new] is responsible for this!
  16. Too bad no one tried. Noone to discover DeINF actually didn't worked! Because W98_Slip 0.1 makes filelist from .cab files, it will fail then it won't find original one. So, in 0.3 we remove inf/files traces from .mt and .ddf too. To actually try DeINF: run w98_slip and prepare slipped distro. place deinf into \expanded run deinf like shown in first post run w98_slip, select [do not update], [use existing script files], [delete slipped distro] What i've deintegrated: - mdacinst.inf (MDAC) - wavetop.inf (WAVETOP .WTF) - themes1.inf (THEMES) - themes2.inf (THEMES) ; themes.inf too but you'll lose theme support - ics.inf (Internet Connection Sharing) - icw97.inf (Internet Connection Wizard) - msjava16.inf (MS Java VM) - wsh.inf (Windows Script Host) - wbem.inf (Windows Based Enterprise Management) ; epg.inf (WEBTV) - SHOULDN'T, will remove msvcrt.dll,mfc42.dll and stuff :o - epg2.inf (WEBTV) (ooo slow) - oobeinst.inf (Out Of Box Experience Wizard) - wpwin98.inf (Web Publishing Wizard) - wab9x50.inf (Address Book) - oe9x50.inf (Outlook Express) - enable.inf (Accessibility) - oemreg.inf (Oem Registration) - mstask.inf (Schedule Agent) - msinfo.inf (MS Info 32 + help files) - ols.inf (AOL blahblah) - instcm16.inf (MSN Connection Manager) - cabpayie.inf (MS Wallet) - vdolive.inf (VDO Player) - cchat25.inf (MS Chat) - vgx.inf (Vector Graphix Support for IE) - swdir16.inf (Shockwave Director) - sampler.inf (MS Interactive Sampler) experimental: - mwdsp420.inf (big DSP drivers) - mwdsp460.inf - netcli3.inf (Netware support) ^^ With those infs removed, i got -2600 files, -60MB from distro!
  17. Nope Yes and no. It will be modified further to allow per-section [per-component] INF removal, and some components will be made optional, but i'm not going to create 98Lite analog or cut-to-Mindows scenario.
  18. DeINF 0.31 This tools allows you to deintegrate any INF that came with Windows 98. With it, you can automatically remove all files that are installed with that INF and remove all traces to that INF and files. You can remove: Old Drivers MDAC DirectX Themes ... and many many more. Usage: before repacking Windows 98 distro, place deinf.exe into EXPANDED dir. run from command prompt: [start /wait] deinf.exe inffile.inf [/Q] [/NOFILES] and wait... All program actions is logged in deinf.log! inffile.inf - inf file to be deintegrated. setuppp.inf is a good source of that infs. Optional: start /wait - you should know what it is. Because DeINF is actually a GUI application, you should use this command to know if DeINF working or not. /NOFILES - other INF files will not be scanned for files from our INF, only for our INF file name. Use this switch if you plan to install/integrate newer component version [DirectX, for example]. /Q - quiet No responsibility. Version 0.2 * Fixed files not being removed if comment (";") is after file name * Fixed CopyFiles not being parsed if comment (";") in line or spaces in line Version 0.3 * Should actually work (removes files/inf traces from .mt and .ddf files) * Shows calculated space freed * Added /Q [quiet] option Version 0.31 * Noticeably faster deinf.exe
  19. Yes. It runs without problems after header patching. I'll write my researching later.
  20. Are you blind or deaf? I've said in the first post hell why it should work? Google.
  21. "If". RPLite5 does no longer provide kernel32.dll!
  22. RPLite 5 *should* work under WinME, although it is not tested not supported.
  23. It won't work under clean 98 because of some dependancies, however it may work with Kernel Update. So do you guys want me to try fixing MS06-15 for WinME?
  24. Well, i've quickly explored other vulnerabilities and can say: MS04-024 - probably can be fixed, but it is controversal; MS04-037 - can be fixed simply; MS05-008 - not sure if it can be fixed but it is better to not use IE; MS05-016 - not sure if it can be fixed but it is better to not use msHTA; MS05-024 - can be fixed for ME by using 2000 patch.
  25. Well, i've explored this, and found that it is not possible to use 2000' shell32.dll, but it is possible to make a patch for 98 and Me using same algorithms [unlike what M$ tells]. I could probably do it but i lack motivation.
×
×
  • Create New...