Toon posts:

[RIS] Volledig Unattended RIS installatie

Pagina: 1
Acties:
  • 993 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Goedendag Tweakers,

Ik heb een vraagje. Ik ben nu momenteel bezig met een RIS installatie en het werkt tot nu toe heel goed. Maar ik wilde het graag helemaal gaan automatiseren zodat ik geen ok venster weg te hoeven drukken. tot nu toe is dat mij bijna allemaal gelukt behalve:

Wanneer Xp installatie voltooid is vraagt hij naar:
- Beeldscherminstellingen ok bevestiging venster (moet weg)
- Vervolgens wilt u deze resolutie behouden (moet weg)

Als Xp voor het eerst opstart wilden wij graag het volgende hebben:
- Het Welkom bij Xp waarbij je je naam moet opgeven (moet weg)
- Graag wilden wij ook dat het pc zich automatisch aanmeld op het domein
- Graag willen wij ook dat de computernaam zich met 1 ophoogt bijv: client01, volgende pc client02 etc. wij hadden dit in gedachte Client%# maar dat werkt niet voor ons


Dit hebben wij tot nu toe:
Windows Server 2003 service pack 1
Windows Xp service pack 2 (voor client)

De unattended file:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
;SetupMgrTag
[Data]
    AutoPartition=1
    MsDosInitiated="1"
    UnattendedInstall="Yes"
    floppyless="1"
    OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
    OriTyp="4"
    LocalSourceOnCD=1

[SetupData]
    OsLoadOptions="/noguiboot /fastdetect"
    SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
    Repartition=No      
    DriverSigningPolicy = Ignore
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=No
    TargetPath=\WINDOWS
    FileSystem=LeaveAlone
    NtUpgrade=No
    OverwriteOemFilesOnUpgrade=No
    InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"

[GuiUnattended]
    AdminPassword=0182bd0bd4444bf867cd839bf040d93bc22b315c040ae6e0efee3518d830362b
    EncryptedAdminPassword=Yes
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=%TIMEZONE%
    OemSkipWelcome=1

[RemoteInstall]
Repartition=no

[Components]
    calc = on
    cdplayer = off
    charmap = on
    freecell = off
    hypertrm = off
    iis_common = off
    iisdbg = off
    iis_doc = off
    iis_ftp = off
    iis_htmla = off
    iis_inetmgr = off
    iis_nntp = off
    iis_nntp_docs = off
    iis_pwmgr = off
    iis_smtp = off
    iis_smtp_docs = off 
    iis_www = off
    indexsrv_system = off
    minesweeper = off
    mousepoint = on
    mplay = off
    mswordpad = on
    paint = off
    pinball = off
    solitaire = off
    bckgzm = off
    chkrzm = off
    mshearts = off
    hrtzzm = off
    Rvsezm = off
    shvlzm = off
    spider = off
    msmsgs = off
    tourstart = off
    wmplayer = off
    moviemk = off

[UserData]
    ProductKey=blaa-blaa-blaa-blaa-blaa
    FullName="Client"
    OrgName="SofData"
    ComputerName=%MACHINENAME%

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

[TapiLocation]
    CountryCode=31
    AreaCode=3194
    LongDistanceAccess="5"

[SetupMgr]
    DistFolder=C:\windist
    DistShare=windist

[Identification]
    JoinDomain=%MACHINEDOMAIN%
    DoOldStyleDomainJoin=Yes

[Networking]
    InstallDefaultComponents=Yes
    ProcessPageSections=Yes

[RemoteInstall]
    Repartition=Yes

[OSChooser]
    Description="Microsoft Windows XP Professional EN SP2"
    Help="This will install Windows Professional in a standard configuration."
    LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
    ImageType=Flat

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

Lees je Deployment Kit help files (deploy.chm en ref.chm) nou nog eens goed door....

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


  • max
  • Registratie: Juni 2001
  • Niet online

max

a.k.a. Bezwaarbaard

Ik denk dat je aan deze site heel veel hebt. Het is voornamelijk op een unattended cd-installatie toegespitst, maar de switches in je unattend-file werken ook met RIS.

http://unattended.msfn.org/unattended.xp/

Bald by design, beard by choice.

Inzien dat je iets niet weet, is belangrijker dan alles weten.