Jump to content

2 problems or 1?


Recommended Posts


Can you post the contents of WINNT.BAT file please.

@rem SetupMgrTag

@echo off

rem

rem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.

rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.

rem

set AnswerFile=.\Winnt.sif

set SetupFiles=.\i386

F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%

Link to comment
Share on other sites

@Mhz

If you've included it in I386 folder - as blasted has - and it contains incorrect info then it could be the cause of his prob.

You either leave it out - as most of us do - OR if you use it, it must contain the correct info.

Link to comment
Share on other sites

@Mhz

If you've included it in I386 folder - as blasted has - and it contains incorrect info then it could be the cause of his prob.

You either leave it out - as most of us do - OR if you use it, it must contain the correct info.

It should not be there. And would doubt that it would be interpreted as it resides on a floppy if used.

Info means nothing. Ok.

Link to comment
Share on other sites

Can you post the contents of WINNT.BAT file please.

@rem SetupMgrTag

@echo off

rem

rem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.

rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.

rem

set AnswerFile=.\Winnt.sif

set SetupFiles=.\i386

F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%

Try This For Your Winnt.bat

@rem SetupMgrTag

@echo off

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%i

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.

Rem

set AnswerFile=.\winnt.sif

set SetupFiles=%CDROM%:\i386

%CDROM%:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang

Link to comment
Share on other sites

Can you post the contents of WINNT.BAT file please.

@rem SetupMgrTag

@echo off

rem

rem Dit is een voorbeeldbatchscript dat door Installatiebeheer is gegenereerd.

rem Als dit script is verplaatst van de locatie waar het is gemaakt, dient het mogelijk te worden aangepast.

rem

set AnswerFile=.\Winnt.sif

set SetupFiles=.\i386

F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%

Try This For Your Winnt.bat

@rem SetupMgrTag

@echo off

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%i

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.

Rem

set AnswerFile=.\winnt.sif

set SetupFiles=%CDROM%:\i386

%CDROM%:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang

i tryed to install butt still the sama problem(s) windows get installed unattended with the account i made,butt still i cant get past the create user account, setup internet

and my setup.cmd dont start,why wont this work for me??? :realmad:

Link to comment
Share on other sites

2blasted: Hope so this will solve your problem:

to skip User etc. part (OOBE), U need to provide UnattendSwitch=yes...

Instead U got UnattendSwitch="yes"

Just remove quotation mark

About second problem - after installation, can u see setup.cmd in that local folder?

what do u mean by local folder?

Link to comment
Share on other sites

The files from $oem$\$1\Install will be copied to your local drive... There should be path c:\Install - can U see setup.cmd in that folder?

the only 3 folders i see in c are documents and settings , programfiles and windows.

i want to tell again that i test the unattend cd with virtual pc

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