1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Unattended Install= Yes

Discussion in 'All other topics' started by Noqoilpi, Apr 24, 2005.

  1. Noqoilpi

    Noqoilpi Regular member

    Joined:
    Jan 29, 2005
    Messages:
    366
    Likes Received:
    0
    Trophy Points:
    26
    I am putting together a file for an unattended install. XP Pro is the OS.

    [Data]
    AutoPartition=1
    MsDosInitiated= 0
    UnattendedInstall= Yes

    [Unattended]
    DUDisable = Yes
    DriverSigningPolicy=Ignore
    === ExtendOemPartition = "MB ?"
    === FactoryMode = Yes
    Hibernation = No
    === OemFilesPath = "%SYSTEMDRIVE%\OEM_Files"
    OemPnPDriversPath=drivers\RAID
    Repartition = Yes
    TargetPath=\WINDOWS
    OemSkipEula=Yes
    OemPreinstall=Yes
    UnattendMode=FullUnattended
    UnattendSwitch = Yes
    WaitForReboot= No

    [PCHealth]
    ER_Enable_Reporting = 0
    RA_AllowToGetHelp = 0

    [SetupParams]
    === UserExecute="C:\folder1\folder2\example.exe /s1 /s2"

    [SystemRestore]
    CheckpointCalendarFrequency = 20
    MaximumDataStorePercentOfDisk = 2
    RestorePointLife = 30



    [GuiUnattended]
    AdminPassword= [EDIT]
    EncryptedAdminPassword=Yes
    AutoLogon=Yes
    AutoLogonCount=1
    === DetachedProgram = "%SYSTEMDRIVE%\extras\install.exe"
    === Arguments = /n/s
    OEMSkipRegional=1
    TimeZone=20
    OemSkipWelcome=1

    [UserData]
    ProductKey= [EDIT]
    FullName= [EDIT]
    OrgName= [EDIT]
    ComputerName= [EDIT]

    [Display]
    BitsPerPel=32
    Xresolution=1024
    YResolution=768
    Vrefresh=60

    [Identification]
    JoinWorkgroup= [EDIT]

    [Components]
    AccessOpt = Off
    Clipbook = Off
    Deskpaper = Off
    Dialer = Off
    Hearts = Off
    Hypertrm = Off
    Iis_webadmin = Off
    Licenseserver = Off
    Media_clips = Off
    Minesweeper = Off
    Msnexplr = Off
    Mswordpad = Off
    OEAccess = Off
    Paint = Off
    Pinball = Off
    Pop3Service = Off
    Pop3Srv = Off
    Rec = Off
    Solitaire = Off
    Spider = Off
    Vol = Off
    WMAccess = Off
    Zonegames = Off


    Any comments would be helpful. Looking for help on the disk partition unattended install w/ winnt.sif
    Thanx


    === [not complete yet]



    [EDIT] Anyone know a good forum site for OS questions?
     
    Last edited: Apr 24, 2005
  2. CJC

    CJC Regular member

    Joined:
    Aug 23, 2004
    Messages:
    585
    Likes Received:
    1
    Trophy Points:
    26
    Hey

    That looks pretty good, you may want to check out http://unattended.msfn.org/ has alot of help there, and they have a forum that you can ask Q's.

    CJC
     
  3. Noqoilpi

    Noqoilpi Regular member

    Joined:
    Jan 29, 2005
    Messages:
    366
    Likes Received:
    0
    Trophy Points:
    26
    Thanks for the link. It has be fun trying to put this together, but it will pay off each time I re-install.
     

Share This Page