-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
22 lines (20 loc) · 775 Bytes
/
config.xml
File metadata and controls
22 lines (20 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Configuration>
<Package Id="sts">
<Setting Id="LAUNCHEDFROMSETUPSTS" Value="Yes"/>
<Setting Id="REBOOT" Value="ReallySuppress"/>
<Setting Id="SETUPTYPE" Value="CLEAN_INSTALL"/>
</Package>
<Package Id="spswfe">
<Setting Id="SETUPCALLED" Value="1"/>
<Setting Id="REBOOT" Value="ReallySuppress"/>
<Setting Id="OFFICESERVERPREMIUM" Value="1" />
</Package>
<ARP ARPCOMMENTS="" ARPCONTACT="" />
<INSTALLLOCATION Value="%INSTALLLOCATION%" />
<DATADIR Value="%DATADIR%" />
<Logging Type="verbose" Path="%temp%" Template="Office Server Setup(*).log"/>
<Display Level="basic" CompletionNotice="No" AcceptEula="Yes"/>
<Setting Id="SERVERROLE" Value="APPLICATION"/>
<Setting Id="USINGUIINSTALLMODE" Value="1"/>
<PIDKEY Value="" />
</Configuration>