Jump to content

Oleg_II

Member
  • Posts

    679
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by Oleg_II

  1. TommyP No problem with removing files. I can't remove lines in SYSSETUP.INF About enthusiasm... I was going to post in one old topic about HFSLIP and nLite about it (and I'll do - my source is about 130MB right now and working fast! And I've done only a part of reducing files you have. So it has a HUGE perspective
  2. TommyP I'm not sure but my RIN files seems not to be filtering SYSSETUP.INF. My syntax is: syssetup.in;mdac syssetup.in;ims.cat syssetup.in;dtcsetup.cat But the lines are still in SYSSETUP.INF I choose filtering FDV's files in HFSLIP. Maybe I'm doing something wrong?
  3. Oleg_II

    CAT files

    Working on removing DTC and IIS components I found that some CAT files become obsolete. I may be wrong but registering these files take some time before installing devices. This is the only info I have by now: CAT files found in SYSSETUP.INF: [ProductCatalogsToInstall] NT5INF.CAT - digital signature catalog file for hardware drivers included in source (?) NT5.CAT - digital signature catalog file for core OS binaries? (can be deleted) NT5PRTX.CAT - ? (can be deleted) NT5IIS.CAT - IIS? (can be deleted) MAPIMIG.CAT - ? (can be deleted) CJIME.CAT - Japanese? (can be deleted) DTCSETUP.CAT - DTC component (can be deleted) FP4.CAT - FrontPage extentions? (can be deleted) IMS.CAT - IIS (can be deleted) MQEXCHNG.CAT - ? (can be deleted) PHIME.CAT - Chinese Traditional (can be deleted) PYIME.CAT - Chinese Simplified Pin Yin input (can be deleted) SCRDBCAT.CAT - ? (can be deleted) HPCRDP.CAT - ? (can be deleted) MW770.CAT - digital signature for IBM MWave modem/sound card (can be deleted) IASNT4.CAT - ? (can be deleted) SP4.CAT - SP4.CAB related? (can be deleted) Anybody knows what component they represent? And I found more then 50 CATs in my system (some of them for hotfixes).
  4. FDV Some usefull tools that maybe included in SHELL.INF: - Rasphone - may be usefull if one gets rid of Network Connection Wizard - IExpress Wizard - simple archivator that comes with Windows. - Registry Editor - this one may be questionable because ordinary user doesn't need it and it may be even dangerous sometime (but if he uses your fileset he should be smart enough SHELL.INF [version] signature="$Windows NT$" ClassGUID={00000000-0000-0000-0000-000000000000} LayoutFile=layout.inf [DestinationDirs] [DefaultInstall] ProfileItems = Calculator, Paint, Rasphone, IExpress, Regedit [Calculator] Name ="Calculator" CmdLine =11,,calc.exe SubDir ="Accessories" IconPath =11,,calc.exe InfoTip ="Performs basic arithmetic tasks with an on-screen calculator." [Paint] Name ="Paint" CmdLine =11,,mspaint.exe SubDir ="Accessories" IconPath =11,,mspaint.exe InfoTip ="Creates and edits drawings, and displays and edits scanned photos." [Rasphone] Name ="Rasphone" CmdLine =11,,rasphone.exe SubDir ="Accessories\Communications" IconPath =11,,rasphone.exe InfoTip ="Choose existing or create new Network and Dial-up connections." [IExpress] Name ="IExpress Wizard" CmdLine =11,,iexpress.exe SubDir ="Accessories\System Tools" IconPath =11,,iexpress.exe InfoTip ="Creates a self-extracting / self-installing packages." [Regedit] Name ="Registry Editor" CmdLine =10,,regedit.exe SubDir ="Accessories\System Tools" IconPath =10,,regedit.exe InfoTip ="Windows Registry Editor." [Strings]
  5. So, placing a '_' before a file name doesn't delete it from the source Long file names seems to be working too.
  6. Tomcat76 Thanx. It should be working Will try it next time. I don't need force Autologon, I wand "Oleg 2" appears as default user during first start and I want to enter my password. And it could be a nice feature for HFSLIP too
  7. TommyP Two general questions about reducing files: 1. If a file is commented in a reducing file (see the example) will it be deleted or not? Example games.in sol.ch ;sol.ex sol.hl Will sol.exe file be deleted? 2. Is it possible to use long file names in reducing files? I'd like to use dummy file names just for refferences. Example fjtwcpl.cp HEWLLETPACKARDOFFICEJET.XX hposrc10.ds Can I use this HEWLLETPACKARDOFFICEJET.XX name ? I could try it myself (with commenting files) but I'm afraid won't be able to run tests untill next weekend
  8. I'd like to share a few usefull INFs (not REGs but the usage is nearly the same - place files into HFSVPK). You can use them separately or combine in one TRICKS.INF The tricks are not mine and some people should be credited for creating them but unfortunately I don't have notes about the authors If you are interested search Unattended Forum for it. Name My Computer after user name (something like "Oleg 2's Computer" insted of "My Computer" [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Reg.Tweaks [Reg.Tweaks] HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}","LocalizedString",0x20000,"%USERNAME%'s Computer" Control Panel to the right click on My Computer [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Reg.Tweaks [Reg.Tweaks] HKLM,"SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command",,,"rundll32.exe shell32.dll,Control_RunDLL" Add Copy, Move and Send to the right click context menu [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Reg.Tweaks [Reg.Tweaks] HKCR,"AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To",,,"{C2FBB630-2971-11d1-A18C-00C04FD75D13}" HKCR,"AllFilesystemObjects\shellex\ContextMenuHandlers\Move To",,,"{C2FBB631-2971-11d1-A18C-00C04FD75D13}" HKCR,"AllFilesystemObjects\shellex\ContextMenuHandlers\Send To",,,"{7BA4C740-9E81-11CF-99D3-00AA004AE837}" List contents of a folder on right click [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Reg.Tweaks [Reg.Tweaks] HKCR,Folder\shell\List Contents\command,,,"%11%\cmd.exe /C DIR ""%1"" /B /O /S>""%1""""_contents list.txt""" Open files with notepad in right click menu [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Reg.Tweaks [Reg.Tweaks] HKCR,Unknown\shell\View with notepad\command,,,"%11%\notepad.exe ""%1""" Add "Command Prompt Here" when right-clicking a directory [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Reg.Tweaks [Reg.Tweaks] HKCR,"Directory\shell\Command Prompt Here\command",,,"%11%\cmd.exe /k cd ""%1""" PS Request: does anybody know how to add "My Network Places" to the right click on My Computer?
  9. Tomcat76 Thanx for replying. I've already got it (about %UserName%). But the general question - how to define Name and Password is still actuall. Adding %Password% (see this change in my post) helps during installation but something goes wrong and new user is not in the first logon
  10. Could somebody with batch scripting skills help to write the code for creating a user with HFSLIP? With choosing a user name and a password of cause It could be possibly included and run from HFSLIP.CMD. I used 3 methods for creating a user. 1. Including in INSTALL.INF and placing in HFSVPK folder these lines: @echo off cls echo. echo Creating Windows Account set /p UserName=Please enter a Name: set /p Pass=Please enter a Password: echo. echo Creating ... net user "%UserName%" "%Pass%" /add echo Adding ... net localgroup Administrators %UserName% /add net accounts /maxpwage:unlimited echo. rem Set to default user and user to autologon: @echo Windows Registry Editor Version 5.00> %SystemDrive%\Temp\logon.reg @echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]>> %SystemDrive%\Temp\logon.reg @echo "DefaultUserName"="%UserName%">> %SystemDrive%\Temp\logon.reg @echo "DefaultPassword"="%Pass%">> %SystemDrive%\Temp\logon.reg regedit /s %SystemDrive%\Temp\logon.reg exit The idea is good, especially with user name and password choosing. But something is going wrong with my installations - new user is created but he doesn't log during the first startup or is not a default user again.
  11. FDV Is it possible not to include IE link in Quick Launch? If QL can't be created without a link maybe use some other pointer like Notepad or disk C: Just don't like this icon
  12. If everything goes well next year I'd be happy to join the next party
  13. Sorry if I made you feel like to be spammed. I receive about 1000 e-mail per day myself and 99% of that is spam so belive me I know how one feel about spam. It may look like spam but only first lines are the same (and there is a reason behind that if you know about cross-links and search results) and the rest is usefull information (?). I'm not going to explain about links and such. But another reason I created a few threads for is to have separate rooms for discussing separate question (like a thread conserning scanner drivers only, a thread about IE files, a thread about COM, a thread about components and so on). Some of them will go soon, some will stay for a period of time. But every one should be a specializing on one theme only. And I was going to make a general thread with links to all separate ones. But if you prefer to see one big thread when we are going to discuss so much questions at the same place (possibly forgiving some good ideas), OK, I'll move all contents in one place. TommyP Sent you a PM about moving threads.
  14. Oleg_II

    Games

    You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 I have nothing to do against games but I have not been playing games that come with Windows for a long time. games.rem freecell.ch freecell.ex freecell.hl games.in sol.ch sol.ex sol.hl winmine.ch winmine.ex winmine.hl PINBALL.XX font.da pinball.ch pinball.da pinball.ex pinball.hl pinball.in pinball.mi pinball2.mi sound1.wa sound104.wa sound105.wa sound108.wa sound111.wa sound112.wa sound12.wa sound13.wa sound131.wa sound136.wa sound14.wa sound16.wa sound17.wa sound18.wa sound181.wa sound19.wa sound20.wa sound21.wa sound22.wa sound24.wa sound240.wa sound243.wa sound25.wa sound26.wa sound27.wa sound28.wa sound29.wa sound3.wa sound30.wa sound34.wa sound35.wa sound36.wa sound38.wa sound39.wa sound4.wa sound42.wa sound43.wa sound45.wa sound49.wa sound49d.wa sound5.wa sound50.wa sound528.wa sound53.wa sound54.wa sound55.wa sound560.wa sound563.wa sound57.wa sound58.wa sound6.wa sound65.wa sound68.wa sound7.wa sound713.wa sound735.wa sound8.wa sound827.wa sound9.wa sound999.wa table.bm wavemix.in games.rin sysoc.in;Games sysoc.in;Pinball All files are taken from GAMES.INF and PINBALL.INF. If you want to leave some game just delete its entries from the script. PS There is a file - WAVEMIX.INF I'm not sure if it's needed somewhere else in Windows.
  15. Oleg_II

    ISDN Adapters

    You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 I don't have ISDN adapter. I gess the drivers for them can be deleted from my installation source. isdn.rdv DIVA.XX dimaint.sy disdnci.dl disdnsu.dl ds4bri.bi dspcli.bi dspdload.bi te_prot.pm te_prot.qm te_prot.sm ditrace.ex diwan.sy usbdload.he xlog.ex isdn.rem DIVA.XX didiva.in te_prot.p te_prot.sy prload.bi dnload.bi Did you notice files with XX extentions? They are just the title for the driver. Maybe you need some of the drivers. In that case just delete their entries from RDV and find corresponding INFs in REM. PS I have a feeling I may forgot to include one or two files from DIDIVA.INF.
  16. The most interesting one These files seems to be safe to delete from the installation source (taken from the original IE.INF: InternetExplorer.rem dhtmled.oc html32.cn iefiles5.in ieinfo5.mo ieinfo5.oc msconv97.dl mswrd632.wp mswrd832.cn triedit.dl write32.wp There are a couple of files that I'm not sure about: ;hmmapi.dl ;install.in[code] And there is also IEFILES.INF that includes this list of files for IE: [code]advapi32.dl advpack.dl browselc.dl browseui.dl ckcnv.ex comctl32.dl crypt32.dl enhsig.dl iemigrat.dl iesetup.dl imagehlp.dl imghelp.dl inseng.dl jobexec.dl jscript.dl jsproxy.dl msaahtml.dl mshtml.dl msoss.dl msxml.dl occache.dl ole32.dl oleaut32.dl olepro32.dl rsabase.dl rsaenh.dl rsapi32.dl rsasig.dl schannel.dl shdoc401.dl shdocvw.dl shell32.dl shlwapi.dl url.dl urlmon.dl vbscript.dl webcheck.dl win.co wininet.dl winsock.dl wintrust.dl wsock.vx wsock32.dl wsock32n.dl I have not checked it yet. I ommited IEXPLORE.EXE because it needed to fool some programs that check if it is on the system before installing or even running. I'd personally ommit MSHTML.DLL and MSHTML.TLB because I need them for running WebCraft. Any ideas what else we can delete from the source? Or maybe what files we should keep from deleting?
  17. You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 Let's get rid of Internet Connection Wizard: InternetConnectionWizard.rem connect.cn connect.hl icfgnt5.dl icwconn.dl icwconn1.ex icwconn2.ex icwdial.ch icwdial.dl icwdl.dl icwhelp.dl icwip.du icwnt5.in icwphbk.dl icwres.dl icwrmind.ex icwtutor.ex icwutil.dl icwx25a.du icwx25b.du icwx25c.du inetcfg.dl inetwiz.ex isign32.dl isignup.ex msicw.is msn.is phone.ic phone.ve state.ic support.ic trialoc.dl All files are taken from ICWNT5.INF. PS I need your help here: I have not created InternetConnectionWizard.rin yet. Where ICWNT5.INF is mentioned?
  18. Oleg_II

    Help files

    You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 Could you tell me the truth: do you often use Windows Help? And it's about 13MB on your computer. Want to try deleting CHM and HLP files from your installation source? help.rem acc_dis.ch access.ch access.hl accessib.ch aclui.ch aclui.hl adcadmin.ch addremov.ch ADE.hl adprop.hl apps.ch asr.ch atm.ch audiocdc.hl bootcons.ch brep.ch brep.hl brief.ch calc.ch calc.hl camera.ch certmg_w.ch certmgr.hl charmap.ch charmap.hl chnscsvr.hl cliconf.hl clipbrd.ch clipbrd.hl cmcon_w.ch CMMGR32.hl colormgt.ch comexp.ch comexp.hl common.ch compmgmt.ch compstui.hl concepts.ch conf.ch conf.hl connect.hl cpanel.ch cscui.hl datetime.ch dcomcnfg.ch dcomcnfg.hl ddeshare.ch ddeshare.hl defrag.ch defrag.hl deluxcd.ch deluxcd.hl devmgr.ch devmgr.hl diagboot.ch dialer.ch dialer.hl dijoy.hl diskmgmt.ch diskmgmt.hl display.ch display.hl doshelp.hl drivprop.ch drvvfp.ch drwtsn32.ch drwtsn32.hl dsclient.hl dskoui_w.ch dskquoui.hl dvdplay.ch dvdplay.hl dxdiag.ch edit.hl els.ch els.hl encrypt.ch errors.ch eudcedit.ch eudcedit.hl evntwin.hl fax.ch fax.hl faxcover.ch faxmgmt.ch faxqueue.ch fde.hl file_srv.ch file_srv.hl filemgmt.hl find.ch folderop.ch fonts.ch fonts.hl freecell.ch freecell.hl getstart.ch glossary.ch glossary.hl gpedit.hl gpedit_w.ch gptext.hl halftone.hl hardware.ch hardware.hl howto.ch hpmon.hl hypertrm.ch hypertrm.hl icwdial.ch ident.hl ieakmmc.ch iesupp.ch iewebhlp.ch iexplore.ch iexplore.hl iisntw.ch iispmmc.ch imghelp.hl imgmgt.ch imgmgt.hl imgtasks.ch imgview.ch infrar_w.ch infrared.hl intelli_.ch ipscon_w.ch ipsecsnp.hl ipssnp_w.ch is_w.ch iscon_w.ch ixhelp.hl javaperm.hl javasec.hl joy.ch keyb.ch lang.ch license.ch localsec.ch localsec.hl magnify.ch magnify.hl mail.ch mfcuix.hl mls_trb.ch mmc.hl mmc_w.ch mmdrv.hl mobsync.ch mobsync.hl mode_w.ch modem.hl mouse.ch mouse.hl MP_w.ch mplayer.ch mplayer.hl mplayer2.hl mpnetwrk.hl Mqsnap.hl msdasc.ch msinfo32.ch msinfo32.hl msmq_w.ch msmqco_w.ch msmqcpl.ch msmqcpl.hl msnauth.hl msoe.ch msoe.hl msoeacct.hl msorcl32.ch mspaint.ch mspaint.hl mstask.hl mstask_w.ch net.hl netcfg.hl netcfg_w.ch newfeat1.ch newfeat1.hl newfeat2.ch newfeat2.hl newfeat3.ch newfeat3.hl newfeat4.ch newfeat4.hl newfeat5.ch newfeat5.hl nmchat.ch nmwhiteb.ch nofts.ch notepad.ch notepad.hl ntart_w.ch ntbackup.ch ntbackup.hl ntchowto.ch ntcmds.ch ntdef_w.ch nthelp.ch ntshared.ch ntshrui.ch ntshrui.hl nwdoc.ch nwdoc.hl objsel.hl odbcinst.ch odbcjet.ch oe_msgr.ch offline_.ch omc.ch osk.ch osk.hl packager.ch pinball.ch pinball.hl printfnd.ch printing.ch progman.hl pwrmn.ch pwrmn.hl rasadmin.hl ratings.ch ratings.hl reader.ch reader.hl recycle.ch regedit.ch regedit.hl regedt32.ch regedt32.hl Regopt.ch rsm.hl rsm_w.ch rsmcon_w.ch sc_w.ch SCARDDLG.hl sce_w.ch scecon_w.ch scm_w.ch scmcon_w.ch scscon_w.ch secauth.hl secedit.ch secset_w.ch sendcmsg.ch sfmmgr.hl shell.hl signin.hl SIGVERIF.hl smlog_w.ch sndvol32.ch sndvol32.hl snmp_.ch snmpsnap.hl sol.ch sol.hl soundrec.ch soundrec.hl sounds.ch spcon_w.ch speech.hl splash.ch sqlsodbc.hl SQLSOLDB.hl supp_ed.ch sys_srv.ch sys_srv.hl sysdm.ch sysdm.hl sysmon.hl sysmon_w.ch sysprop.ch tapi.ch tapi.hl taskmgr.ch taskmgr.hl tcpip.ch tcpmon.hl telnet.hl telnet_w.ch troubl_w.ch tshoot.ch tshoot.hl upwizun.ch usercpl.ch users.hl utilmgr.ch utilmgr.hl wab.ch wab.hl webfoldr.ch webhelp.ch whatsnew.ch where_98.ch where_nw.ch win_dos.ch winchat.ch winchat.hl wind_w.ch windows.hl winhelp.hl winhlp32.hl wininstl.ch winmine.ch winmine.hl winnt32.hl wordpad.ch wordpad.hl wscript.ch wscript.hl WSECEDIT.hl wuauhelp.ch ciadmin.ht ciquery.ht ixqlang.ht msnauth.cn nocontnt.cn progman.cn rasadmin.cn update.cn windows.cn winhlp32.cn help.rin accessor.in;qazwsx communic.in;qazwsx comntwks.in;qazwsx mdac.in;qazwsx mstask.in;qazwsx multimed.in;qazwsx optional.in;qazwsx spchapi.in;qazwsx wordpad.in;qazwsx I deliberately made two REM files for removing helps - if you are an international user like me you can first delete all CHM and HLP files in INTL.INF and save it in UTF-16 LE (with unicode signature) coding! Only after that you can use help-f.rem Agt0401.hl Agt0404.hl Agt0405.hl Agt0406.hl Agt0407.hl Agt0408.hl agt0409.hl Agt040B.hl Agt040C.hl Agt040D.hl Agt040E.hl Agt0410.hl Agt0411.hl Agt0412.hl Agt0413.hl Agt0414.hl Agt0415.hl Agt0416.hl Agt0419.hl Agt041D.hl Agt041F.hl Agt0804.hl Agt0816.hl Agt0c0a.hl chnuconv.ch wingb.ch winime.ch winpy.ch winsp.ch winzm.ch imejp.hl imejpen.hl imekr.hl imekren.hl PS You can always save a few CHM and HLP files in your Documents folder for the refference if you need them. You may find xCHM program usefull for openning CHM files later.
  19. You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 Do you want to try deleting IIS (Internet Information Services) files from your installation source? iis.rem achg.ht admexs.dl admwprox.dl admxprox.dl adrot.dl adsiis.dl aexp.ht aexp2.ht aexp2b.ht aexp3.ht aexp4.ht aexp4b.ht anot.ht anot3.ht asp.dl aspperf.dl asptxn.dl authfilt.dl axperf.in browscap.dl browscap.in certmap.oc certwiz.oc cnfgprts.oc coadmin.dl compfilt.dl controt.dl convlog.ex counters.dl exstrace.dl fortutil.ex fscfg.dl ftpctrs.in ftpctrs2.dl ftpmib.dl ftpsapi2.dl ftpsvc2.dl gzip.dl httpext.dl httpmib.dl httpodbc.dl iis.dl iis.in iis.ms iis5_01.ca iis5_02.ca iis5_03.ca iisadmin.dl iischema.dl iisclex4.dl iiscrmap.dl iisdbg.in iisdbg.ca iisext.dl iisfecnv.dl iislog.dl iismap.dl iisperf.pm iisreset.ex iisrstap.dl iisrstas.ex iisrtl.dl iissync.ex iisui.dl ims.ca ims.in inetinfo.ex inetmgr.dl inetmgr.ex inetsloc.dl infoadmn.dl infocomm.dl infoctrs.dl infoctrs.in isatq.dl iscomlog.dl ism.dl iwrps.dl logscrpt.dl logtemp.sq logui.oc lonsint.dl md5filt.dl mdsync.dl mdutil.ex metadata.dl myinfo.dl nextlink.dl nsepm.dl pagecnt.dl permchk.dl pws.ex pwsdata.dl pwstray.ex rpcref.dl spud.sy ssinc.dl sspifilt.dl status.dl staxmem.dl svcext.dl text.ht tools.dl w3ctrs.dl w3ctrs.in w3ext.dl w3scfg.dl w3svapi.dl w3svc.dl wam.dl wamps.dl wamreg.dl wamregps.dl iis.rin sysoc.in;iis.inf sysoc.in;iisdbg.inf sysoc.in;ims.inf Place the files in HFCLEANUP and run HFSLIP. Does it work? All files are taken from IIS.INF, IISDBG.INF and IMS.INF. PS I have not tried it yet and this list is a bit different from TommyP's one. All files come from IIS.INF. Let me know if some files should be added or deleted from the script.
  20. You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 Here comes a tough one - COM (Component Object Model). com.rem comntwks.in comaddin.dl comadmin.dl comclust.ex comexp.ch comexp.hl comexp.ms comrepl.dl comrepl.ex comempty.da comrereg.ex comsnap.dl comsvcs.dl comuid.dl dcomext.dl migregdb.ex mtsadmin.tl mtxdm.dl mtxex.dl mtxlegih.dl com.rin sysoc.in;comntwks.inf All files are taken from COMNTWKS.INF. But there are a few files I'd ask you to help me with because some of them are causing troubles during installation and debugging proccess takes a lot of time. If you feel some of these files can be also deleted please let me know about your experiance. Files that I have not deleted so far: - catsrv.dl - catsrvps.dl - catsrvut.dl - clbcatex.dl - clbcatq.dl - colbact.dl - stclient.dl - txflog.dl - es.dl - mfcsubs.dl - comsetup.dl PS A good thread about COM, DTC and which programs need them can be found here.
  21. You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! : First of all you should read TommyP's instructions about creating reducing files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 Let's try removing files for DTC (Distributed Transaction Coordinator) now: dtc.rem dtcsetup.ex dtcntwks.in msdtc.ex msdtclog.dl msdtcprf.h msdtcprf.in msdtcui.dl msdtctm.dl msdtcprx.dl mtxoci.dl xolehlp.dl mtxclu.dl dtc.rin sysoc.in;DTCNTWKS.inf All files are taken from DTCNTWKS.INF. I ommited one file - TXFAUX.DLL because it gives me some trouble during installation. If you feel it can be deleted please let me know about your experiance. PS A good thread about COM, DTC and which programs need them can be found here.
  22. TommyP That was a long-long-long trip I thought you are also very busy recently Oh! Of cause, I do! I have some questions concerning reduction files for you. Will contact you a bit later (should think over all the questions).
  23. dziubek What addon pack you are interested in? I found some usefull things there but most of them can be done more easy: - some can be done with HFEXPERT folder (first should be unpacked); - some can be repacked in selfextracting archieves.
  24. I found a file in my installation source - voodoo3.inf. I don't use this graphic adapter. Maybe take its files out of installation? Let's start working on removing from the source Graphic adapter drivers that we don't use. I created two files: 1. GraphicAdapters.rdv removes files from DRIVERS.CAB BANSHEE.XX banshee.sy banshee.dl CHIPSTECH.XX chipsd5.dl chipsm5.sy INTELi740.XX i740dnt5.dl i740nt5.sy INTELi81X.XX i81xdnt5.dl i81xnt5.sy NV3.XX nv3.dl nv3.sy NV4.XX nv4.dl nv4.sy SiS300.XX sis300p.sy sis300v.dl SiSV6306.XX SiS6306p.sy SiS6306v.dl SiSV.XX SiSV.sy SiSV256.dl TRIDENT.XX TRID3DM.XX trid3d.dl trid3dm.sy SGIU.XX sgiul50.dl sgiulnt5.sy TGIU.XX tgiul50.dl tgiulnt5.sy TRIDKBM.XX tridkb.dl tridkbm.sy VOODOO3.XX voodoo3.sy voodoo3.dl Did you notice these files - SiS300.XX, SiSV6306.XX, SiSV.XX and VOODOO3.XX? They are just the titles for the drivers. Maybe you need some of the drivers. In that case just delete their entries from RDV and find corresponding INFs in REM. 3. GraphicAdapters.rem removes files from i386 folder banshee.in chips5.in i740nt5.in i81xnt5.in nv3.in nv4.in SiS300.in SiSV6306.in SiSV.in trid3d.in sgiu.in tgiu.in tridkb.in voodoo3.in
  25. Oleg_II

    OS2POSIX

    You still don't know that HFSLIP can slim down W2k the way nLite does it? You possess a tool that can do the things nLite does with even more customatization! First of all you should read TommyP's instructions about creating removal files here - they are not so difficult but when you learn them you'll get a real power in your hands to make your own Windows 2000 I don't use OS2 and POSIX systems. Should I get rid of its files with OS2POSIX.REM? doscalls.dl netapi.os OS2.ex OS2SRV.ex OS2SS.ex oso001.00 oso001.01 oso001.02 POSIX.ex psxdll.dl PSXSS.EX Place this file in HFCLEANUP folder and run HFSLIP - it'll do the work for you! PS Maybe I forgot some files?
×
×
  • Create New...