Subversion Repositories Code-Repo

Rev

Rev 19 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
19 Kevin 1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- 
3
The settings XML file should be in the following format:
4
<Settings>
5
	<Program>
6
		<SoftwareFormWidth></SoftwareFormWidth>				// Width in px
7
		<DriverFormWidth></DriverFormWidth>					// Width in px
8
		<CheckForMatchingModel></CheckForMatchingModel>		// true|false
9
	</Program>
10
	<Applications>
11
		<Application>			// Note: Can have multiple entries here
12
			<Name></Name>
13
			<Default></Default>		// Optional, yes|no, defaults to no
14
			<Group></Group>			// Optional, defaults to none
15
			<Setup>
16
				<Location Args=""></Location>
17
			</Setup>
18
		</Application>
19
	</Applications>
20
	<Drivers>
21
		<Driver>				// Note: Can have multiple entries here
22
			<Name></Name>
23
			<Setup>
24
				<Location Args=""></Location>
25
			</Setup>
26
		</Driver>
27
	</Drivers>
28
</Settings> 
29
-->
30
 
31
<Settings>
32
	<Program>
33
		<SoftwareFormWidth>210</SoftwareFormWidth>
34
		<DriverFormWidth>180</DriverFormWidth>
35
		<CheckForMatchingModel>false</CheckForMatchingModel>
36
	</Program>
37
	<Applications>
38
		<Application>
39
			<Name>Adobe Reader</Name>
40
			<Default>Yes</Default>
41
			<Setup>
42
				<Location Args="">\Installer Files\Adobe\Setup.exe</Location>
43
			</Setup>
44
		</Application>
45
		<Application>
46
			 <Name>Google Chrome</Name>
47
			 <Default>No</Default>
48
			 <Setup>
49
				<Location Args="">\Installer Files\Chrome\Setup.exe</Location>
50
			 </Setup>
51
		</Application>
52
		<Application>
53
			 <Name>Mozilla Firefox</Name>
54
			 <Default>Yes</Default>
55
			 <Setup>
56
				<Location Args="">\Installer Files\Firefox 3.6.8\Setup.exe</Location>
57
			 </Setup>
58
		</Application>
59
		<Application>
60
			 <Name>DyKnow x32</Name>
61
			 <Default>Yes</Default>
62
			 <Setup>
63
				<Location Args="">\Installer Files\DyKnow 32-bit Installation\DyKnowInstall53_x86.msi</Location>
64
			 </Setup>
65
		</Application>
66
		<Application>
67
			 <Name>LabView</Name>
68
			 <Default>No</Default>
69
			 <Setup>
70
				<Location Args="">\Installer Files\LabView R2009s\Setup.exe</Location>
71
			 </Setup>
72
		</Application>
73
		<Application>
74
			 <Name>MatLab x32</Name>
75
			 <Default>No</Default>
76
			 <Setup>
77
				<Location Args="">\Installer Files\Matlab\R2010a-32bit\setup.exe</Location>
78
			 </Setup>
79
		</Application>
80
		<Application>
81
			 <Name>Microsoft Office 2010</Name>
82
			 <Default>Yes</Default>
83
			 <Setup>
84
					<Location Args="">\Installer Files\Microsoft\Office 2010\Setup.exe</Location>
85
			 </Setup>
86
		</Application>
87
		<Application>
88
			 <Name>MalwareBytes</Name>
89
			 <Default>Yes</Default>
90
			 <Setup>
91
				<Location Args="">\Installer Files\MalwareBytes\mbam-setup-1.46.exe</Location>
92
			 </Setup>
93
		</Application>
94
		<Application>
95
			 <Name>Microsoft Security Essentials</Name>
96
			 <Default>No</Default>
97
			 <Group>Antivirus</Group>
98
			 <Setup>
99
				<Location Args="">\Installer Files\Microsoft\Security Essentials\Setup x32.exe</Location>
100
			 </Setup>
101
		</Application>
102
		<Application>
103
			 <Name>Symantec Antivirus</Name>
104
			 <Default>Yes</Default>
105
			 <Group>Antivirus</Group>
106
			 <Setup>
107
				<Location Args="">\Installer Files\Symantec Antivirus\vtsep1106000.exe</Location>
108
			 </Setup>
109
		</Application>
110
	</Applications>
111
	<Drivers>
112
		<Driver>
113
			 <Name>Fujitsu T4220</Name>
114
			 <Setup>
115
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\System Extension\Setup.exe</Location>
116
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\Audio\Setup.exe</Location>
117
				<Location Args='/s /v\"/qb\"'>\Installer Files\Drivers\Fujitsu\T4220\Bluetooth\Setup.exe</Location>
118
				<Location Args="/s /se">\Installer Files\Drivers\Fujitsu\T4220\Button Driver\DPInst.exe</Location>
119
				<Location Args="-s">\Installer Files\Drivers\Fujitsu\T4220\Display\Setup.exe</Location>
120
				<Location Args='/s /v\"/qb\"'>\Installer Files\Drivers\Fujitsu\T4220\Fingerprint\Setup.exe</Location>
121
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\Hotkey Utility\Setup.exe</Location>
122
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\Media Slot O2Micro\Setup.exe</Location>
123
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\Pen\Setup.exe</Location>
124
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\SmartCard O2Micro\Setup.exe</Location>
125
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\Touchpad\Setup.exe</Location>
126
				<Location Args="/s /sms">\Installer Files\Drivers\Fujitsu\T4220\Wireless\Setup.exe</Location>
127
				<Location Args='/s /v\"/qb\"'>\Installer Files\Drivers\Fujitsu\T4220\Button Utilities\Setup.exe</Location>
128
			 </Setup>
129
		</Driver>
130
		<Driver>
131
			<Name>Fujitsu T5010</Name>
132
			<Setup>
133
				<Location Args="">\Installer Files\Drivers\Fujitsu\T5010\Setup.exe</Location>
134
			</Setup>
135
		</Driver>
136
		<Driver>
137
			 <Name>Toshiba M700</Name>
138
			 <Setup>
139
				<Location Args="">\Installer Files\Drivers\Toshiba\tsi4win7.exe</Location>
140
			 </Setup>
141
		</Driver>
142
		<Driver>
143
			 <Name>Toshiba M750</Name>
144
			 <Setup>
145
				<Location Args="">\Installer Files\Drivers\Toshiba\tsi4win7.exe</Location>
146
			 </Setup>
147
		</Driver>
148
	</Drivers>
149
</Settings>