Winnt.sif not recognized
#1
Posted 14 June 2005 - 09:33 AM
Using the tutorials and using nlite + Winnt.sif method i created the image. But the setup won't recognize the winnt.sif file( although it was placed in correct folder). I couldn't find switches for setup.exe although winnt32 has.
How can I use/start winnt32.exe in a bootable CD???
Thanks
Onlygodknows
#2
Posted 14 June 2005 - 10:01 AM
Why such difficult methods?
#3
Posted 14 June 2005 - 11:52 PM
I've a bootable CD with SETUP.EXE in autorun. Everything works fine except it doesnot recognizes the winnt.sif. It even doesnot have any switches.
is there any other batch file that I should have or some file that mentions the location of winnt.sif.
what i am possible missing???
#4
Posted 15 June 2005 - 12:25 AM
When you boot from the CD and install, WINNT.SIF will be processed but running from SETUP.EXE (which actually launches WINNT32.EXE) and WINNT32.EXE without switches, WINNT.SIF will not be processed....
-> This is also the case with WINNT.EXE (DOS install)
Use:
WINNT32.EXE /S:[SourceofFiles] /U:WINNT.SIF
WINNT.EXE /S:[SourceofFiles] /U:WINNT.SIF
#5
Posted 15 June 2005 - 02:04 AM
In a bootable CD how do I call winnt/winnt32 with switches.. should I change autorun.ini before burning the CD so that the bootable CD automatically calls
WINNT32.EXE /S:[SourceofFiles] /U:WINNT.SIF
#6
Posted 15 June 2005 - 02:48 AM
#7
Posted 15 June 2005 - 05:10 AM
In a bootable WINXP CD, if setup.exe does not finds winnt.sif automatically, then what is the other way to go for unattended setup...
#9
Posted 15 June 2005 - 09:17 AM
It works perfectly for me.
The winnt.sif needs only to be put in i386 folder, nothing else.
Good luck!
#10
Posted 16 June 2005 - 05:27 AM
jbm, on Jun 15 2005, 07:55 AM, said:
<{POST_SNAPBACK}>
not...
#11
Posted 16 June 2005 - 05:34 AM
-= Mancubus =-, on Jun 15 2005, 09:17 AM, said:
It works perfectly for me.
The winnt.sif needs only to be put in i386 folder, nothing else.
Good luck!
<{POST_SNAPBACK}>
hmmm... let me try again..
(by ISO maker do u mean CDIMAGE GUI???)
#12
Posted 16 June 2005 - 01:07 PM
what went wrong???.. well the cd key was not correct
anyways still stuck at few places
1. it asked me to press ok to change the default resolution..
here's winnt sanpshot
[Display] Xresolution=800 YResolution=600
2. Next it didnt create the users... I placed OOBEINFO.INI in $OEM$\$$\system32
[UserInfo] Identity000="NewUser-User1" Identity001="NewUser-User2"
But it waited form me to press "Next" then opened up the user screen (to enter the usernames)
Now whats wrong here
#13
Posted 16 June 2005 - 03:26 PM
Here's what I use in my winnt.sif for display
[Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 Vrefresh=60
Can't help you with OOBEINFO but I use a bat file
to create accounts and to set autologon
cmdow @ /HID @ECHO OFF net accounts /MAXPWAGE:UNLIMITED net user Jim password /add net localgroup Administrators Jim /add REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /t REG_SZ /d "Jim" /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultPassword" /t REG_SZ /d "password" /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /t REG_SZ /d "1" /f EXIT
This post has been edited by jbm: 16 June 2005 - 03:27 PM
#14
Posted 16 June 2005 - 09:46 PM
Cud you please tell me where I should place the bat file and when and how I should call it???
#15
Posted 16 June 2005 - 10:01 PM
[COMMANDS] "useraccounts.cmd"
#16
Posted 16 June 2005 - 10:30 PM
let me try this out....
#17
Posted 16 June 2005 - 11:34 PM
[Display] ConfigureAtLogon = "1" BitsPerPel = "32" Xresolution = "1280" YResolution = "1024" Vrefresh = "85" AutoConfirm = "1"



Help
Back to top









