Jump to content

Ascii2

Member
  • Posts

    539
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Ascii2

  1. If I include a command to reboot computer during the execution of CMDLINES.TXT, would CMDLINES.TXT run again from its beginning? Should a reboot occur at all? Would setup not function correctly if a reboot is invoked in CMDLINES.TXT?
  2. The MSFN.org guide to use SVCPACK.INF at http://unattended.msfn.org/unattended.xp/view/web/24/ . The method described in the MSFN.org article differs greatly from the result of using "/integrate" parameter with newer update patches and hotfixes. I first will start with an example of SVCPACK.INF that may be created by integrating patches using "/integrate" switch. The following is the contents of a Windows 2000 Professional with Service Pack 4 SVCPACK.INF for which some patches were integrated into an installation source using the "/integrate" switch: [CatalogHeader] [Version] BuildNumber=2195 MinorVersion=0 MajorVersion=5 Signature="$WINDOWS NT$" [SetupData] CatalogSubDir="\I386\svcpack" [SetupHotfixesToRun] KB909520.exe /q /n /z KB893803v2.exe /q /n /z KB908506.exe /q /n /z KB896423.exe /q /n /z KB916281-IE501SP4-20060519.173353.exe /q /n /z KB914389.exe /q /n /z KB918439-IE6SP1-20060530.145346.exe /q /n /z KB914388.exe /q /n /z KB917344.exe /q /n /z KB917953.exe /q /n /z KB913580.exe /q /n /z KB917736.exe /q /n /z KB917537.exe /q /n /z KB911564.exe /q /n /z KB908519.exe /q /n /z KB900725.exe /q /n /z KB905749.exe /q /n /z KB901017.exe /q /n /z KB905414.exe /q /n /z KB905495-IE6SP1-20050805.184113.exe /q /n /z KB893756.exe /q /n /z KB901214.exe /q /n /z KB899587.exe /q /n /z KB890046.exe /q /n /z KB896422.exe /q /n /z Update Rollup 1.exe /q /n /z [ProductCatalogsToInstall] basecsp.cat KB893803v2_w2k.cat KB908506.cat KB896423.cat KB916281-IE501SP4-20060519.173353.cat KB914389.cat KB918439-IE6SP1-20060530.145346.cat KB914388.cat KB917344.cat KB917953.cat KB913580.cat KB917736.cat KB917537.cat KB911564.cat KB908519.cat KB900725.cat KB905749.cat KB901017.cat KB905414.cat KB905495-IE6SP1-20050805.184113.cat KB893756.cat KB901214.cat KB899587.cat KB890046.cat KB896422.cat sp5.cat The order of filenames in SVCPACK.INF when the "/integrate" switch is used does not seem to be sorted alphanumeric or by order patches were integrated into the install. I not that the MSFN.org guide states, "All the hotfixes you have downloaded, renamed and copied to the SVCPACK folder should be added under this section in svcpack.inf in numerical order". Does the order of SVCPACK.INF entries really matter? I noticed that most the integrated patches were renamed to the 8.3 format. However, there seems to be exceptions. Patches beginning "IE5.01sp" were renamed to much longer filenames. Update Rollup 1 of Windows 2000 Service Pack 4 ("Windows2000-KB891861-v2-x86-ENU.EXE") was renamed to "Update Rollup 1.exe" (note the spaces in the name). Should there be a problem with using filenames not adhering to the 8.3 format? The MSFN.org guide conveys that Windows Media Player 9 and Windows Media Player 10 may be installed from SVCPACK.INF by including its filename without any switches. Why can SVCPACK.INF have installed Windows Media Player 9/10 without the use of switches, while other programs like (update patches) require switches? When the "/integrate" switch is used, *.cat files are placed in directory "svcpack" and their filenames are included in heading "[ProductCatalogsToInstall]" in SVCPACK.INF. What is the significance of the *.cat files with respect to SVCPACK.inf?
  3. I thought that the driver defaults would have to be set in the driver INF files or modify the binary driver files themselves (worst case), and that the driver settings would only be written to the Windows Registry when an instance (not all instances) of the driver is installed for use. So, any changes to driver defaults would have to be made by modifying the INF installation files or the driver files themselves. Is this inaccurate? I shall try to examine changes with registry monitoring applications within the next 48 hours (probably within the next 24 hours).
  4. I would have thought renaming files after expanding their compressed form would have been necessary.
  5. How can default settings for drivers for Windows 2000 or Windows XP family operating systems be set? For example, I would like to have the "Primary IDE Channel" and "Secondary IDE Channel" of "IDE ATA/ATAPI controllers" in Device Manager default to a Transfer Mode of "DMA if available" for both devices on a channel. I would like the "ECP Printer Port (LPT1)" driver to default Port settings to "Use any interrupt assigned to this port" and "Enable legacy Plug and Play detection".
  6. Would you please state what it is?
  7. I would think the information I seek should be known. By built-in accounts, I meant accounts like "Administrator" and "Guest". Perhaps a different question: Between "3." and "4." from the timeline above, is the "Default User" and "All Users" information created?
  8. This issue in this thread is resolved. Thanks Flip1001.
  9. Guides for unattended install of Windows state to use "START followed by a title, the /wait switch, then the item to run. The reason given to use START with the /wait argument is to have items run individually (not having multiple things running simultaneously). When applications in a batch file are run without the START command, they seem to run individually and in sequencial order. Is the perception accurate? Is the opting to use START with the /wait switch a preference of multiple ways of doing something?
  10. The distribution folders are copied to the installation location durring text mode of Windows setup; local accounts are created during the GUI part of the setup (which occurs after the text mode part of the setup). Instead, use COPY with the "/B" and "/Y" (binary copy and do not prompt to overwrite) arguments to copy the files to the locations in a batch file luanched from cmdlines.txt or at first logon.
  11. ًWhy are you saying that?! Because it seems like you are not correctly identifying the issue you may be experiencing. The statement was intended to help you rethink the issue (like identifying the method(s) compatible with your BIOS to make a flash drive bootable).
  12. Indeed. I note that you may not need Ntbootdd.sys on Windows 2000 with your BIOS, but this may not be true with Windows XP or Windows Server 2003 boot files (it is already know that they function differently given that arcldr.exe and arcsetup.exe are not used). It is possible that the Windows XP or Windows Server 2003 boot files handle SCSI devices differently (with respect to Windows 2000), or requires a different configuration in boot.ini for the SCSI devices.So, merely copying the newer operating system files to Windows 2000 may not work for your configuration. To find out what is necessary for your configuration using Windows XP or Windows Server 2003 boot files, you can install a Windows XP or Windows Server 2003 family operating system and examine (and retain a copy of) the files created.
  13. .I don't have the problem with making my USB flash driver a bootable one. The problem is my BIOS don't support boot from USB flash driver so it is not available in the boot order. If you are using a BIOS acquired from your motrherboard manufactured BIOS dowloads, then your BIOS should support booting to USB. If it does not, a defect in the BIOS or motherboard exists.BIOSes are not written consistently to support a method for boot of a USB flash device. Method of setting the drive bootable should be chosen compatible with BIOS (often, it is not obvious which method).
  14. I have examined the timeline at http://unattended.msfn.org/unattended.xp/v...bc7b051b596c95/ and quote the GUI section below: The timeline does not make mention of when Built-in accounts are created. When respective to elements on the timeline are the Windows built-in accounts created?
  15. xtremee, try UltraISO ( http://www.ezbsystems.com/ultraiso/download.htm ); its image write formats seem to be supported by your BIOS (make sure the device is set to boot in Boot Order). The trial mode is limited to 300 MB documents (limitation may only be regarding saving of image files; I am uncertain whether writing image files greater than 300 MB is limited). To write an image to a USB mass storage device with UltraISO, do the following: Open UltraISO. Open the image file to be written. From menus, select "Bootable -> Write Disk Image...". Select Drive to write image and write method if necessary. Select "Write" button.
  16. xtremee's USB controllers should be USB 1.1.
  17. I have tried using "ie6setup.exe /Q:A /R:N", but progress failed to show. I tried using "ie6setup.exe /Q /R:N", and installation seemed to occur as desired. I then tried using "ie6setup.exe /Q:U /R:N", and installation also seemed to occur as desired. What is the difference in function between "ie6setup.exe /Q /R:N" and "ie6setup.exe /Q:U /R:N"?
  18. Wouldn't the "/Q:A" switch not show any dialogues?I want to all a user to see what is being intsalled. Would "/Q:U" do this?
  19. It appears that two powercfg.exe utilities exist for the 32-bit Windows Server 2003 family operating systems: powercfg.exe from Windows Server 2003 (Gold or RTM) and powercfg.exe from Windows Server 2003 with Service Pack 2. Which Windows Server 2003 powercfg.exe should be used with Windows 2000? Also, which powercfg.exe utility is compatible with Windows XP Professional with Service Pack 1 (x86)? EDIT: I would speculate that the powercfg.exe utility included with the Gold Windows Server 2003 can configure power settings for Windows 2000 (except Terminal Services), gold or with any Service Pack, and Windows XP, Gold or with Service Pack 1 (maybe also later versions). It may be that Microsoft Corporation made newer powercfg.exe utilities incompatible with older operating systems. EDIT2: I verified that powercfg.exe for the Gold Windows Server 2003 works on Windows 2000.
  20. I did not know that powercfg.exe existed. It appears that I shall need the powercfg.exe from Windows Server 2003 (not from Windows XP Service Pack 2).
  21. Perhaps what I wanted was not well understood. I want to enable hibernation for Windows 2000 Professional with Service Pack 4 without having to maintaining copies of hiberfil.sys files. It would good if the hiberfil.sys file may be created without having to store a copy on the installation media(s) in its entirety.
  22. I seek a way to enable hibernation functionality ("Hibernate") for Windows 2000 Professional with Service Pack 4 without selection the option via the GUI provided by Windows (I am using an unattended installation of Windows). The method supported by Microsoft Corporation is detailed in Knowledge Base article: How to manually enable the Hibernate feature during an unattended installation of Windows 2000 http://support.microsoft.com/kb/293399The method described does not seem to be reasonable. Computers with 4096 MB of memory, would also have a 4096 MB hiberfil.sys file. Way too much to fit a a disc. Also, I am uncertain whether the Heuristics value applies to hibernation for all computers running Windows 2000 Professional with Service Pack 4. Does an easier method exist to enable Hibernation?
  23. I want to have an unattended install of Internet Explorer 6 Service Pack 1 and Outlook Express 6 that shows installation dialogue boxe, but does prompt for user input. I have a directory with 83 files (about 77.9 MB) for Internet Explorer 6 Service Pack 1 and Outlook Express installation: ieak6.exe ieak6cd.exe ie6oem.exe ie6setup.exe filelist.dat iesetup.ini readme.txt ADVAUTH.CAB actsetup.CAB AOLSUPP.CAB axa.cab axa3.cab BRANDING.CAB crlupd.cab ient_s2.CAB fontcore.cab fontsup.cab GSETUP95.CAB GSETUPNT.CAB HELPCONT.CAB hhupd.cab icw.cab icwcon.cab ie4shlnt.cab IEW2K_4.CAB IE_EXTRA.CAB IEW2K_3.CAB usp10.cab ieak6opt.CAB IECIF.CAB IEDATA.CAB iedom.cab ieexinst.CAB ielpkad.cab ielpkar.cab ielpkiw.cab ielpkja.cab ielpkko.cab ielpkpe.cab ielpkth.cab ielpkvi.cab ielpkzhc.cab ielpkzht.cab IEMIL_1.CAB IEMIL_2.CAB IEMIL_3.CAB IEMIL_4.CAB ient_s1.CAB mailnews.cab ient_s3.CAB ient_s4.CAB ient_s5.CAB ient_s6.CAB wab.cab IEW2K_1.CAB IEW2K_2.CAB tsnt.cab mplay2a.cab mplay2u.cab ie_s1.CAB ie_s2.CAB ie_s3.CAB ie_s4.CAB ie_s5.CAB ie_s6.CAB jaaime.cab koaime.cab readme.CAB MOBILE95.CAB MOBILENT.CAB mpcdcs.cab scaime.cab scr56en.cab mplayer2.cab oainst.cab OEEXCEP.CAB setupnt.CAB vgx.cab tcaime.cab scripten.cab swflash.cab setupw95.CAB ts95.cab The Microsoft Corporation Knowledge Base and TechNet articles http://support.microsoft.com/kb/197147 and http://www.microsoft.com/technet/prodtechn...t.mspx?mfr=true list switches that seem to be compatible (and give an example of use) with the ie6setup.exe application. What has to be done to have an unattended install of Internet Explorer 6 Service Pack 1 and Outlook Express 6 that does not halt for user input and shows dialogues? It seems that using "ie6setup.exe /q", "ie6setup.exe /q:a", or ""ie6setup.exe /q:u" to invoke the setup should perform as desired, but I am unsure which is the correct one (if any) to use.
  24. Hmmm... those 2 are used for SCSI disks I believe. Definately not used for booting from IDE ! -- Ninho arcsetup.exe and arcldr.exe do appear to be required. I would attach the archive with all ntldr, NTDETECT.COM, arcsetup.exe, and arcldr.exe; but MSFN.org forums seems to limit attachment size to 200K (attachment would be like 303 KB).I think arcsetup.exe and arcldr.exe have something to do with ARC paths. For SCSI, Ntbootdd.sys is used. By default, Ntbootdd.sys is not installed when not necessary. Curiouser and curiouser! Both my C:/D: drive and my E: drive are SCSI drives. Not only does arcsetup.exe and arcldr.exe only exist on my system in the ServicePackFiles folder, Ntbootdd.sys does not appear to be present on my system at all! So what does that mean? A typo existed in my previous post "For SCSI, Ntbootdd.sys is used." should have been "For SCSI, Ntbootdd.sys is often used.". Using Ntbootdd.sys is normal for SCSI disks. However, it may be optional if the system BIOS is capable of loading the system files from the SCSI disk. If you are using server boards with onboard SCSI controllers (with support in BIOS) or simply have the BIOS support for handling of additional SCSI contollers, the Multi method (usual for IDE drives) may be used to load the operating system. Examining your signiture, I speculate this to be the case.Posting the contents of your "boot.ini" file may be helpful. Posting the contents of your "boot.ini" file should be helpful to determine the answer. EDIT: I think it should also be mentioned that the Ntbootdd.sys file is not same file for all SCSI controllers.
  25. I would like the test performed. The change in boot time should be interesting.
×
×
  • Create New...