Jump to content

Dw2k

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Dw2k

  1. Having the same problems as the OP, getting that error message using either the switches or using an AutoIT script.

    I wouldn't post unless I wasn't having any joy as I usually get the answer from a search, and i've managed to get the rest of my unattended install working fine that way. Its just ZoneAlarm giving me gip now :no:

    I'm talking about the free ZoneAlarm, and I downloaded whichever version is current as of today.

    This is my current switch:

    zlsetup.exe /s /i /noreboot

    I have also created and AutoIT script and tried that but I still get the error.

    If there's no way around it then i'll just dump the .exe to C:\ and then perform a manual install once everything else has finished. :}

  2. Hi guys, im getting quite far with my cd now :rolleyes: Just one niggle at the moment, namely this screen: http://www.fwibble.org/unattended.png

    I can't get it to go away as it ask's me to create a user each time. I have tried the following:

    ECHO Adding User "Dave"
    net user Dave /add
    net localgroup "administrators" Dave /add
    net localgroup "users" Dave /delete
    net user administrator /active:no
    ECHO.

    REGEDIT /S %systemdrive%\Install\user.reg

    Thats in my main_batch.bat file

    and I also have

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "DefaultUserName"="Dave"
    "DefaultPassword"=""
    "AutoAdminLogon"="1"

    In user.reg file.

    What I dont get is that the batch files are executed AFTER the Welcome to Windows screen so how does it work? When I ran the code above it gave errors saying the user already existed, well thats obvious as I had to make it to get past the screen..then the batch files ran?

    As you might tell im just a little confused right now :)

×
×
  • Create New...