Bhavin78
IS-IT--Management
- Oct 26, 2004
- 320
I tried to create answer file and do unattended installation but it failed.
here the file i used
UNAttned.bat
@rem SetupMgrTag
@echo off
rem
rem This is a SAMPLE batch script generated by Setup Manager.
rem If this script is moved from the location where it was generated, it may have to be modified. My Cd drive was D:\ and floppy A:\. Please check the below file and let me know if i did something wrong. For some reason it did not pickup answer file from floppy.
2)
how it works if I dont have floppy drive? is it possible to put it on CD
rem
set AnswerFile=.\unattend.txt
set SetupFiles=D:\i386
D:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%
-----------------------------------------------------------
UNATTEND.txt
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
Repartition=No
UnattendSwitch=yes
WaitForReboot=No
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="FULL Name"
OrgName="ORGName"
ComputerName=CompName
[LicenseFilePrintData]
AutoMode=PerSeat
[TapiLocation]
CountryCode=1
AreaCode=888
LongDistanceAccess="9"
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
UNAttend.bat
here the file i used
UNAttned.bat
@rem SetupMgrTag
@echo off
rem
rem This is a SAMPLE batch script generated by Setup Manager.
rem If this script is moved from the location where it was generated, it may have to be modified. My Cd drive was D:\ and floppy A:\. Please check the below file and let me know if i did something wrong. For some reason it did not pickup answer file from floppy.
2)
how it works if I dont have floppy drive? is it possible to put it on CD
rem
set AnswerFile=.\unattend.txt
set SetupFiles=D:\i386
D:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%
-----------------------------------------------------------
UNATTEND.txt
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
Repartition=No
UnattendSwitch=yes
WaitForReboot=No
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="FULL Name"
OrgName="ORGName"
ComputerName=CompName
[LicenseFilePrintData]
AutoMode=PerSeat
[TapiLocation]
CountryCode=1
AreaCode=888
LongDistanceAccess="9"
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
UNAttend.bat