Jump to content

Tihiy

Developer
  • Posts

    2,805
  • Joined

  • Last visited

  • Days Won

    21
  • Donations

    280.00 USD 
  • Country

    Mauritius

Everything posted by Tihiy

  1. I've written what's changed. You'll have to write installer routines for rpl2k.dll now yourself, or use my installer. Where's screenshot i've been asking for?
  2. W'2000 Revolutions Pack 2.0 released for testing <see later post> WARNING: NOT main-system safe until is properly tested. Dunno how new file replacer will work Install: 0) If 1.x versions were installed not in \windows\system32 directory, then you must unregister it. Or manually clean AppInit_DLLs [Google] key. 1) Run setuprp.exe, click Install. 2) Reboot. 3) PROFIT! Back up is in \system32: browseui.bak and comdlg32.bak Uninstall: In add/remove programs.
  3. Well, it's no use as well as my algorithm - it does not work for system files. So, the question is - how to disable SFC temporarily or register those new files in system..?
  4. Of course i can use another OS but i want my program to replace files automatically without this I wander how other system file patchers [for example Vista Icon/Transformation Pack] do this.
  5. I'm writing system file patcher for my customization program. The problem is that Windows [2000 SP4] does not allow to replace system files, e.g. browseui.dll, comdlg32.dll I use MoveFileEx with MOVEFILE_DELAY_UNTIL_REBOOT flag. It creates proper PendingFileRename key, however, if program is started not in Safe Mode, then file replacing does not happen on next boot. Windows 2000 SP4, sfc disabled via nLite [no dllcache folder at all] So - what to do? How to circumvent this issue?
  6. Revolutions Pack for Windows 2000 is designed to be language neutral. This is goal for all versions. In fact, 2.0 is ready BUT! There is file replace issue. It fails to replace system file even if I specify to do this before startup It works if started in Safe Mode, but it is not comfortable. I'll release it after finding way ASAP.
  7. Good news boys and girls! W'2000 Revolutions Pack 2.0 is coming. New: - Explorer Toolbar with 32-bit icons and disabled icon shading Fixed: - Problems with icons drawn on white (window) color - Toolbar 16-colored disabled icons were sometimes weird RP Installer: - Easy install/upgrade/uninstall - File patching (yea, i didn't want to, but some changes must be made) - Silent install & slipstreaming (possibly)
  8. Please note that some parts from Windows 98 Revolutions for 2000 Revolutions too, for example Add/Remove programs applet replacement tool http://tihiy.ahanix.org/programs.zip Try and be impressed
  9. This is most lamest things i've ever heard. FE contained same "active desktop, web integration, active x controls, direct x" in even worse implementation. SE file protection was same as FE and almost same as 95. SE >= FE, only this way.
  10. Checked last 0.7.x version and did work for me. However, i can think one reason: IF those icons are painted over WHITE (window) color, then they may have broken shadow. This limitation is because of some complicated matters and is candidate for next [if there is] version.
  11. No. Windows 9x/Me ui API does not have transparency support.
  12. Try SuperCopier 2
  13. Are there any 'how it should look' screenshots? All those posted look like broken to me.
  14. Where? :blink:
  15. This is problem similar to shortcut arrows. Notice that Shell is combining 32-bit and not 32-bit image. In such case, it is impossible to determine what result is (because non 32-bit image has zero alpha channel in 32-bit color space -> it will become transparent). It is possible to workaround this by forcing resulting alpha-channel white, however, if i'm to implement this, you'll lose alpha blending video card acceleration (i don't want to). It may be possible to work around this directly in Shell in future versions.
  16. for example, RDP 5.2 updated
  17. I don't have time/inspiration. Any specific ideas?
  18. Okay, simpler: download kernel32.dll from one of those locations: http://www.upload2.net/page/download/PvBN9...102222.ZIP.html http://z13.zupload.com/file.php?filepath=47608 replace one in \windows\system with one you downloaded. (http://www.google.com/search?q=how+to+replace+system+file+from+dos)
  19. It depends. You can patch explorer.exe OR you can create explorer.exe.32bitimgl file in %systemroot% and you will have 32-bit icon it tray then.
  20. Yes and no. Hex-edit kernel32.dll and replace 'user9x.dll' with 'user32.dll' string.
  21. Well, if you don't have Windows 98 CD, you can't go back. RP 3.6 does not back up files by default. You can go only further. There are 3 ways: - 1st way: Download&install RP6 or 7. May work as expected. - 2nd way: Download&install latest USP. During install, always select to replace newer files from older. Restore your registry from old backup. - 3rd way: Download&install latest 98SE2ME, including option 3!
  22. Can you try Windows 2000 RP on NT4?
  23. Then something wrong with you. You must be able to find at least two values. I've just checked latest browseui.dll with HxD.
  24. It should be language neutral.
  25. Those aren't bugs which are because of bugs in 32-bit icon algorithm; those bugs are by design in Windows because of not implemented features or patch required. They're not present in Windows 98 RP, but that's another issue.
×
×
  • Create New...