Jump to content

IcemanND

Patron
  • Posts

    3,252
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by IcemanND

  1. maybe it is one of the updates to be release next week?
  2. those should be backslashes "\" not forward slashes "/"
  3. for what you want integrated devices would probably suffice. Though I would recommend a separate video card or more memory since the onboard video cards share your system memory.
  4. offline password editor http://home.eunet.no/pnordahl/ntpasswd/ or take the hard drive and place it in a different machine and copy the files off of the drive to your own machine.
  5. reg add HKCU\Software\Collectorz.com\Movie\Databases /v CurrentDatabase /t REG_SZ /d "%CD%" Will only have a problem if the current directory is the root directory.
  6. did you install the drivers using the driverpacks? and did you select the option to keep the drivers? Check hklm\software\microsoft\windows\currentversion look at devicepath, if you have drivers no where else it should only contain %systemroot%\inf May be taking so long searching the additional directories if used.
  7. Hey, got an idea was posted here a few weeks ago, paper storage: http://www.msfn.org/comments.php?shownews=18847 Only 5 sheets of low cost paper.
  8. you can't run those commands directly from winnt.sif. You need to put them in a CMD file and run the CMD file from winnt.sif. So the FOR and the START lines should both be in the CMD file and then call the CMD file fron winnt.sif like the dpsfnshr.exe is. You did read this, and this right.
  9. Which updates are you trying that are not working?
  10. Unfortunately you are stuck with one or the other, unless you create a multi-boot cd. Normally if you have an answer file you don't have the option to do a repair with the same cd.
  11. You can download them yourself manually if you know the KB number. Or you can use the Windows Update Downloader made by a forum member http://www.msfn.org/board/index.php?showtopic=80713#
  12. Not sure where you are finding those particular files. the only file installed by the posted inf for windows xp is bcm4sbxp.sys.
  13. In VB6 caption is for a label not a textbox. There is no caption property for a textbox. textbox.text="" like ColdFusion said should work for any VB textbox.
  14. download the driver from Broadcom, here and try it instead.
  15. that depends, do you have any of these devices in your system? "Broadcom 440x 10/100 Integrated Controller" "Broadcom 440x 10/100 Integrated Controller XP Driver" "ASUSTeK/Broadcom 440x 10/100 Integrated Controller" "MSI/Broadcom 440x 10/100 Integrated Controller" "MSI/Broadcom 440x 10/100 Integrated Controller" "Broadcom 440x 10/100 Integrated Controller provides local area networking" "Broadcom 440x 10/100 Integrated Controller XP Driver" "Broadcom 440x 10/100 Integrated Controller XP Driver" "ASUSTeK/Broadcom 440x 10/100 Integrated Controller XP Driver" "MSI/Broadcom 440x 10/100 Integrated Controller XP Driver" "MSI/Broadcom 440x 10/100 Integrated Controller XP Driver" If you do then you would need that driver file, or one from Broadcom for the 440 series nics that works for your device.
  16. depends upon how you write the application selector. If you use vbscript you can just append to the existing file, same with other programming languages like VB an C. If you are going to use CMD scripts it is a little more difficult but still doable.
  17. Depends upon how you install your applications. Have your selection application write the appropriate installation lines to the appropriate file, runonceex.cmd, winnt.sif, cmdlines.txt or whatever you want to use. You could even copy everything to the hard drive first and run the installation from the hard drive for windows, then your installation source is already there and you should never be asked for a cd.
  18. Windows PE Boot to PE, partition and format the hard drive, run the application to select the programs to install, create answer files and installation scripts on the hard drive. Start winnt32 with unattend switch pointing to answer files and away you go.
  19. use sysprep and add to the end of the sysprep.inf file the following lines: [sysprep] BuildMassStorageSection=yes [sysprepMassStorage] If you have to press F6 to install the SATA controller during a normal windows installation you will need to add the HWID and driver path to the SysprepMassStorage section manually, see the dploy.chm file with the deployment tools for details.
  20. Original Tetris, and welltris, I think I developed carpal tunnel playing Tetris. Dune Dune II Castles II Actually haven't played many since. My hardware budget couldn't keep up with the gaming requirements.
  21. there may be more things required for it to install properly that are in the applications. You could also try other driver backup utilities. See the same post there are a number of them listed and see if they fair any better.
  22. You may be able to import the registry keys also. Do an install and then search your registry for your registration number.
  23. delete your normal.dot template. Normally located in your profile. c:\documents and settings\administrator\application data\microsoft\templates replace 'administrator' with your user name. If that doesn't work search your drive for all files named normal.dot and delete them all and try again. If it still doesn't work try a repair install.
  24. try DriverBackup
  25. start winnt32.exe with the unattend switch and point to your preferred answer file.
×
×
  • Create New...