Jump to content

eidenk

Member
  • Posts

    1,474
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by eidenk

  1. All you need to do is type and run something like this : MsiX D:\DESKTOP\MSIX\WEBFLDRS.MSI /out D:\DESKTOP\MSIX\ And your files will be extracted. I don't know if this answers your question which is a bit obscure to me.
  2. I have a W95INF32.DLL 4.71.17.0 (Md5 = fd80a30e65c3b45e00011c937693cfa4) I also have three different W95INF32.DLL 4.71.0016.0 Their MD5 checksums are : 47cb3746dc7afbe09fc7a37329143c09 4be7661c89897eaa9b28dae290c3922f 7d4a0d6c685107ac1b5089806cd4273b There seems to be a fair amount of MS runtimes with the same build number that are internally different. I can send you those files if you are interested MDGx.
  3. for finding this . Long sought after here.
  4. See the top of the thread. I believe you can delete files with an inf installer so there should not be any real problem for you to do what you want. I don't know, I have not tried it but there is no reason it should not. Why have you got a problem with those two ?
  5. I have uploaded it on mytempdir. I can't guarantee it is the exact content of the original though it should be. http://www.mytempdir.com/682312
  6. Microsoft should have fixed that long ago. When they fixed it for Win2K in fact. They could be sued millions for that if the game was any fair IMO.
  7. If you want something that behaves like zipfolder/cabview but supports many other formats (including rar) check out Iceows. It won't compress to rar though, just winrar does this AFAIK.
  8. MPC has got several built-in splitters and decoders, notably for DVD. Otherwise it will be using DirectShow for playing anything else. Ace MegaCodec pack, albeit excellent (but to use with caution), is a bit outdated today as it does not include the latest splitters and decoders such as the FLV (Flash Video) splitter for example. May I recommend a very good and stylish player I came across recently : http://gom.ipop.co.kr/
  9. If you install an update for WinME, the file is copied three times on your disk. It is copied to it's destination location. It is copied into the the options/cabs folder and also in the options/install folder. As many of those files are always in use by Windows, they are replaced by wininit on reboot and wininit on WinME backs up any file it replaces or deletes into the _restore/temp folder, this even if System Restore is removed from the OS. If you add to this what System Restore does store (without taking into account wininit which works entirely independently from Sytem Restore), it is not surprising that you get what you get in terms of size.
  10. Not tested by me but I came across that the other day :
  11. Those links sometimes work, sometimes not.
  12. MaxFileCache=524288 is compulsory over 512 MB of RAM otherwise DOS will break. More exactly it is compulsory over 512MB of RAM to have a MaxFileCache value, and this value to be inferior or equal to 524288.
  13. You don't need an extension for doing this. Editing the registry is enough : REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\New Window] @="Open in New &Window" [HKEY_CLASSES_ROOT\Directory\shell\New Window\Command] @="explorer.exe %1" Nice tweak, but it doesn't show up on desktop icons. Is there a way to do this? BTW I added a line that you seem to have missed (@="Open in New &Window"). Well you don't really need that line you've added. It displays as "New Window" on my folder context menu (I am on WinME) and it also works on the folders or shortcut to folders that are on the Desktop but it is redundant there as it will not do a different job than the open command. I don't know if I posted this one already or not (in your style this time) : REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\rootexplore] @="&Root Explore" [HKEY_CLASSES_ROOT\Directory\shell\rootexplore\command] @="Explorer.exe /e,/root,/idlist,%I" It opens the folder as root in explorer tree view. Quite handy sometimes.
  14. Understood you know. Sorry about that. I am a bit dumb sometimes.
  15. Now I'm not sure what do you mean. SHLWAPI.DLL was just an example of a DLL with unresolved delay-load dependencies, officialy made by Microsoft for Windows 98. I expressed my hope that also RICHED20.DLL with unresolved delay-load dependency could work. Petr I just wondered what those files were current for. USERENV.DLL and APPHELP.DLL don't exist on my system and OLE32.DLL is 4.71.3328.0, SHELL32.DLL is 5.50.4134.100 and they have no unresolved dependencies. I have WinME + IE5.5 SP2.
  16. Right but what about the other ones ?
  17. Do you mean that all those files are in the 98SE uSP currently ?
  18. What is funny here is that this lower and upper case accentuated Z do not normally display on my computer but Metapad displays them from your file.
  19. It does not do it with the new table. All the characters are properly accentuated. I didn't pay too much attention to this because I had my own ASII table test file and everything was OK with it. http://www.stashbox.org/uploads/1145195740/ASCIITable.txt Riched20.dll 5.40.11.2212 has a non-existant dependency here, mso.dll. I guess it is a component of MS Office.
  20. I have tried now all the riched20.dll you have posted and I also have the problem with riched20.dll 5.50.99.2012 but not with any of the others.
  21. The sole problem I have here is that the editors using riched20.dll (5.31.23.1224 ) do not display character 173 at all with any font. Otherwise no particular problems with the fixedsys font. How can I know if I am in 1250 codepage like you ? Edit : I have just read your post and I will try to find the place where to change codepage. Edit 2 : MS-DOS codepage 850 in MSConfig. Is that the one ?
  22. They are è and ì here and I have no probs with them on winME.
  23. In which exact circumstances do the fonts switch ? I haven't got any eastern european fonts but I never noticed any problem so far with the special accentuated characters of the western european fonts I am using (french, spanish, german characters etc). Could you say what are the ASCII codes of those characters that create problems ? I use riched20.dll 5.31.23.1224 and Riched32.dll 5.0.1461.82.
×
×
  • Create New...