Jump to content

Bilou_Gateux

Member
  • Posts

    766
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by Bilou_Gateux

  1. @jaclaz Nice idea to create a small GUI. Let us know when it's ready. Have you sent a PM to kaares for hosting his tool ? I'm not sure he will read your proposition on this forum. Only 2 posts 'til he joined MSFN.
  2. @Afterdawn sorry i'm off topic. You're right with "replies won't make sense anymore".
  3. @Afterdawn Just one suggestion. Can you edit your first post starting this topic and put here the working script: I'm a bit confused with the one to use. You can add the edit tag (with date) to let the users know you have enhanced your script. and nice works, i will keep it for my RIS install to connect to my network share after OS install to launch software installs. @soulin & Afterdawn Thanks for NET USE issue solved @staples Thanks for the MAP DRIVE script @webmedic Thanks for the hivesys.inf entries to solve the problem. Hope it works also for 2K. gonna check this... I learn and learn more with members of MSFN.
  4. @GM Seems to be a request from a lot of XPCreate users. Can you modify the :COPYSOURCE subroutine to xcopy only root files and the i386 folder from the source to CDROOT.
  5. For 2KCreate users: Do NOT add this HF to SVC-HF1. Temporary solution: Problems installing KB887797 over KB823353
  6. For More Information Windows Security Updates Summary for January 2005 ADD SVC-HF1\Windows2000-KB<hotfix_nb>-x86-<language>.exe | MD5 Hash Windows2000-KB871250-x86-ENU.EXE B67EAC87B838E2DA97CCE05DEB41C605 Windows2000-KB890175-x86-ENU.EXE 89F0DC3845418996C7179EB72F77D84A Windows2000-KB891711-x86-ENU.EXE 223E4E8B7D3526D6F99DFA9489DC7E98 The only exception known at this time is the 841356 which include different versions of one dll depending on the version of IE installed. I have described a workaround here to solve this problem.
  7. infos related to IE6SP1 slipstream into W2K source moved Microsoft Internet Explorer 6 Service Pack 1 (SP1) Version 6.0.2800.1106
  8. Report on check with NVidia display Drivers (i'm not using the latest available version but a customized version from my OEM): No problem. One Display dir with a subdir containing one inf, one cat file and all others files compressed. Report on check with Intel display Drivers: 1/ DisplayCodec dir is created with one subdir for each a3xx.inf, vch.inf, wa301x.inf file with Class=DisplayCodec in [Version] section. Each subdir content is an inf file, a cat file and a sy_ file. 2/ Display dir is created with an ialmnt5 subdir in it. The content is exactly what is expected: both ialmnt5.inf and ialmnt5.cat non compressed + all others exe, dll sys compressed. Even inf and sy_ from Class=Displaycodec and Class=IntelUnifiedDisplayDriver are present. Only cat files are missing. 3/ IntelUnifiedDisplayDriver is created with one subdir for both ikch8xx.inf and isb8xx.inf file with Class=IntelUnifiedDisplayDriver in [Version] section. Each subdir content is an inf file, a cat file and a sy_ file. How to avoid creation of dirs for infs with Class that aren't used for base driver install? Inf files containing a [ClassInstall32] section should not been parsed. Their Class= in [Version] section isn't a predefined classes used by class installer. Some infos come from here
  9. Whilst searching and browsing the threads I have seen this line of code directly under some peoples' TITLE key in their RunOnceEx.cmd examples. Can someone enlighten me as to what it is and does? I have recently changed over to RunOnceEx from batch_file.cmd on my UA XPCD with the help of the recommended "RunOnceEx Creator" and it doesn't create this key for me. Don't know for this value but here some infos about another value: "Flags"=dword:00000ab8 http://www.helpfulsolutions.com/Silent_IE5_Install.htm Getting rid of the "Windows Update" dialog To get rid of this dialog, which appears when the system is rebooted, you need to modify a registry entry after the IE5 setup has completed, but before the system is rebooted. The value needs to be set to 00000ab8. Setting this value only affects the visibility of this dialog; Windows will actually do the processing of the stuff that is normally associated with this dialog whether it is shown or not. (probably a good thing) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] "Flags"=dword:00000ab8 Getting rid of the "Personalized Settings" dialog Disabling this dialog may have adverse effects and you should weigh out the potential problems very carefully. The essence of the problem is that if you disable this dialog you are not just preventing it from being displayed, but are also disabling some crucial aspects of the IE5 setup; specifically with regard to updating a previous IE installation. If you're installing IE5 on Win95 OSR2, Win98, and WinNT 4.0, all of which already install various versions of IE as part of the default installation of the OS, then you must allow this dialog to be displayed so that updates to the users personalized settings from earlier versions of IE get carried across properly. Basically the only OS that you can safely disable this dialog for is the Win95 original retail version, which did not ship with IE as part of the OS, and even then you should follow the following instructions very carefully . To disable this dialog, set the following registry entry to "Y" and after the user has rebooted remove the key. This key does not get removed automatically, which means that if you install the basic IE5 components on a Win95 retail version machine and do not remove this key, and the user at a later time installs IE5 or above, they will not get any of the personalized settings migrated. This will not be a good thing. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components] "NoIE4StubProcessing"="Y" And i'm running Windows 2000 Pro / Server
  10. I don't understand "iles". It is a typo error or should i go back to school to learn English The other problem i would like to fix: set the folder name to the first eight chars for drivers with Class name longer than 8 like Class=SmartCardReader
  11. I have just edited my previous post with a code to solve my need to set a CLASSNAME variable EQUAL to the Class value in the inf file. Need only one FOR /F command line where you use two FOR /F command lines First attempt with your new batch file: trying to compress Intel display Drivers with a302.inf to a314.inf (12 inf files) + ialmnt5.inf ; ikch8xx.inf ; isb8xx.inf ; Vch.inf ; wa301a.inf ; wa301b.inf (6 inf files) + various exe, dll and sys files. if we take a look at the inside, only ialmnt5.inf has a Class=display and is used to install the driver. Others inf's are copied by ialmnt5.inf copy sections, like exe sys and dll. The batch create a DisplayCodec dir and a302 subdir and copy a302.sys and a302.cat uncompressed and a302.sy_ (compressed) in subdir and then exit. Can you add a check on the Class value to determine which inf file to use?
  12. @mediapla found this link:scaleo driver update-pack winXP (69mb - for all scaleo models 2003/2004 !) The 7z archive is password protected. the exe first checks if branded FSC computer then extract all drivers in a %systemroot%\xxxxxx dir. But there is no batch file or exe other than devcon.exe and 7z console tool exe all the install is done through the main exe which extract first all drivers files.
  13. Nice script ! I like people sharing their knowledge in batch scripting. It help me to improve my own batch files and create new one. And i agree with you with the huge size of NVidia drivers. Does it mean that i can use the compressed folder to install my Nvidia board just adding the path to WINNT.SIF OemPnPDriversPath= I have made some modifications to your batch file in order to put the result in a new subdir using variables set at start of the batch file or assigned by reading the INF file: ::Select Package Source Dir SET PV=nvidia_Quadro4_41_04_w2k_wxp\WinXP ::SET PV=ad_198x_v5_12_01_3621_w2k_wxp\SMAXWDM\W2K_XP ::SET PV=FSC_1001614\PRO1000\WS03XP2K ::Manufacturer Source Dir SET SRCPATH="C:\fsc.tmp\Display\%PV%" ::SET SRCPATH="C:\fsc.tmp\sound\%PV%" ::SET SRCPATH="C:\fsc.tmp\network\%PV%" ::Default Destination Dir Root SET DESTDIR="C:\PnPDrvrs" ../.. PUSHD %SRCPATH% FOR /F "tokens=1,2 delims=:= " %%i IN ('TYPE %INFNAME% ^| FIND "Class" ^| FIND /I /V "GUID" ^| FIND /I /V "Name" ^| FIND /I /V "= Class section ="') DO ( SET CLASSNAME=%%j ) POPD both .INF and .CAT + Compressed files are copied to: ::Create FQ Destination Dir IF NOT EXIST == "%DESTDIR%\%INFDIR%\" (MD %DESTDIR%\%INFDIR%) Intel Corporation graphics adapter is one of this annoying driver with more than one inf and cat file. How to check which one is the real inf installer, for example i830mnt5.inf for an Intel 865 integrated display and to set the destination to \PnPDrvrs\Display\i830mnt5 Thanks hp38user.
  14. Recommended Update updated on October 15, 2003 Update for Jet 4.0 Service Pack 8 (829558) Download Important: You must install the latest Jet update to keep your Jet database in good working condition. Microsoft Data Access Components (MDAC) 2.8 Version 2.80.1022.3 download details Date Published: August 4, 2003 The MDAC 2.8 release installs the same Data Access core components as Microsoft Windows Server 2003. This release does not include Microsoft Jet, the Microsoft Jet OLE DB Provider, the Desktop Database Drivers ODBC Driver, or the Visual FoxPro ODBC Driver. ENU mdac_typ.exe DEU mdac_typ.exe FRA mdac_typ.exe Silent install: MDAC_TYP.EXE /Q:A /R:N /C:"DASETUP.EXE /Q /N" Ihave tried to install the latest version of MDAC through SVC-MDC but M$ has changed the update engine (now DASETUP.EXE, previous versions DAHOTFIX.EXE). When i apply Q832483 Update in SVCPACK, WindowsUpdate do not recognize the HF as installed. MSXML3 SP5 is not applied over MSXML3 SP3 (included in IE6SP1) The version installed is MSXML3 SP4 (included in MDAC 2.8).
  15. infos related to IE6SP1 slipstream into W2K source moved Microsoft Internet Explorer 6 Service Pack 1 (SP1) Version 6.0.2800.1106
  16. Nethertheless, there is instructions how to modify TXTSETUP.SIF And your installation will work with all installation methods. Post a link to download your FastTrak driver if you want more help. @Bâshrat the Sneaky Yes, i must admit that i never install Windows booting with the source CD. RIS Installation and WinPE are nice solutions.
  17. Edit your DOSNET.INF file If i remember, you must add in the section below [FloppyFiles.2] d1,fasttrak.sys HELP WITH Slipstreaming S-ATA drivers
  18. @tommyp Is msxml3.dll registered? infos related to IE6SP1 slipstream into W2K source moved Microsoft Internet Explorer 6 Service Pack 1 (SP1) Version 6.0.2800.1106
  19. You have the latest version for Intel PRO 100 NIC's.
  20. The installer (full install) create new dir structure Browse your Program files dir. \Program Files - - \Intel - - - \ANS - - - \DMIX - - - - - \Hlp - - - - - \Ressource - - - - - \uninst - - - \NCS2 - - - - - \Agent - - - - - \WMIProv and install is logged in .\APPS\PROSETDX\2KXPWS03\install.log The driver only install does not produce any log file. for both installs: Just go to device manager and check the driver version & date Intel® PRO/1000 Gigabit Adapters E1000NT5.SYS DriverVer = 09/15/2004,8.1.8.0 Intel® PRO Network Adapter e100b325.sys DriverVer = 08/19/2004,8.0.13.0 Check this registry branch HKEY_LOCAL_MACHINE\SOFTWARE\Intel\Basedrivers Install = Success means you have successfully installed / updated your driver.
  21. Installing Intel® LAN Drivers Go to Intel download finder,search and download PRO2KXP.EXE file from the Intel support web site, extract it to a temporary directory, and then exit the autorun screen. Intel® PRO Adapter drivers and NEW Intel® PROSet utility for Windows* XP, 2000, and Server 2003 File name PRO2KXP.EXE current ver #9.1 To launch the full install silently: .\Setup.exe W2K /nonotes What is installed: Drivers for all wired Intel PRO Network Connections Advanced Network Services Intel® PROSet for Windows* Device Manager To install Base Drivers .\APPS\SETUP\SETUPBD\W98-WS32\SetupBD.exe /W2K Works fine on W2K. Please report if the same switch works for WXP. If you have some RIS installation issues: Cannot Load PRO/100 or PRO/1000 Network Adapters Using RIS Installation This applies to: Intel® PRO/100 M Desktop Adapter Intel® PRO/100 S Desktop Adapter Intel® PRO/100 S Dual Port Server Adapter Intel® PRO/100 S Server Adapter Intel® PRO/100 VE Desktop Adapter Intel® PRO/1000 F Server Adapter Intel® PRO/1000 Gigabit Server Adapter Intel® PRO/1000 MF Dual Port Server Adapter Intel® PRO/1000 MF Server Adapter Intel® PRO/1000 MF Server Adapter (LX) Intel® PRO/1000 MT Desktop Adapter Intel® PRO/1000 MT Dual Port Server Adapter Intel® PRO/1000 MT Server Adapter Intel® PRO/1000 T Desktop Adapter Intel® PRO/1000 T Server Adapter Intel® PRO/1000 XF Server Adapter Intel® PRO/1000 XT Server Adapter Intel® PRO/1000 XTL Low Profile Server Adapter
  22. ::Delete specific file in specified folder @ECHO OFF SET FILENAME="Lancement rapide d'Adobe Reader.lnk" SET SECTION="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" SET KEY="Common Startup" ::Read value in registry call readreg %SECTION% %KEY% pushd %RegVal% :: Delete file if it exists IF EXIST %FILENAME% DEL /F /Q %FILENAME% popd exit get readreg.bat from the excellent Rob van der Woude's Scripting Pages Look like you are using LINUX® TRADEMARK
  23. The MSI should be deleted after extraction, but i have "REMed' the command for testing purpose (Don't want to re-download the file for each test) Just edit the last line of batch file MSXML3.CMD ::DEL SVC-PRE\MSXML3.MSI to remove the two :: characters. The whole procedure is still beta and should be added to XPCreate code if Green Machine agree with this. We can select in XPCreate.ini to delete all TEMP stuff after XPCreation and i would like temp to be deleted by XPCreate.cmd. Just wait for the next release of XPCreate. Until GM release a new XPCreate, i build the MSXML3.EXE SFX manually before running XPCreate.cmd, manually add the command in SVCPACK.INF, copy the file in CDROOT\I386\SVCPACK and delete IE6START.EXE after XPCreate.cmd been run. That's why i choose to add in SVC-PRE where we add IEXPRESS SFX which don't need any re-work (they use the /Q:A /R:N silent switches). As i added IE6START.EXE cmd in MSXML3.EXE, it's the best place to let run it just after IE6SP1.EXE. I have also add SCRIPTEN.EXE to SVC-PRE as it's related to IE6 update and change the order of execution for DX9 (sometimes installation of DX9 fails if i run it before %windir%\system32\rundll32.exe iernonce.dll,RunOnceExProcess command. Time consumtion is less than 30s and waste of space is equal the size of MSXML3.EXE (573 Kb). MSXML*.* files cannot be slipstreamed in 2K source as MSXML3 Parser isn't a standard component of 2K, just an added component by IE6. I will try to add to 2K as standard component later with tommyp method (which slipstream IE6 into 2K source and replace IE5). SVCPACK.INF in previous post edited to reflect changes.
  24. Thanks for spending some time to discover this issue. Journal viewer is M$ bloatware like MSN Messenger, Movie Maker, etc... I don't know if someone really install it on his unattended CD. I'm not concerned B) and will let Green Machine make some investigations to fix this problem.
×
×
  • Create New...