Winnt.sif file issue..really need help :-(

J

jonbennett

Hi everyone. I've recently been working on automating installation of an OS.
However I want my OS to autologon which is fine with an admin account but it
doesnt work with user account.

Is there any way of adding a user account without putting it on the disk, as
I want to give the user the option of changing usernames, where as on the
disk it will be set. I have tried the following in my winnt.sif file:

[GuiRunOnce]
Command0="net user jon jonpassword /ADD"
Command1="net localgroup Administrators jdoe /ADD"
%systemdrive%\install\Setup.exe

Basically i'm trying to create an account, then autologon with that account
and proceed to running the Setup.exe. My setup.exe works just fine and
installs but i'm struggling to solve this user account issue.

My winnt.sif file is located on floppy, so the user can modify it when need
be.
 
J

jonbennett

One possible idea I have is to put a batch file on the floppy and call this
file from the winnt.sif file if thats possible?..

Then on next login it would appear as Jon Bennett. Just as a guess
 
S

Shenan Stanley

jonbennett said:
Hi everyone. I've recently been working on automating installation
of an OS. However I want my OS to autologon which is fine with an
admin account but it doesnt work with user account.

Is there any way of adding a user account without putting it on the
disk, as I want to give the user the option of changing usernames,
where as on the disk it will be set. I have tried the following in
my winnt.sif file:

[GuiRunOnce]
Command0="net user jon jonpassword /ADD"
Command1="net localgroup Administrators jdoe /ADD"
%systemdrive%\install\Setup.exe

Basically i'm trying to create an account, then autologon with that
account and proceed to running the Setup.exe. My setup.exe works
just fine and installs but i'm struggling to solve this user
account issue.

My winnt.sif file is located on floppy, so the user can modify it
when need be.
One possible idea I have is to put a batch file on the floppy and
call this file from the winnt.sif file if thats possible?..

Then on next login it would appear as Jon Bennett. Just as a guess

http://unattended.msfn.org/
http://unattended.sourceforge.net/

Search around. I think you will solve this and many other issues with the
two sites above.
 
B

benzida badreddine \(yahoo account\)

nlite from www.nliteos.com is the solution for you
it is a free tool

regards
badreddine
System Admin
SH/BP/Statoil joint venture.

Shenan Stanley said:
jonbennett said:
Hi everyone. I've recently been working on automating installation
of an OS. However I want my OS to autologon which is fine with an
admin account but it doesnt work with user account.

Is there any way of adding a user account without putting it on the
disk, as I want to give the user the option of changing usernames,
where as on the disk it will be set. I have tried the following in
my winnt.sif file:

[GuiRunOnce]
Command0="net user jon jonpassword /ADD"
Command1="net localgroup Administrators jdoe /ADD"
%systemdrive%\install\Setup.exe

Basically i'm trying to create an account, then autologon with that
account and proceed to running the Setup.exe. My setup.exe works
just fine and installs but i'm struggling to solve this user
account issue.

My winnt.sif file is located on floppy, so the user can modify it
when need be.
One possible idea I have is to put a batch file on the floppy and
call this file from the winnt.sif file if thats possible?..

Then on next login it would appear as Jon Bennett. Just as a guess

http://unattended.msfn.org/
http://unattended.sourceforge.net/

Search around. I think you will solve this and many other issues with the
two sites above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top