Jump to content

cyclopops

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by cyclopops

  1. Did you make sure your .bat file is also renamed to winnt.bat as well?

    Also you must edit the .bat file so this line looks like this:

    set AnswerFile=.\winnt.sif

    done that still no joy :(

    im getting frustrated now

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

    rem

    set AnswerFile=.\Winnt.sif

    set SetupFiles=.:\i386

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

  2. i have created an unattended txt and bat file and renamed the txt file to winnt.sif (using the rename command in dos)

    but when i try and load the disk in virtual pc i get the error :- CDboot - cannot boot from cd - code 4

    am i missing something (it is in my i386 folder)

    here is my .sif file

    [unattended]

    Unattendmode=FullUnattended

    OemPreinstall=No

    TargetPath=\WINDOWS

    Filesystem=*

    OemSkipEula=Yes

    [GuiUnattended]

    TimeZone=85

    AdminPassword=*

    AutoLogon=Yes

    AutoLogonCount=1

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    OemSkipWelcome=1

    [Display]

    BitsPerPel=16

    XResolution=1024

    YResolution=768

    VRefresh=70

    [Networking]

    InstallDefaultComponents=Yes

    [identification]

    JoinWorkgroup=Workgroup

    [userData]

    FullName="end user"

    OrgName="none"

    ComputerName=downstairs

    ProductKey=**************************

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [RegionalSettings]

    LanguageGroup=1

    Language=00000809

    [branding]

    BrandIEUsingUnattended=Yes

    [Proxy]

    Proxy_Enable=0

    Use_Same_Proxy=0

    [Components]

    freecell=off

    hearts=off

    minesweeper=off

    pinball=off

    solitaire=off

    spider=off

    zonegames=off

×
×
  • Create New...