IcemanND
PatronContent Type
Profiles
Forums
Events
Everything posted by IcemanND
-
maybe it is one of the updates to be release next week?
-
Backslashes or Forward slashes in Cmdlines.txt
IcemanND replied to Quisquose's topic in Unattended Windows 2000/XP/2003
those should be backslashes "\" not forward slashes "/" -
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.
-
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.
-
import current path into registry by commandline
IcemanND replied to QKnet's topic in Application Installs
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. -
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.
-
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.
-
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.
-
Which updates are you trying that are not working?
-
Repair (R) option unavailable in "Provide Defaults" Mode - H
IcemanND replied to semperdoodler's topic in nLite
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. -
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#
-
Not sure where you are finding those particular files. the only file installed by the posted inf for windows xp is bcm4sbxp.sys.
-
What is the code for an empty textbox
IcemanND replied to steev's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
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. -
download the driver from Broadcom, here and try it instead.
-
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.
-
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.
-
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.
-
What were your favorite *classic* PC games of all time?
IcemanND replied to Jaqie Fox's topic in Gamers Hangout
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. -
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.
-
Need help with Roxio Easy CD & DVD Creator 6
IcemanND replied to dansouza's topic in Application Installs
You may be able to import the registry keys also. Do an install and then search your registry for your registration number. -
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.
-
try DriverBackup
-
How to Auto-Insrt the Serial Number?
IcemanND replied to Wesmosis's topic in Unattended Windows 2000/XP/2003
start winnt32.exe with the unattend switch and point to your preferred answer file.