Jump to content

Leon2003

Member
  • Posts

    70
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Leon2003

  1. I followed the instruction from http://www.MSFN.org/unattended/xp/installhotfixes.htm to install hotfixes in the GUI-mode part of Setup, but not successfully done... after I finished up the xp installation... I checked the Windows Update, all the hotfixes were not installed at all... Did it do something wrong on my codes? my svcpack.inf code: [Version] Signature="$Windows NT$" BuildNumber=2600 MajorVersion=5 MinorVersion=1 [SetupData] CatalogSubDir="I386\svcpack" [SetupHotfixesToRun] KB817778.EXE /Q /U /Z /N KB819639.EXE /Q:A /R:N KB820128.EXE /Q /U /Z /N KB820291.EXE /Q /U /Z /N KB821557.EXE /Q /U /Z /N KB822603.EXE /Q /U /Z /N KB822603.EXE /Q /U /Z /N KB823559.EXE /Q /U /Z /N KB824105.EXE /Q /U /Z /N KB824146.EXE /Q /U /Z /N KB828026.EXE /Q /U /Z /N Q322011.EXE /Q /U /Z /N Q323225.EXE /Q /U /Z /N Q328310.EXE /Q /U /Z /N Q329048.EXE /Q /U /Z /N Q329115.EXE /Q /U /Z /N Q329170.EXE /Q /U /Z /N Q329390.EXE /Q /U /Z /N Q329834.EXE /Q /U /Z /N Q330994.EXE /Q:A /R:N Q810565.EXE /Q/ U /Z /N Q810577.EXE /Q /U /Z /N Q810833.EXE /Q /U /Z /N Q811493.EXE /Q /U /Z /N Q811630.EXE /Q /U /Z /N Q814033.EXE /Q /U /Z /N Q815021.EXE /Q /U /Z /N Q817606.EXE /Q /U /Z /N Q819696.EXE /Q /U /Z /N Q922025.EXE /Q:A /R:N Q828750.EXE /Q:A /R:N JS56NCHS.EXE /Q:A /R:N QCHAIN.EXE My DOSNET.inf [OptionalSrcDirs] lang svcpack I placed all the hotfix files and svcpack.inf under C:\XPCD\i386\svcpack\
  2. What do I add to get rid off the Activation thing ?? It asks me if I want to activate with microsoft now or later....
  3. thanks 4 sharing those nice pictures of Longhorn 4029..
  4. Do you have to add [Unattended] UnattendSwitch="Yes" in your winnt.sif??
  5. Actually I have bootfix.bin under c:\XPCD\i386, I can't figure out why it automatically reformat my computer and reinstall again??
  6. I don't really know what that means, will you explain it to me, please?
  7. I've just made a unattended XP CD. When I boot my computer with it, the "Press any key to setup" is missing, instead of that, it automatically format my hard disk, and setup the window XP. I thought it was a good thing, but when the computer reboot during the setup, it automatically format my hard disk again.... Is there something wrong with my code (show as below)? I want the "Press any key to setup" back, how do I do it? ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes TargetPath=\WINDOWS Repartition=yes OemPreinstall=Yes UnattendSwitch="Yes" WaitForReboot="No" AutoActivate=No [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1 [UserData] ProductKey=*****-*****-*****-*****-***** FullName="Leon" OrgName="Leon2003." ComputerName=* [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=85 [TapiLocation] CountryCode=1 AreaCode=456 [RegionalSettings] LanguageGroup=10 Language=00000804 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off media_clips=off Accessopt=off AutoUpdate=off templates=off fax=off Clipbook=off charmap=off hypertrm=off rec=off pinball=off freecell=off minesweeper=off solitaire=off spider=off hearts=off zonegames=off [GuiRunOnce] %systemdrive%\install\hotfixes.cmd %systemdrive%\install\applications.cmd
  8. actually I fellow that instruction from that website already, I still had the problem to boot.. but anyway, thanks anyway!
  9. Paul, thanks 4 ur help. I think I figure what my problem is... here is my winnt.sif: [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes TargetPath=\WINDOWS Repartition=No OemPreinstall=Yes ?@UnattendSwitch="no" WaitForReboot="No" AutoActivate=No [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1 I think that I should change"UnattendSwitch="no" to "yes". check out the following informations:
  10. delmak. thanks 4 that awesome website!! I will spend some time on it!!
  11. I have OemSkipWelcome in my winnt.sif, but the welcome window still pops up, and asks me if I want to activate the window xp... any other way to avoid the the welcome window screen??? [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1
  12. How can I change that Christina pic to some other picture??
  13. Hi, when I bought a Dell computer, it came with a Windows XP Home Edition CD. I tried to creat a slipstreamed SP1 CD, but it was not bootable. it said there was an error in line 4 (something like that)... anybody knows how to creat a bootable OEM version XP?
  14. I will vote 4 Window XP, lookz nice, easy 2 use and pretty quite stable..
  15. after I installed .NET Framework 1.1, I can run winntsif that program now! this problem is nice and easy 2 use... keep up your good work!
  16. Hi, I tried to run the winntsif.exe, and I got "The application failed to initialize properly (0xc0000135). " Do you know what's happening?
  17. Hi, I've just finished my unattended Window XP cd. check this site out, really easy and helpful. http://www.MSFN.org/unattended/xp/index.htm http://www.MSFN.org/unattended/xp/resources.htm (example of winnt.inf, batch files) Hope this will help you out. LEON
  18. thanks for all you guys' help, this Forum is so awesome!! I finally fixed the problems and got everything work. there was a mistake on my winnt.sif, I had two OemPreinstalls. [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS OemPreinstall=Yes once again, thanks 4 helping!!!
  19. thanks, guys. I double check and I'm sure my batch files are cmd format(located in install folder) and the winnt is sif format(located in the i386). I've installed the window xp sp1 automatically, but at the end. it said "windows can't locate c:\install\applications.cmd" "windows can't locate c:\install\hotfixes.cmd".
  20. That's what I did, can u tell me if there is anything wrong, please. I placed 3 batch files in C:\XPCD\$OEM$\$1\install. The winnt.sif in the C:\XPCD\i386 all the xp sp1 files on in C:\xpCD my winnt.sif is: ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS OemPreinstall=Yes ?@?@UnattendSwitch="no" WaitForReboot="No" [GuiUnattended] AdminPassword="000000" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=20 OemSkipWelcome=1 [UserData] ProductKey=xxxxxxxxxxxxxxxxxxxxxx FullName="Leon" OrgName="Leon Inc." ComputerName=* [TapiLocation] CountryCode=1 AreaCode=456 [RegionalSettings] LanguageGroup=10 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [GuiRunOnce] %systemdrive%\install\hotfixes.cmd %systemdrive%\install\applications.cmd
  21. Hi, I created an unattended window xp CD with some applications and hotfixes on it. Everything went well at first, but at the end. I had this problem, hope some1 can help me out.... right after the welcome screen, it said "Windows can't locate 'C:\install\applications.cmd" and "Windows can't find 'C:\install\hotfixes.cmd" . I only have two batch files, they are at C:\XPCD\$OEM$\$1\install. Thanks 4 helping in advance.
×
×
  • Create New...