Jump to content

Set Up was not started


Recommended Posts

Hi everybody,

I have posted one topic yesterday, but didnot recieved any help. I tried to do unattended installation over a network. So I created distribution folfder on one computer . The structure of it is -

-I386

- $OEM$

- unattend.bat

- unattend.txt

I was able to start the other computer with win-95 network boot dik and was able to connect to this folder and given a command to run the batch file unattend.bat .

My batch file is like this-

@rem SetupMgrTag

@echo off

rem

rem This is a SAMPLE batch script generated by the Setup Manager Wizard.

rem If this script is moved from the location where it was generated, it may have to be modified.

rem

set AnswerFile=.\unattend.txt

set SetupFiles=x:\I386

x:\I386\winnt /s:%SetupFiles% /unattend:%AnswerFile%

x is the drive that I mapped to the shared folder.

And my answer file is

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

Repartition=yes

UnattendSwitch="Yes"

WaitForReboot="No"

[GuiUnattended]

AdminPassword=b39830a76499f0b78cb7766162afc4f39843cc2ea4e32dd53443f37c1c424d3e

EncryptedAdminPassword=Yes

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="CERI"

OrgName="uom"

ComputerName=coputer1

[setupMgr]

DistFolder=C:\whistlerdist1

DistShare=whistlerdist1

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Kindly give me any suggestions.

Edited by sswapna
Link to comment
Share on other sites


Hi :hello:

First things first, please remove your serial key (I already collected two keys on this board today :whistle::P )

I don't know much about network installs but i will try to help

Do you get any errors?

Maybe this topic can help you out

Edited by erik_demon
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...