Jump to content

Liverpool FC

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Thailand

Everything posted by Liverpool FC

  1. Q1: I don't know the answer to this, but I will assume ALL the major CABs must be present... (i.e., BASEx.cab, MINIx.CAB, DRIVERx.cab, WIN98_XX.cab). An exception to this would be WIN98_OL.CAB. Q2: If installing using Microsoft's own (Windows 98) SETUP.EXE, I believe the answer to your question would be "no". Q3: If you're talking about packing "external" (non native windows files such as drivers/3rd party apps), then YES. Otherwise the answer would be "no"... The simplest and easiest solution would be to place all the updated files into the Windows 98 setup directory (the folder containing all the CAB files). I've been modding my Win98 setup for years, and this has always been my preferred method. I've tried just about all other methods mentioned here and elsewhere but none seem to work correctly, if at all. As for installing device drivers, I place these files in a separate cabinet (e.g. DRIVER.CAB). The same goes for installing other custom apps. Works like a charm IF everything is in place...
  2. Hello. The best way (imo) to delete folders using INF files is to use the rundll32 advpack.dll,DelNodeRunDLL32 command. For example: [MDAC.Remove.PostSetupCommands] rundll32 advpack.dll,DelNodeRunDLL32 %28730%\System\ADO rundll32 advpack.dll,DelNodeRunDLL32 %28730%\System\MSADC rundll32 advpack.dll,DelNodeRunDLL32 %28730%\System\OLE DB Hope this helps. P.S. The DelDirs command will ONLY work on "empty" folders; while DelNodeRunDLL32 will delete ALL folders and subfolders regardless of whether or not the target folder is empty...
×
×
  • Create New...