MSFN Forum: Winnt.sif not recognized - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Winnt.sif not recognized Rate Topic: -----

#1 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 14 June 2005 - 09:33 AM

I'm trying to create unattended setup.

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 User is offline   -= Mancubus =- 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 01-July 04

Posted 14 June 2005 - 10:01 AM

You should make auto-bootable CD, not run the winnt from the promt.
Why such difficult methods? :)

#3 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 14 June 2005 - 11:52 PM

you are right. thats where the confusion lies.

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 User is offline   n7Epsilon 

  • Currently Learning: C#, JavaScript, PHP
  • PipPip
  • Group: Members
  • Posts: 156
  • Joined: 11-February 05

Posted 15 June 2005 - 12:25 AM

Hi,
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 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 15 June 2005 - 02:04 AM

Ok.. Then I'm back to square one.

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 User is offline   n7Epsilon 

  • Currently Learning: C#, JavaScript, PHP
  • PipPip
  • Group: Members
  • Posts: 156
  • Joined: 11-February 05

Posted 15 June 2005 - 02:48 AM

To see full list of WINNT32.EXE switches, see WINNT32.HLP in your I386 folder, to see full list of WINNT.EXE switches, open a command prompt in your I386 folder and type: WINNT.EXE /?

#7 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 15 June 2005 - 05:10 AM

I dont want to know the full list of switches.. What I need is

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...

#8 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 June 2005 - 07:55 AM

Your winnt.sif isn't named winnt.sif.txt is it?

#9 User is offline   -= Mancubus =- 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 01-July 04

Posted 15 June 2005 - 09:17 AM

You really don't need to edit anything to get an auto-boot-and-run-setup CD, just follow the guide, find the final part where it tells how to build an ISO, download that ISO-maker (can't remember it's name) and it'll make all the work.
It works perfectly for me.
The winnt.sif needs only to be put in i386 folder, nothing else.

Good luck!

#10 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 16 June 2005 - 05:27 AM

jbm, on Jun 15 2005, 07:55 AM, said:

Your winnt.sif isn't named winnt.sif.txt is it?
<{POST_SNAPBACK}>



not...

#11 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 16 June 2005 - 05:34 AM

-= Mancubus =-, on Jun 15 2005, 09:17 AM, said:

You really don't need to edit anything to get an auto-boot-and-run-setup CD, just follow the guide, find the final part where it tells how to build an ISO, download that ISO-maker (can't remember it's name) and it'll make all the work.
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 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 16 June 2005 - 01:07 PM

gottcha!!! its working.. :thumbup

what went wrong???.. well the cd key was not correct :wacko:

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 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 June 2005 - 03:26 PM

Glad you got it working :D
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 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 16 June 2005 - 09:46 PM

Thanks.

Cud you please tell me where I should place the bat file and when and how I should call it???

#15 User is offline   jbm 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 626
  • Joined: 16-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 June 2005 - 10:01 PM

place it in your $oem$ directory with cmdlines.txt and call it in your cmdlines.txt like this.

[COMMANDS]
"useraccounts.cmd"


#16 User is offline   onlygodknows 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 23-April 05

Posted 16 June 2005 - 10:30 PM

thanks a lot everybody for their patience and help..

let me try this out....

#17 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 16 June 2005 - 11:34 PM

BTW to get rid of confirmation dialog I have to use:

[Display]
    ConfigureAtLogon = "1"
    BitsPerPel = "32"
    Xresolution = "1280"
    YResolution = "1024"
    Vrefresh = "85"
    AutoConfirm = "1"


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy