Jump to content

Recommended Posts

Posted

I have tried everything imaginable, searched the board and internet and ripped my hair off. Still can't get my unattended to work quite like i want it to.

So now I will post some images of the errors I get during install:

First error:

error1_program.JPG

It says that it can't find the file C:\Program whitch is where I install all the programs to. But everything is installed cerrectly anyway.

Second error:

error2_roboot.JPG

In cmdlines.txt i have a line that starts an unattended installation of McAffe AV 7.1 and it looks like this: "c:\Install\AV710SV\SETUP.EXE /qn"

The switches are quick and no reboot, but I still get the above message

Third error:

error3_login.JPG

I made a completly new image from scratch with nLite in witch I stated NO auto login. And I still get this... The problem occours everytime i boot the computer.

Fourth error:

error4_firewall.JPG

When the computer boots into windows for the first time Windows SP2 firewall blocks this program (whatever it is). And it's just enoying :D

Problems 1-3 are the ones that are important anyway.

Some info about the Unattended installation:

I Install everything from cmdlines using MSI packages or manufactor specifik unattended installations.

During T-13 it also installs Novell Client 4.91 SP1 (Could be helpful?)

CMDLINES.TXT:

[COMMANDS]"C:\Install\WMS\WMS.exe /q"

"c:\Install\Inst\NWCLIENT\I386\SETUPNW.EXE /U:C:\Install\Inst\NWCLIENT\I386\UNATTEND.TXT"

"c:\Install\AV710SV\SETUP.EXE /qn"

"C:\windows\system32\msiexec.exe /I c:\Install\Office97\office97.msi"

"C:\windows\system32\msiexec.exe /I C:\Install\VNC\VNC.msi"

"C:\windows\system32\msiexec.exe /I C:\Install\Acro6Swe\Acro32.msi"

"REGEDIT /S regtweaks.reg"


Posted
C:\Program

in your batch file or however u are calling that program, u are missing quotes " "

it should look like this

"%Programfiles%\something.exe"

& for your virus thing, u cant run a setup.exe with .msi switches, u need 1 or the other :)

EDIT:

instead of having those lines in cmdlines.txt just add a refrence to a cmd file & use those lines in a cmd file

also, u have files being called with no switches, u should add the appropriate switches :)

Posted
C:\Program

in your batch file or however u are calling that program, u are missing quotes " "

In which batch file would that be? A file for a specific program or cmdlines? I'm not using any "home-made" batch files yet...

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