Jump to content

Tihiy

Developer
  • Posts

    2,813
  • Joined

  • Last visited

  • Days Won

    21
  • Donations

    280.00 USD 
  • Country

    Mauritius

Everything posted by Tihiy

  1. Sorry for crossposting. I've released new patch for IE6 which must fix "gray background in 32-bit png" issue for any pngfilt.dll version: http://www.msfn.org/board/index.php?s=&amp...st&p=600188
  2. I think NotepadEx is the best 'strict classic' Notepad replacement. If does include everything what you want, no toolbars, highlighting, text formatting and other weird things Notepad should never have. Plus it is fast and does not suffer from Richtext features [it IS based on Richedit, however, you should not notice it]. I can upload version with ~exact XP look [Lucida Console].
  3. NO, it won't work. You can make it run on 9x, but it won't make difference, because problem in mshtml.
  4. Well, i can patch latest version, although, it does not fixes "transparent png" issue, it only makes them have window instead of gray bgcolor.
  5. I'll suggest: 1) Install VC into directory with short name. (ms build tools still have problems with them) 2) Add executable file directories to PATH.
  6. 180 MB That's definitely too much even if it includes ALL updates.
  7. Well, Firefox must be internally Unicode, and thus must use unicode APIs. If they'll use ANSI strings and ANSI apis, there will be much more headaches.
  8. Better say how'd you skinned windows and taskbar. edit: nah i see now... efx and taskbar wallpaper... omg
  9. 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
  10. It's not that terrible; it's just alpha.
  11. 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.
  12. TERRIBLE and DISGUSTING. Even worse than first MSN Toolbar with tabbed browsing.
  13. 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
  14. Here they are! http://rapidshare.de/files/34656937/Window...Forums.rar.html
  15. 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.
  16. 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.
  17. 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...
  18. 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.
  19. 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.
  20. 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!
  21. 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.
  22. 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!
  23. 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!
  24. 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.
  25. 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
×
×
  • Create New...