Windows XP Community - XPHeads



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

microsoft.public.windowsxp.setup_deployment


Reply
  #1 (permalink)  
Old 04-06-2008, 04:47 PM
jonbennett
 
Posts: n/a
Winnt.sif file issue..really need help :-(
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-06-2008, 04:54 PM
jonbennett
 
Posts: n/a
RE: Winnt.sif file issue..really need help :-(
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-06-2008, 06:34 PM
Shenan Stanley
 
Posts: n/a
Re: Winnt.sif file issue..really need help :-(
jonbennett wrote:
> 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.


jonbennett wrote:
> 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.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 12:34 PM
benzida badreddine \(yahoo account\)
 
Posts: n/a
Re: Winnt.sif file issue..really need help :-(
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" <newshelper@gmail.com> wrote in message
news:uRWZSTBmIHA.2328@TK2MSFTNGP03.phx.gbl...
> jonbennett wrote:
>> 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.

>
> jonbennett wrote:
>> 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.
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:38 AM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74