-
Can anyone Tell me what this process is?
Ok, I right clicked, not much info, the only this is says is the origanal filename. ReDirect.exe.
-
Can anyone Tell me what this process is?
It's called Ncpuby.exe. It's using 14,536 Kb memory. It's in my Windows system32 dir, along with some xml file called the same thing. I googled the name and got not even one hit.
-
Info on Win98 unattended install
What and where did the fdisk.scr 's come from?
-
set up drivers
I used a older version of 4 in 1 Via driver (4.49 I think) Worked no problem. Might the problem be that my MOBO, KT6V, doesn't like the 4.51 drivers. Any body else have this problem?
-
Via's 4in1 drivers
Anybody have the inf part for the radeon vid cards? the install file for them is huge, I don't even know where to begin to look in it
-
Via's 4in1 drivers
What's the best way to get these to install? .inf? or silent install. Main problem I have with silent install, what would happen if I am using a MB without a VIA chipset? The other driver I have trouble with is the radeon 9200. Should I just use the inf method? Seems the easyest (and smallest).
-
set up drivers
I used the zip file that was included in this thread. When windows was finished installing, I had no display what so ever. Went into safe mode, downloaded 4in1 pack and installed, fixed it!. My question is, did it not install? Maybe corrupted? Maybe I just didn't do it right. Not sure. Any suggestions on where to look for the problem, I would love.
-
Am I missing something, or does it just not work
Got it working, thanks for the help
-
Am I missing something, or does it just not work
No that file is not there
-
Am I missing something, or does it just not work
I did that, still not working is there maybe a prob with my winnt.sif file? ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended FileSystem=NTFS Repartition="yes" OemSkipEula=Yes OemPreinstall="yes" TargetPath=\WINDOWS UnattendSwitch="yes" WaitForReboot="No" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=10 OemSkipWelcome=1 [UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="End User" OrgName="" ComputerName=User_Computer [TapiLocation] CountryCode=107 Dialing=Tone AreaCode=403 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [URL] Home_Page=http://www.grizzsden.com [Proxy] Proxy_Enable=0 Use_Same_Proxy=0 [GuiRunOnce] %systemdrive%\install\start.cmd I'm getting frustrated
-
Am I missing something, or does it just not work
so If this is my winnt.cmd file it should work? @rem SetupMgrTag @echo off rem rem This is a SAMPLE batch script generated by Setup Manager. rem If this script is moved from the location where it was generated, it may have to be modified. rem IF EXIST D:\win51 set CDROM=D: IF EXIST E:\win51 set CDROM=E: IF EXIST F:\win51 set CDROM=F: IF EXIST G:\win51 set CDROM=G: IF EXIST H:\win51 set CDROM=H: IF EXIST I:\win51 set CDROM=I: IF EXIST J:\win51 set CDROM=J: set AnswerFile=.\i386\\winnt.sif set SetupFiles=%CDROM%:\i386 %CDROM%:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% It is in the root od the cd.
-
Am I missing something, or does it just not work
Do I just use the one that setmngr program made, or is there a better one to use?
-
Am I missing something, or does it just not work
Nope, it's called winnt.sif It's in the right dir I'm using virtual pc and an iso file to test I can't think of any thing else
-
Am I missing something, or does it just not work
I've done all the steps listed in the msfn site on making a unattended instal of windows xp, but it won't do it. It installs just like normal. Is there a file that I might be missing, or in the wrong spot? winnt.sif is in the \i386 folder. Do I need something to tell setup that it's there or to use it?