Jump to content

line 18 invalid


Recommended Posts

im a noob just trying this out but keep getting this error message

line 18 invalid in winnt.sif which one is line 18 (changed full name which i thoght was 18 still same message)

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

TargetPath=\WINDOWS

DriverSigningPolicy=Ignore

OemPnPDriversPath=Drivers\ATI\2KXP_INF;Drivers\nForce\3Com;Drivers\nForce\AudioDrv;

Drivers\nForce\AudioUtl;Drivers\nForce\Ethernet;Drivers\nForce\GART;Drivers\nForce\MemCtl;

Drivers\nForce\nvIDE;Drivers\nForce\IDE;Drivers\SATA;Drivers\nForce\SMBus

[GuiUnattended]

AdminPassword=""""""

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductKey=

FullName=""

OrgName=""

ComputerName=

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=60

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Link to comment
Share on other sites


line 18 refers to the guiunattended, but i am not seeing anything unless it has something to do with the admin password, if there is no password it should have only 1 mark on it, unless u have those marks in there in place of the password, also is the time zone code correct???

[GuiUnattended]

AdminPassword=""""""

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

Link to comment
Share on other sites

Line 18 appears to be AdminPassword=""""""

Too many of those quotation marks are causing the error, when there should only be two.

If you don't want a password set, use:

AdminPassword=*

And if you do... use:

AdminPassword="yourpasswordhere"

Link to comment
Share on other sites

xcellent its working now thanks for the help people :rolleyes:

im now going to have a look at others work see what else i can pick up

just a question i was thinking

of though :)

could i setup my blueyonder internet access through this method

its an application

Link to comment
Share on other sites

just a question i was thinking

of though :)

could i setup my blueyonder internet access through this method 

its an application

Might be possible, try to identify what installer package it uses by viewing the Install Types listed at http://www.MSFN.org/unattended/xp/applications.htm then you should be able to work your way from there.

Link to comment
Share on other sites

1. Start the setup application using the -R switch (Use Command Prompt)

e.g.

Setup.exe -R

2. The normal setup screens will appear, asking you questions as you go along such as destination directory, etc. It's CRUCIAL that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.

SORRY for asking but :) could someone explain how i go about doing this

in command prompt

what is the r switch

trying to setup kerio firewall

Link to comment
Share on other sites

Start>Run>Command promt

After that copy the directory link in to Command Promt (Or Just Drag the Files in to the Window for Command promt) and press the space bar and type -R and hit enter this will create a setup.iss file in the Windows Directory.

DONT CHOSE RESTART TAHT THE END OF THE PROGRAM

after setup has finshed copy the setup.iss file to where you need it.

:)

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