프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.wxs @ e76cec4e

이력 | 보기 | 이력해설 | 다운로드 (41.3 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
	<?define SourceDir=".\ID2.Manager\Bin\x64"?>
4
	<Product Id="*" Name="ID2.Manager" Language="1033" Version="{VERSION}" Manufacturer="DOFTECH(C)" UpgradeCode="F156E4E8-D9B7-488B-B090-59099CBA9C0A">
5
		<Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
6

    
7
		<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes"/>
8
		<MediaTemplate EmbedCab="yes"/>
9
    
10
    <WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" />
11
    
12
		<Feature Id="ProductFeature" Title="ID2.Manager" Level="1">
13
			<ComponentGroupRef Id="ID2.Manager" />
14
		</Feature>
15
	</Product>
16

    
17
	<Fragment>
18
		<Directory Id="TARGETDIR" Name="SourceDir">
19
			<Directory Id="DesktopFolder" Name="Desktop">
20
				<Component Id="DesktopShortcut" Guid="CD964A35-B087-41C0-A3F2-FCA094D434B4" Feature="ProductFeature">
21
					<RegistryValue Root="HKCU" Key="Software\DOFTECH\ID2.Manager" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
22
					<Shortcut Id="DesktopShortcut"
23
						Directory="DesktopFolder"
24
						Name="ID2.Manager"
25
						Description="ID2.Manager"
26
						Target="[INSTALLFOLDER]ID2.Manager.exe"
27
						WorkingDirectory="INSTALLFOLDER" />
28
					<RemoveFolder Id="DesktopFolder" On="uninstall"/>
29
				</Component>
30
			</Directory>
31
      
32
			<Directory Id="ProgramFiles64Folder">
33
			<Directory Id="COMPANYFOLDER" Name="DOFTECH">
34
				<Directory Id="INSTALLFOLDER" Name="ID2.Manager" />
35
			</Directory>  
36
			</Directory>
37
		</Directory>
38
  
39
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
40
    <UI>
41
      <UIRef Id="WixUI_InstallDir"/>
42
      <Publish Dialog="WelcomeDlg"
43
        Control="Next"
44
        Event="NewDialog"
45
        Value="InstallDirDlg"
46
        Order="2">1</Publish>
47
      <Publish Dialog="InstallDirDlg"
48
        Control="Back"
49
        Event="NewDialog"
50
        Value="WelcomeDlg"
51
        Order="2">1</Publish>
52
      <Publish Dialog="ExitDialog" 
53
        Control="Finish" 
54
        Event="DoAction" 
55
        Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed
56
      </Publish>
57
    </UI>
58
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch ID2.Manager" />
59
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]ID2.Manager.exe" />
60
	<Property Id='ARPPRODUCTICON' Value='ico47140ecdfae84fe09958039b2cc8ed30' />
61
	
62
    <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
63
	</Fragment>
64

    
65
  <!--In Insert-->
66
    
67
  <Fragment>
68
    <DirectoryRef Id="TARGETDIR">
69
      <Component Id="cmpAE447E352D554D4AAE8A820FA0568974" Guid="87E38315-6D9D-46FA-9880-1B266AD9995E" KeyPath="yes">
70
        <RegistryKey ForceCreateOnInstall="yes" Key="ID2.Manager\shell\open" Root="HKCR" />
71
      </Component>
72
    </DirectoryRef>
73
  </Fragment>
74
  
75
  <Fragment>
76
    <DirectoryRef Id="TARGETDIR">
77
      <Component Id="cmpD99B06AAA26E44F393CC7ACCC4DB9802" Guid="4F406CFB-07EA-41C7-B53B-CE5B260BE12F" KeyPath="yes">
78
        <RegistryKey Key="ID2.Manager\shell\open\command" Root="HKCR">
79
          <RegistryValue Value="&quot;C:\Program Files\DOFTECH\ID2.Manager\ID2.Manager.exe&quot; &quot;%1&quot;" Type="string" />
80
        </RegistryKey>
81
      </Component>
82
    </DirectoryRef>
83
  </Fragment>
84
  
85
  <Fragment>
86
    <DirectoryRef Id="TARGETDIR">
87
      <Component Id="cmpB14D3D9117FB4C7B8E43D9E23887C2EA" Guid="7E8D78EE-05A6-4B44-8F1B-27115DEB5DC5" KeyPath="yes">
88
        <RegistryKey ForceCreateOnInstall="yes" Key="ID2.Manager\shell" Root="HKCR" />
89
      </Component>
90
    </DirectoryRef>
91
  </Fragment>
92
  
93
  <Fragment>
94
    <DirectoryRef Id="TARGETDIR">
95
      <Component Id="cmpFA1A5F44FB784D4489A74901C12A502A" Guid="EA7ABEF4-90C5-4603-B861-576A769E5ED5" KeyPath="yes">
96
        <RegistryKey Key="ID2.Manager" Root="HKCR">
97
          <RegistryValue Name="URL Protocol" Value="" Type="expandable" />
98
        </RegistryKey>
99
      </Component>
100
    </DirectoryRef>
101
  </Fragment>
102
    <!--In Insert-->
103
  
104
<Fragment>
105
    <DirectoryRef Id="INSTALLFOLDER" >
106
		<Directory Id="dir2B239942F0118CE11873D17A80108E27" Name="Template" />
107
        <Directory Id="dir43FCCFA109FBF584D9155DCE31E452EB" Name="x64" />
108
        <Directory Id="dir97F42FF68945B97AAE670945C4FDAE93" Name="x86" />
109
		<Directory Id="CommonAppDataFolder">
110
			<Directory Id="MyAppDataFolder" Name="ID2.Manager" >
111
				<Component Id="CreateMyAppDataFolder" Guid="CF66218F-70C2-46A8-8993-131F80FEF6C0" Win64='yes'>
112
				<CreateFolder />
113
				</Component>
114
			</Directory>
115
		</Directory>
116
    </DirectoryRef>
117
</Fragment>    
118
  
119
	<Fragment>
120
		<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
121
			<!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
122
			<!-- <Component Id="ProductComponent"> -->
123
				<!-- TODO: Insert files, registry keys, and other resources here. -->
124
			<!-- </Component> -->
125
		</ComponentGroup>
126
	</Fragment>
127
	   
128
  <Fragment>  
129
    <ComponentGroup Id="ID2.Manager">
130
		<ComponentRef Id="CreateMyAppDataFolder" />
131
      
132
		<Component Id="cmpCF480E2327970B6D358686AF8F514BEE" Directory="INSTALLFOLDER" Guid="849EF6CD-E3BC-41E3-A1C4-A02B312DFFA5" Win64="yes">
133
                <File Id="fil89227B63B44550B786ECE70B2490D459" KeyPath="yes" Source="$(var.SourceDir)\ACCAMERA_23.7_14.tx" />
134
            </Component>
135
            <Component Id="cmpD2B2075192363DC8A63183A02868EC24" Directory="INSTALLFOLDER" Guid="CF12644A-C714-4CC4-8208-FDEF4032277D" Win64="yes">
136
                <File Id="fil7FE9AC1BC99893AB8E3D0A01DCD2C06D" KeyPath="yes" Source="$(var.SourceDir)\AcDbPointCloudObj_23.7_14.tx" />
137
            </Component>
138
            <Component Id="cmpFA867C824CA323025ED5227F133DA2DC" Directory="INSTALLFOLDER" Guid="3481BC39-2F72-4306-8692-992C2D471C22" Win64="yes">
139
                <File Id="fil6E3251BAE65B7DD890BBA7BE34283B3D" KeyPath="yes" Source="$(var.SourceDir)\AcDgnLS_23.7_14.tx" />
140
            </Component>
141
            <Component Id="cmpE71F48F3A8417D59ADD1B27EE49682E2" Directory="INSTALLFOLDER" Guid="EA872759-6C3C-4599-A1A3-775CF003824F" Win64="yes">
142
                <File Id="fil07633D0E8E8F60C1E6111EDB0F1812C2" KeyPath="yes" Source="$(var.SourceDir)\AcGeolocationObj_23.7_14.tx" />
143
            </Component>
144
            <Component Id="cmp7E86DE20C89AC5005EC9FF9CA19B2CA3" Directory="INSTALLFOLDER" Guid="C0C14A9F-442D-467D-BBAC-1C7350A10196" Win64="yes">
145
                <File Id="filD3DBA9757548470D8A056BE3C85BADCF" KeyPath="yes" Source="$(var.SourceDir)\AcIdViewObj_23.7_14.tx" />
146
            </Component>
147
            <Component Id="cmp023EE3EA20F26DB8FB6B7C9F8D1797F1" Directory="INSTALLFOLDER" Guid="BBC31987-FAA6-4480-87EF-798251502709" Win64="yes">
148
                <File Id="filA448E4C5571F698DBC17683E5C8E3E85" KeyPath="yes" Source="$(var.SourceDir)\AcModelDocObj_23.7_14.tx" />
149
            </Component>
150
            <Component Id="cmpA3D897AB376385B4C7AB1F1B33200AB3" Directory="INSTALLFOLDER" Guid="AE60F91D-912A-49BA-8862-DDFF92465569" Win64="yes">
151
                <File Id="fil40BCE664C925C11B0B3641B66AD22E56" KeyPath="yes" Source="$(var.SourceDir)\AcMPolygonObj15_23.7_14.tx" />
152
            </Component>
153
            <Component Id="cmpD74D60C7E5B477AAA976C08340AD182B" Directory="INSTALLFOLDER" Guid="6343B68E-69FC-48F4-9348-1B7ED28EEE1D" Win64="yes">
154
                <File Id="fil4D71C506706F34E72839BDD09A35AB07" KeyPath="yes" Source="$(var.SourceDir)\AECIIB_23.7_14.tx" />
155
            </Component>
156
            <Component Id="cmpF5C5B88D7E89381608551F356910A40F" Directory="INSTALLFOLDER" Guid="395950F3-2EFA-46FE-BC74-E4115D936610" Win64="yes">
157
                <File Id="fil0FBDFC803245944A05272CB8176B4F39" KeyPath="yes" Source="$(var.SourceDir)\ATEXT_23.7_14.tx" />
158
            </Component>
159
            <Component Id="cmp7779D56464AB9E381D48CD21692AD829" Directory="INSTALLFOLDER" Guid="13F5B3DF-337D-4AE2-9253-2400BE2C529A" Win64="yes">
160
                <File Id="filAAF0AEA07523191D440B8E536001EBE0" KeyPath="yes" Source="$(var.SourceDir)\AutoSurfServices_23.7_14.tx" />
161
            </Component>
162
            <Component Id="cmpCF9B3A227754E55B2A4622BDADF51333" Directory="INSTALLFOLDER" Guid="7FE20E5D-3EDF-4120-8EE5-BEDBD93E5107" Win64="yes">
163
                <File Id="fil244CDAED28510644E512EA1DBCB9390F" KeyPath="yes" Source="$(var.SourceDir)\BouncyCastle.Crypto.dll" />
164
            </Component>
165
            <Component Id="cmp7AE0D122704C7689A1E52EC6CB4F4F56" Directory="INSTALLFOLDER" Guid="2E609F4E-BB82-46AB-96C7-F12293F99F41" Win64="yes">
166
                <File Id="fil3593701DEEA82A0DCF68148B1E5B807A" KeyPath="yes" Source="$(var.SourceDir)\CopyModules.dll" />
167
            </Component>
168
            <Component Id="cmp982E5DECEE76A226011846689B9D0FE6" Directory="INSTALLFOLDER" Guid="B891C434-C05D-4577-A231-99AFF486954B" Win64="yes">
169
                <File Id="fil518ACC7F41C6FD0A07B8DDBC34D608FB" KeyPath="yes" Source="$(var.SourceDir)\Dapper.dll" />
170
            </Component>
171
            <Component Id="cmpCEAF046634D88764CBFB723CD6FBDB3C" Directory="INSTALLFOLDER" Guid="E060C5E4-27E1-41A6-9051-10166BB2B198" Win64="yes">
172
                <File Id="fil0A2EA178AF5B5DB59A084D25E5BC7169" KeyPath="yes" Source="$(var.SourceDir)\DapperParameters.Nuget.dll" />
173
            </Component>
174
            <Component Id="cmp423D620AF40BB98301D9BB0B5B46EF28" Directory="INSTALLFOLDER" Guid="6AA5E622-10E5-45F4-83B1-4EEE5053E52F" Win64="yes">
175
                <File Id="filFE55995C9A3C22E8860BA3F7F5C99481" KeyPath="yes" Source="$(var.SourceDir)\DbConstraints_23.7_14.tx" />
176
            </Component>
177
            <Component Id="cmp5CFB0D2AC8990AF08B0C6CC102ACD1A6" Directory="INSTALLFOLDER" Guid="2F9CF364-632B-420A-950A-3A71F2E04E4E" Win64="yes">
178
                <File Id="filC9896F653E4FFD3296A0929EC4E57291" KeyPath="yes" Source="$(var.SourceDir)\devDept.Eyeshot.Control.Win.v2022.dll" />
179
            </Component>
180
            <Component Id="cmp9BFA3930A2B43DFA258A7D909D7EA10D" Directory="INSTALLFOLDER" Guid="0F5F02F5-2EAB-4026-8BD1-A7BFD811AD78" Win64="yes">
181
                <File Id="fil473C3840C69041B5450B58E6436E5595" KeyPath="yes" Source="$(var.SourceDir)\devDept.Eyeshot.Control.x64.Win.v2022.dll" />
182
            </Component>
183
            <Component Id="cmpB2901492C9F30D23711F100FA6BA7FA3" Directory="INSTALLFOLDER" Guid="734058CC-6473-415D-89D8-6C7D40726416" Win64="yes">
184
                <File Id="fil9F54D7895E06E853B72165521FF0213C" KeyPath="yes" Source="$(var.SourceDir)\devDept.Geometry.v2022.dll" />
185
            </Component>
186
            <Component Id="cmp34A4F75F52CAAEDF61E400B84BAFA08D" Directory="INSTALLFOLDER" Guid="BD251D04-A0DF-4BCB-90AA-081F171945C1" Win64="yes">
187
                <File Id="fil0A9A10A61A80E648B66F159A8F306388" KeyPath="yes" Source="$(var.SourceDir)\devDept.Graphics.Shaders.v2022.dll" />
188
            </Component>
189
            <Component Id="cmp8A3BE3A3E88583582B6654235C55514D" Directory="INSTALLFOLDER" Guid="DDD347C9-118A-465F-B976-32F9FE538D27" Win64="yes">
190
                <File Id="fil2D1290B57C97C0C027DE7758DD246156" KeyPath="yes" Source="$(var.SourceDir)\devDept.Graphics.Win.v2022.dll" />
191
            </Component>
192
            <Component Id="cmp2B064F798BD717B3339AC9A34B801C08" Directory="INSTALLFOLDER" Guid="6C6BC78F-D37F-4E3A-AAFB-344603DCF9A3" Win64="yes">
193
                <File Id="fil9953EDF722AC0DD3F5B729C50992F7A1" KeyPath="yes" Source="$(var.SourceDir)\DwfCore.dll" />
194
            </Component>
195
            <Component Id="cmpB1678D216B5799FED25A5C7F24990341" Directory="INSTALLFOLDER" Guid="5F6886B5-9397-42F8-A164-C459E2435024" Win64="yes">
196
                <File Id="filD7E8DC7DA758786DF93EB97A3E08C1BF" KeyPath="yes" Source="$(var.SourceDir)\DwfToolkit.dll" />
197
            </Component>
198
            <Component Id="cmp0BFABD100B4065787B40AA6B05938DF7" Directory="INSTALLFOLDER" Guid="629FFB1F-84A1-4CB2-BBC4-BAF684C07F41" Win64="yes">
199
                <File Id="fil1D38723F4A034EDE78B6A3B94EFB99F2" KeyPath="yes" Source="$(var.SourceDir)\EntityFramework.dll" />
200
            </Component>
201
            <Component Id="cmpB8E7B130B6B78399B39307530A3D65B2" Directory="INSTALLFOLDER" Guid="F4A6A863-F5AD-4CF0-AA43-8BA439ED2372" Win64="yes">
202
                <File Id="fil55247FAD2E00E96001D9F9C3E501E9FA" KeyPath="yes" Source="$(var.SourceDir)\EntityFramework.SqlServer.dll" />
203
            </Component>
204
            <Component Id="cmp7D65C35D16B3F44B1A39DA696888A8FA" Directory="INSTALLFOLDER" Guid="98EF9A69-1F9B-40BE-BA1D-5FE723C3E001" Win64="yes">
205
                <File Id="filC99B8574CE4263FE947951F6D85A3BEF" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.dll" />
206
            </Component>
207
            <Component Id="cmp9301E3AE59322AC9EC4803739031D5F3" Directory="INSTALLFOLDER" Guid="1A630396-4A46-4D4A-87BA-DB007769702A" Win64="yes">
208
                <File Id="fil893ECDF3C629396B4D5783DC365FF39D" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Common.dll" />
209
            </Component>
210
            <Component Id="cmp9AAD8288AAE9F36845EEC4EE6AA4DA85" Directory="INSTALLFOLDER" Guid="EA68ECDA-504E-485B-8F98-32D67905FEBC" Win64="yes">
211
                <File Id="fil41384C37E27F380BD6B30662E0E8B449" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Common.pdb" />
212
            </Component>
213
            <Component Id="cmp1E0B813BED8A1FAF94BE9C5CED3CE229" Directory="INSTALLFOLDER" Guid="7B745909-FA0C-4A57-BFFF-F84942079A65" Win64="yes">
214
                <File Id="fil26088286178C8345C8431CB0C385234D" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Controller.dll" />
215
            </Component>
216
            <Component Id="cmp5FFA284D2E6865CC462A7EA9FBE0836E" Directory="INSTALLFOLDER" Guid="3CCA96B8-1FD2-44BE-9FED-380280BC4A8A" Win64="yes">
217
                <File Id="fil831452AF87619D4CBF66D12B981C50E2" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Controller.pdb" />
218
            </Component>
219
            <Component Id="cmpB6296CB56FA4F285A4BF2C4DB43DC392" Directory="INSTALLFOLDER" Guid="6035388B-36D7-40A6-B594-5CD70CB4F084" Win64="yes">
220
                <File Id="filEC3C65ADF884D804AE571DAE3F81D187" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Dapper.dll" />
221
            </Component>
222
            <Component Id="cmpC75355B34EC0FC841DCC31DB50791C59" Directory="INSTALLFOLDER" Guid="5903C4D6-D8A0-4E43-9988-B2ED3CA821A7" Win64="yes">
223
                <File Id="filEEE70C38877A88FA6C8CD7246C5A224F" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Dapper.pdb" />
224
            </Component>
225
            <Component Id="cmpDE4C6634CA678345A07006D635CB0777" Directory="INSTALLFOLDER" Guid="1C6A178B-E6B7-4F9D-9021-532DB05588C9" Win64="yes">
226
                <File Id="filDFB8B6D69E58E7A6DEE195962F7C3608" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Data.dll" />
227
            </Component>
228
            <Component Id="cmpC3A5F9071B394FED6FE4CA62BF85A4E8" Directory="INSTALLFOLDER" Guid="F8BEAF39-F81F-4AD0-8C7B-3DE4AE48FA07" Win64="yes">
229
                <File Id="fil8205588D71DA799E629551189FD0A081" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.Data.pdb" />
230
            </Component>
231
            <Component Id="cmp9302D8D7D3557074113FA8FF7DA3BA55" Directory="INSTALLFOLDER" Guid="8C23A0A1-B14F-4E9B-9953-11A3D110A00E" Win64="yes">
232
                <File Id="filACC5892C7AB8AAFC27BB82A42F7757FF" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.exe" />
233
            </Component>
234
            <Component Id="cmpFB10401D56064EEF75E7EDE61A9F0E15" Directory="INSTALLFOLDER" Guid="9966CE47-4A5F-4FC3-A1C7-BC1E388B9D65" Win64="yes">
235
                <File Id="fil9CC0F09511156E3CAD806F5CC30B8F0F" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.exe.config" />
236
            </Component>
237
            <Component Id="cmp2F227B5A8E49142DAA5AAB775AADCD64" Directory="INSTALLFOLDER" Guid="BE2B5918-BA88-466C-B1A6-2DD67643D2D0" Win64="yes">
238
                <File Id="fil96ADDD9C467B8DBEC0D4F48900159CB3" KeyPath="yes" Source="$(var.SourceDir)\ID2.Manager.pdb" />
239
            </Component>
240
            <Component Id="cmpAD703A92CA3D8CDAD55E67174B57FDC9" Directory="INSTALLFOLDER" Guid="FFE27F8C-D470-4687-B20F-4BCE1A0807DB" Win64="yes">
241
                <File Id="fil3182F9C5740EBA07448E861579AFE7E4" KeyPath="yes" Source="$(var.SourceDir)\ISM_23.7_14.tx" />
242
            </Component>
243
            <Component Id="cmp9DBCA795D932AB083234E0DAEF7CCCC5" Directory="INSTALLFOLDER" Guid="3E82CEE9-7046-4488-8C96-895155042409" Win64="yes">
244
                <File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe" />
245
            </Component>
246
			<Component Id="cmp82E7A2BA51984FF295B3BA603C9AA8FD" Directory="INSTALLFOLDER" Guid="E3485CB1-5E11-4734-9725-386DACDD460A" Win64="yes">
247
                <File Id="fil89D34138673E4FDA9FF3B10252E9A762" KeyPath="yes" Source="$(var.SourceDir)\Log.config" />
248
            </Component>
249
			<Component Id="cmp0C05CA738C284099B0E2FB7EDEE9F1FB" Directory="INSTALLFOLDER" Guid="72D37B51-9AD6-4C7A-9D04-AA8E9BABEC27" Win64="yes">
250
                <File Id="filA6BB55C94B9245AA84F296E5CF68E08B" KeyPath="yes" Source="$(var.SourceDir)\log4net.dll" />
251
            </Component>
252
            <Component Id="cmp44B75EE95560A911A708C00BB29D72AD" Directory="INSTALLFOLDER" Guid="2BBFA6EF-32E1-4800-B838-4F5797B104C6" Win64="yes">
253
                <File Id="fil548487577F3C736A3C5B7B0D32CB7633" KeyPath="yes" Source="$(var.SourceDir)\MARKUS.ini" />
254
            </Component>
255
            <Component Id="cmp7D12EF0D0FCEBEB1CA9026ED45B858A4" Directory="INSTALLFOLDER" Guid="2B321012-3D0A-44BF-A2A8-7F6016668302" Win64="yes">
256
                <File Id="filBAD6AC8DBE7728EC8574A7392C42EFB8" KeyPath="yes" Source="$(var.SourceDir)\ModelerGeometry_23.7_14.tx" />
257
            </Component>
258
            <Component Id="cmpBC4FC00A26E7D32479D42D3411317FC5" Directory="INSTALLFOLDER" Guid="5592E31C-AF09-43D6-BC1E-D220B588DFA4" Win64="yes">
259
                <File Id="fil90A8AAD9FC612906D405476D61CEA3F4" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" />
260
            </Component>
261
            <Component Id="cmp23EC70CCB9449705BD8A6940C3C214D5" Directory="INSTALLFOLDER" Guid="48BF0862-B8B3-47AE-8132-AB3FB35A98A2" Win64="yes">
262
                <File Id="fil81F18E7D5E4F52870DE3A616FCC1F3C1" KeyPath="yes" Source="$(var.SourceDir)\OdBrepModeler_23.7_14.dll" />
263
            </Component>
264
            <Component Id="cmp9FA6EF771808ED8458D82FCE44566FF6" Directory="INSTALLFOLDER" Guid="AAA2D08F-0EFA-42AA-9169-B87CDE07CB2B" Win64="yes">
265
                <File Id="fil49C253EFB8DFDC343BBB06169342A4AB" KeyPath="yes" Source="$(var.SourceDir)\OdDwg2PrcExport_23.7_14.tx" />
266
            </Component>
267
            <Component Id="cmp173B3269449FD4857A611F12AD00F6C5" Directory="INSTALLFOLDER" Guid="35937855-4021-4DA9-9823-740009E06B6B" Win64="yes">
268
                <File Id="filD8351B1AAA8DF35687C1B36F077B96C5" KeyPath="yes" Source="$(var.SourceDir)\OdOleSsItemHandler_23.7_14.tx" />
269
            </Component>
270
            <Component Id="cmpC1723C8622DC0A9F355440B3F5C864DC" Directory="INSTALLFOLDER" Guid="3EDEF337-3A8B-4A29-B535-A6A660C97603" Win64="yes">
271
                <File Id="filCCBB6AF0C022284FAF8CB4020D7B3A5E" KeyPath="yes" Source="$(var.SourceDir)\OdPrcBaseExport_23.7_14.tx" />
272
            </Component>
273
            <Component Id="cmp09167809E81D5E39F9510099CE0AE0F5" Directory="INSTALLFOLDER" Guid="E64975A7-3B22-411E-BD4E-2A8802B73BE2" Win64="yes">
274
                <File Id="filCE34F867F7F8ED6118735C15E7893C1C" KeyPath="yes" Source="$(var.SourceDir)\OdPrcDumpModule_23.7_14.tx" />
275
            </Component>
276
            <Component Id="cmpDFE6DC7DF5AE0D7645C412CFCCCD2EDC" Directory="INSTALLFOLDER" Guid="053B0CC9-1F2E-4810-83DF-C307B1065C6B" Win64="yes">
277
                <File Id="filE04539EBC4E60A9DFF36F0E121ECCB46" KeyPath="yes" Source="$(var.SourceDir)\OdPrcModule_23.7_14.tx" />
278
            </Component>
279
            <Component Id="cmpBF6097051908AE01BB67542F1503FFFE" Directory="INSTALLFOLDER" Guid="000D2D9A-5143-4A8A-A5F8-4D288631F422" Win64="yes">
280
                <File Id="filC7B28704E2400B4E09DFB8F23245932B" KeyPath="yes" Source="$(var.SourceDir)\OdSwigPointCloudMgd.dll" />
281
            </Component>
282
            <Component Id="cmp7E404B0BDF2CCF0C9A27D907EE23963C" Directory="INSTALLFOLDER" Guid="186B8CB2-2E48-4FE0-A352-FF66FDEA244C" Win64="yes">
283
                <File Id="fil72EBF6B24293717503654EAF11490ADE" KeyPath="yes" Source="$(var.SourceDir)\OdSwigPointCloud_23.7_14.dll" />
284
            </Component>
285
            <Component Id="cmpE93A178AB247BDCDDA87FCB2C444A24D" Directory="INSTALLFOLDER" Guid="49164637-7674-4B17-AB35-4327696D1E71" Win64="yes">
286
                <File Id="filE6EDDBBF96703F9360B34E6741AB4516" KeyPath="yes" Source="$(var.SourceDir)\oless.dll" />
287
            </Component>
288
            <Component Id="cmp460B9A777FB04563A69863C4EF7BE1EB" Directory="INSTALLFOLDER" Guid="E8F150BB-872B-4B95-B967-8A2621402C09" Win64="yes">
289
                <File Id="fil7C791396D7A5D7E79543FC83EC170A37" KeyPath="yes" Source="$(var.SourceDir)\PdfPublish_23.7_14.tx" />
290
            </Component>
291
            <Component Id="cmpD2283DFD0F1593B69331236FC0C7131A" Directory="INSTALLFOLDER" Guid="4C351F90-A236-4DE6-A84A-4665CD9ACC38" Win64="yes">
292
                <File Id="filF6A209AD1761DD420CDBFDD424D4DD09" KeyPath="yes" Source="$(var.SourceDir)\PlotSettingsValidator_23.7_14.tx" />
293
            </Component>
294
            <Component Id="cmp8983FAC88A8FC98A3AFFFD8B3DF90768" Directory="INSTALLFOLDER" Guid="B3AD4C47-10F1-4876-87C4-B68ECB7044E0" Win64="yes">
295
                <File Id="fil27270F24A560B0CCDBCD25464502A3D5" KeyPath="yes" Source="$(var.SourceDir)\PRC_SwigDbMgd.dll" />
296
            </Component>
297
            <Component Id="cmpF762C96417358AB8895CEFFA87A9E3F4" Directory="INSTALLFOLDER" Guid="3913AE70-CBE7-4D6B-94D2-455B814FCB94" Win64="yes">
298
                <File Id="fil60B9AE94E6DB2B40ABCD0DBAFFC4B221" KeyPath="yes" Source="$(var.SourceDir)\PRC_SwigDb_23.7_14.dll" />
299
            </Component>
300
            <Component Id="cmp6E538C7DA3EAFCE2D301E9749AC28E9E" Directory="INSTALLFOLDER" Guid="3ACDF815-6453-4081-80EF-E1C34D472CF7" Win64="yes">
301
                <File Id="filC96CAFD675F78DA397F1BDD1F3348991" KeyPath="yes" Source="$(var.SourceDir)\RasterProcessor_23.7_14.tx" />
302
            </Component>
303
            <Component Id="cmpC270FE47DDE2974F0694A2BBBAABA0ED" Directory="INSTALLFOLDER" Guid="5C8A6EC0-68F4-444A-B8E7-4B9E4A1B2933" Win64="yes">
304
                <File Id="filD24AA16D8B95C60BF932B9EF84071972" KeyPath="yes" Source="$(var.SourceDir)\RcsFileServices_23.7_14.tx" />
305
            </Component>
306
            <Component Id="cmpBD0E5E844A5FA5A2152B684231683E32" Directory="INSTALLFOLDER" Guid="2D0AD87E-5DA1-4CDA-8FCD-8A9ED33F0920" Win64="yes">
307
                <File Id="fil0E9387B1320D58D1BC96C575D6DDB9EE" KeyPath="yes" Source="$(var.SourceDir)\RecomputeDimBlock_23.7_14.tx" />
308
            </Component>
309
            <Component Id="cmpF20DBE2049734E4BC3E660E628278EAA" Directory="INSTALLFOLDER" Guid="78516D88-DE2B-4A5C-A59C-19DBC625D7BB" Win64="yes">
310
                <File Id="fil06FC7F5AC0C9EF885A338D86B90B1336" KeyPath="yes" Source="$(var.SourceDir)\RText_23.7_14.tx" />
311
            </Component>
312
            <Component Id="cmpE67B04B381B950F4FD1FAA2843B03469" Directory="INSTALLFOLDER" Guid="A1F93C08-3E88-4B0A-A046-A494C7D3D2A4" Win64="yes">
313
                <File Id="fil7A725941EF62964539FDF9E915ED8F40" KeyPath="yes" Source="$(var.SourceDir)\RxCommonDataAccess_23.7_14.tx" />
314
            </Component>
315
            <Component Id="cmp21B2E14E66DDBDCF7C92C16930E67941" Directory="INSTALLFOLDER" Guid="EB52E95C-6745-4092-8448-EB208A11F0DD" Win64="yes">
316
                <File Id="fil6BAD65A44C67F6E168849F6E8062BD51" KeyPath="yes" Source="$(var.SourceDir)\RxRasterServices_23.7_14.tx" />
317
            </Component>
318
            <Component Id="cmp06E86174F56467088458CB5A7FB8210C" Directory="INSTALLFOLDER" Guid="99B55D6A-989C-4D70-A57B-56C8D1ABB6BF" Win64="yes">
319
                <File Id="filEF9D8EE7887C564C406E116CCCE8EF58" KeyPath="yes" Source="$(var.SourceDir)\SCENEOE_23.7_14.tx" />
320
            </Component>
321
            <Component Id="cmp6B7CE49F5F3A518047B74FB6AC2251C5" Directory="INSTALLFOLDER" Guid="3ED74F03-1978-4AFF-9BF6-1CB4BD80C391" Win64="yes">
322
                <File Id="fil86030949C08D40073D1F77D572C14B0D" KeyPath="yes" Source="$(var.SourceDir)\System.Data.SQLite.dll" />
323
            </Component>
324
            <Component Id="cmpF0779F15EC19A57BE1B2F861D7DE696E" Directory="INSTALLFOLDER" Guid="F0E7E979-C67B-40D5-A870-6EDAEF51E712" Win64="yes">
325
                <File Id="filFCD462E7D1690B3E0A1EC55BB1B7FE6B" KeyPath="yes" Source="$(var.SourceDir)\System.Data.SQLite.EF6.dll" />
326
            </Component>
327
            <Component Id="cmp7CD8A031D36A447486DB78F3F83272E7" Directory="INSTALLFOLDER" Guid="11B31466-0CE8-4881-A311-B0F5B1B45E3A" Win64="yes">
328
                <File Id="fil78A6DA4FA512268ADE24A0CEB59C1442" KeyPath="yes" Source="$(var.SourceDir)\System.Data.SQLite.Linq.dll" />
329
            </Component>
330
            <Component Id="cmp2F00A7BC166D2BD35A3AAB4F5E10E71E" Directory="INSTALLFOLDER" Guid="46911573-F4E8-402A-A615-B855194512ED" Win64="yes">
331
                <File Id="fil47FA32BE8017077BB9E671F67FA3144B" KeyPath="yes" Source="$(var.SourceDir)\TD_3DSolidHistory_23.7_14.tx" />
332
            </Component>
333
            <Component Id="cmpBE969BAFB7415CC7FD425A046A564086" Directory="INSTALLFOLDER" Guid="FE0974C6-038B-4960-A6C4-E523B1D6D246" Win64="yes">
334
                <File Id="fil1BBD27FD4B06E608581BF00EB55EC5BB" KeyPath="yes" Source="$(var.SourceDir)\TD_AcisBuilder_23.7_14.dll" />
335
            </Component>
336
            <Component Id="cmp12CE21C38A5BE1CB168AC68AF237F552" Directory="INSTALLFOLDER" Guid="76CA2CD0-4099-4ED9-8782-0CF78F2B9C3A" Win64="yes">
337
                <File Id="filB858D574E40D4A5805BDF7CB734CC1D9" KeyPath="yes" Source="$(var.SourceDir)\TD_Alloc_23.7_14.dll" />
338
            </Component>
339
            <Component Id="cmp84F54A08233F4497502FEEDCF86117E6" Directory="INSTALLFOLDER" Guid="78AEC925-2352-4A28-AA41-CFCD2E59D8EF" Win64="yes">
340
                <File Id="fil3A469810F3A37382AE09C4D31E0BC008" KeyPath="yes" Source="$(var.SourceDir)\TD_Ave_23.7_14.tx" />
341
            </Component>
342
            <Component Id="cmpB72A819B60D2BB00F9687039D2916C5D" Directory="INSTALLFOLDER" Guid="A36280D9-CC11-472C-9091-9CCA3CD36DC9" Win64="yes">
343
                <File Id="filAB53831A5E005C744441393725687318" KeyPath="yes" Source="$(var.SourceDir)\TD_BrepBuilderFiller_23.7_14.dll" />
344
            </Component>
345
            <Component Id="cmpD7E9C13692622EE60D2826FB17A5DAA4" Directory="INSTALLFOLDER" Guid="A801246A-D8C7-414D-8628-753AC9981A80" Win64="yes">
346
                <File Id="fil36CECED4A53868D0946C3177222A00BC" KeyPath="yes" Source="$(var.SourceDir)\TD_BrepBuilder_23.7_14.dll" />
347
            </Component>
348
            <Component Id="cmp8962B573765DCEAF0AD174D32DFE614E" Directory="INSTALLFOLDER" Guid="42F8A8CA-BE6A-41BF-8BB4-32BC2B969A3A" Win64="yes">
349
                <File Id="filD4FBBA31A30120C807AE1B95CD4A07A9" KeyPath="yes" Source="$(var.SourceDir)\TD_BrepRenderer_23.7_14.dll" />
350
            </Component>
351
            <Component Id="cmpD669025D6B9ACBD465B235247E4CFC96" Directory="INSTALLFOLDER" Guid="78D97974-8648-45BA-A156-2E725CA9A8E9" Win64="yes">
352
                <File Id="fil82D0D2C1EC3FDACFB62B803FD54E1B74" KeyPath="yes" Source="$(var.SourceDir)\TD_Br_23.7_14.dll" />
353
            </Component>
354
            <Component Id="cmpF7F28169B466742C1F3BE3B4B51D5DC8" Directory="INSTALLFOLDER" Guid="264A8DC9-FD78-4BAF-A881-97E03D1B3207" Win64="yes">
355
                <File Id="fil55856CF95E6D89CEAA0FD4399C162FEE" KeyPath="yes" Source="$(var.SourceDir)\TD_DbCore_23.7_14.dll" />
356
            </Component>
357
            <Component Id="cmpD5BC42A3C37CCA97977F2A4ED8204456" Directory="INSTALLFOLDER" Guid="698E1634-C76D-4918-88E6-C7932F191F2D" Win64="yes">
358
                <File Id="fil44334C1BF770697168300517A65F7049" KeyPath="yes" Source="$(var.SourceDir)\TD_DbEntities_23.7_14.tx" />
359
            </Component>
360
            <Component Id="cmp8B64297EBCA23CC6F3D435DB03664B15" Directory="INSTALLFOLDER" Guid="9CC5A618-F244-41AE-A352-03402C598E53" Win64="yes">
361
                <File Id="fil2EF0D32547989758A11B44140F37DD48" KeyPath="yes" Source="$(var.SourceDir)\TD_DbIO_23.7_14.tx" />
362
            </Component>
363
            <Component Id="cmpE4BA8ED5776F7F43CAE2E40979AD8E0D" Directory="INSTALLFOLDER" Guid="BD4009FF-9DE2-4DFE-8A16-00CBC5E71B06" Win64="yes">
364
                <File Id="fil2B2F6D6B16655D3A013C513E1A100C94" KeyPath="yes" Source="$(var.SourceDir)\TD_DbRoot_23.7_14.dll" />
365
            </Component>
366
            <Component Id="cmpC704F1B14CA8D03FFB73072BA8D0458B" Directory="INSTALLFOLDER" Guid="C9DEC366-2716-46FE-9CA8-021FAA53AE9B" Win64="yes">
367
                <File Id="fil6869370D32F080E04EC3D81231217F05" KeyPath="yes" Source="$(var.SourceDir)\TD_Db_23.7_14.dll" />
368
            </Component>
369
            <Component Id="cmp71FA99CCF850FDE0B648F91FF8EE4173" Directory="INSTALLFOLDER" Guid="B96DB72F-32B4-414B-B0E8-1C075438BB72" Win64="yes">
370
                <File Id="fil3C61D1A3A6C3B083A2F96CE953266D79" KeyPath="yes" Source="$(var.SourceDir)\TD_Dwf7Import_23.7_14.tx" />
371
            </Component>
372
            <Component Id="cmpFCE939A141C7A16F1DB073C7E572D9D1" Directory="INSTALLFOLDER" Guid="7B456D2B-ABFA-44D3-A84A-7CC11BB8BCC9" Win64="yes">
373
                <File Id="filDCA65B3526BE37EA78716C5047E087C9" KeyPath="yes" Source="$(var.SourceDir)\TD_DynBlocks_23.7_14.tx" />
374
            </Component>
375
            <Component Id="cmp4D187EA3147011F2B02EB7B0216F5586" Directory="INSTALLFOLDER" Guid="65DFA82E-36AB-4106-969F-0A57E2730DAD" Win64="yes">
376
                <File Id="fil32E8B468846D33A3CC9D30202EA67B9D" KeyPath="yes" Source="$(var.SourceDir)\TD_Ge_23.7_14.dll" />
377
            </Component>
378
            <Component Id="cmp438E66514B6BE26D5290CE5F176FBC77" Directory="INSTALLFOLDER" Guid="47FE3E53-558F-47C3-8BE9-85D592525490" Win64="yes">
379
                <File Id="fil7B609CC0924E51648A524FC0934B7946" KeyPath="yes" Source="$(var.SourceDir)\TD_Gi_23.7_14.dll" />
380
            </Component>
381
            <Component Id="cmp8B688D98ABC2DD032846752882DA97D1" Directory="INSTALLFOLDER" Guid="F46FE90F-A81E-4938-93FE-2166CDC15815" Win64="yes">
382
                <File Id="filC8E2EFE263CDE5C0BEC42A0805F2BDD8" KeyPath="yes" Source="$(var.SourceDir)\TD_Gs_23.7_14.dll" />
383
            </Component>
384
            <Component Id="cmpD3274DD161C73D4981E2EE035927BBF5" Directory="INSTALLFOLDER" Guid="23788632-4427-4118-8F1B-6C300A07F363" Win64="yes">
385
                <File Id="filA790071E94C8EE62FAF59AEF3A43C9B1" KeyPath="yes" Source="$(var.SourceDir)\TD_PdfExport_23.7_14.tx" />
386
            </Component>
387
            <Component Id="cmp24F7A69C26FF7187D3E70E3A8F213EAB" Directory="INSTALLFOLDER" Guid="E607C3A6-7CF4-477A-BEAD-370AD44E8614" Win64="yes">
388
                <File Id="filA63D637D67FF6CACEA80FC742BEE70BB" KeyPath="yes" Source="$(var.SourceDir)\TD_PDFToolkit_23.7_14.dll" />
389
            </Component>
390
            <Component Id="cmpE2AE18C42CBD9EA1B9E2D8D4FCFA35D0" Directory="INSTALLFOLDER" Guid="21FA14F5-D99E-47F1-8300-707C1C86D842" Win64="yes">
391
                <File Id="filCE3B018C023E252D687867B8319A0AAC" KeyPath="yes" Source="$(var.SourceDir)\TD_Root_23.7_14.dll" />
392
            </Component>
393
            <Component Id="cmpD1635F18F6418309BD07B0DFB4A45735" Directory="INSTALLFOLDER" Guid="FF01597A-DEA6-41CE-B6EA-4C0BBCCBF671" Win64="yes">
394
                <File Id="fil5896935A208D857364835DE139439893" KeyPath="yes" Source="$(var.SourceDir)\TD_Sm_23.7_14.tx" />
395
            </Component>
396
            <Component Id="cmpE1617BB9C98C1B6B32485969FC0D1B64" Directory="INSTALLFOLDER" Guid="E86201FC-420F-4EE3-9D4C-F1CAC930323F" Win64="yes">
397
                <File Id="fil49F120972372A887BFF2D7F31CF3B048" KeyPath="yes" Source="$(var.SourceDir)\TD_SpatialIndex_23.7_14.dll" />
398
            </Component>
399
            <Component Id="cmp9654C062B236409DA133AD4862631A12" Directory="INSTALLFOLDER" Guid="DB3CA14F-34BE-46AB-9B66-F1A6E1E2C702" Win64="yes">
400
                <File Id="fil04F717D45757A85AB399A8AC138A40A6" KeyPath="yes" Source="$(var.SourceDir)\TD_STLExport_23.7_14.tx" />
401
            </Component>
402
            <Component Id="cmpAD42C6B2A8CAC2ED0D5FDBAA0E4107E6" Directory="INSTALLFOLDER" Guid="0DC9C0EF-3D86-4A93-A5F9-4D960B0D62F7" Win64="yes">
403
                <File Id="fil19C9C0ACA5097C6E577768E9EE299417" KeyPath="yes" Source="$(var.SourceDir)\TD_SwigCoreMgd.dll" />
404
            </Component>
405
            <Component Id="cmp777F9F3985EB02098FEDE61020C00DBC" Directory="INSTALLFOLDER" Guid="663DBAA0-AB78-442A-99C3-A7EC5FDE3755" Win64="yes">
406
                <File Id="filB71C48B6DD329B7AA7A1777E81B4D029" KeyPath="yes" Source="$(var.SourceDir)\TD_SwigCore_23.7_14.dll" />
407
            </Component>
408
            <Component Id="cmpC73CFFAAD30A68C03E756C0798B2F465" Directory="INSTALLFOLDER" Guid="05AD85C5-F5D9-4DD0-BCAF-33BD125864B1" Win64="yes">
409
                <File Id="fil5121BAE9A4CAB5F88A699C535A2E6978" KeyPath="yes" Source="$(var.SourceDir)\TD_SwigDbMgd.dll" />
410
            </Component>
411
            <Component Id="cmpE32EE072520CD8E3D29169774E908E87" Directory="INSTALLFOLDER" Guid="95C64CAC-9662-47EF-B5EB-0CB235F35712" Win64="yes">
412
                <File Id="filEA592D3ABEF7EF6936124A34D9320E7E" KeyPath="yes" Source="$(var.SourceDir)\TD_SwigDb_23.7_14.dll" />
413
            </Component>
414
            <Component Id="cmp57A6BEF1579DEF3BF1CCB5AAF6E89CE4" Directory="INSTALLFOLDER" Guid="802D5BC2-28B8-4D4D-ACB8-3DCEF9AB0FF4" Win64="yes">
415
                <File Id="filD000C376F12ADD0BC391D4AB68BB2406" KeyPath="yes" Source="$(var.SourceDir)\TD_SwigPublishMgd.dll" />
416
            </Component>
417
            <Component Id="cmp98DECB035DFE00974913D358B1D40E60" Directory="INSTALLFOLDER" Guid="98FCF8ED-D65E-4EEA-9567-30A04C20E417" Win64="yes">
418
                <File Id="fil5A912D218B0D5EF15B3A12C365BB0BE2" KeyPath="yes" Source="$(var.SourceDir)\TD_SwigPublish_23.7_14.dll" />
419
            </Component>
420
            <Component Id="cmpBB9A22419CA54144DDB176CD4F4D3B05" Directory="INSTALLFOLDER" Guid="8082741D-BB22-41B2-BFD2-58A2004591B7" Win64="yes">
421
                <File Id="fil348923DB2A9DC26BCAB560EA7281038B" KeyPath="yes" Source="$(var.SourceDir)\TD_TfCore_23.7_14.tx" />
422
            </Component>
423
            <Component Id="cmpCD0126F696C8457732A57A7613802877" Directory="INSTALLFOLDER" Guid="0B58FB2E-CF28-4111-BA59-62C06B7D3915" Win64="yes">
424
                <File Id="filB5B6E6060160A18DB9EB903C61931CFA" KeyPath="yes" Source="$(var.SourceDir)\TD_Tf_23.7_14.tx" />
425
            </Component>
426
            <Component Id="cmp9B13F2466A43A59AFA0E978AEA63341B" Directory="INSTALLFOLDER" Guid="8D4EF536-5012-4E6B-8BA6-9F38488EA322" Win64="yes">
427
                <File Id="fil1BFEA79910AC2FBFAB11DBD4BBE674D0" KeyPath="yes" Source="$(var.SourceDir)\TD_Zlib.dll" />
428
            </Component>
429
            <Component Id="cmp9040C7EF757CBB85C65992650030CBC7" Directory="INSTALLFOLDER" Guid="521E4853-70C0-4956-A177-DF249423CF8C" Win64="yes">
430
                <File Id="fil486FCABA7322EE523BE117322863C675" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.ChartView.dll" />
431
            </Component>
432
            <Component Id="cmpAD280CB9843270D9AA3F7298311ECDD5" Directory="INSTALLFOLDER" Guid="014813B0-3248-488B-8C0E-74DA26526669" Win64="yes">
433
                <File Id="fil53188DD03489B025BFCC9A5D1BEC73AC" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.dll" />
434
            </Component>
435
            <Component Id="cmp0CBE120D505CFB3DC07D73B347154B9E" Directory="INSTALLFOLDER" Guid="E6F64B32-5F57-439E-AA94-A0034ED5D08F" Win64="yes">
436
                <File Id="filC25DF410D50E2DE059118F8481AAE991" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.GridView.dll" />
437
            </Component>
438
			<Component Id="cmpF4C711EDC1704869AFB8988CC2FFA318" Directory="INSTALLFOLDER" Guid="2A0F9C6B-F4D5-42E5-A027-A08C5CF25F29" Win64="yes">
439
                <File Id="fil47BE10F8F0834C03BC8391065D61C439" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.PdfViewer.dll" />
440
            </Component>
441
			<Component Id="cmp85D5DE13A7D348C797AC6A1617B0ADC4" Directory="INSTALLFOLDER" Guid="9BB45992-3E1F-44CE-8E95-31F921A20232" Win64="yes">
442
                <File Id="fil85FE521AA0D5424FAD5F2DB45F84B896" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Documents.Core.dll" />
443
            </Component>
444
			<Component Id="cmp8FB16C8B91FF43A8A62B3CCAAC905250" Directory="INSTALLFOLDER" Guid="F1395CFF-68C7-43A8-8960-DC4AB0189D05" Win64="yes">
445
                <File Id="fil6BC1F666A93D492BB48B309648651535" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Documents.Fixed.dll" />
446
            </Component>
447
            <Component Id="cmp453EB614D9A012AF87DE2D64A80F69D4" Directory="INSTALLFOLDER" Guid="7B0084FB-F203-405D-9042-050E76A5AB45" Win64="yes">
448
                <File Id="fil11C03868D44B2888C9B7F83BAD2D3054" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.RadDiagram.dll" />
449
            </Component>
450
            <Component Id="cmpBC598A92355D88CCE85756FEC72EC958" Directory="INSTALLFOLDER" Guid="73C4EA3E-D89B-429E-B34D-5F5CADBD2799" Win64="yes">
451
                <File Id="filBE7A036B639E7089211E85912C9526BE" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.RadDock.dll" />
452
            </Component>
453
            <Component Id="cmp0DA94FCB555E5240E334FFECF799877E" Directory="INSTALLFOLDER" Guid="BAAEF20D-1BC3-46CE-B34B-6EC267CE9B3E" Win64="yes">
454
                <File Id="filD015CD22557693F49DBBB481621F9C5C" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.RichTextEditor.dll" />
455
            </Component>
456
            <Component Id="cmp0A6CC2BB0F8B22099B7474B6D9F20FC3" Directory="INSTALLFOLDER" Guid="698177E7-61AF-4D69-9DE4-5F75C7BD7CF7" Win64="yes">
457
                <File Id="fil2628E7C055048509276F42DDC31C4955" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.UI.Design.dll" />
458
            </Component>
459
            <Component Id="cmp991B5E9CE714AD7E35DC762C658D02FB" Directory="INSTALLFOLDER" Guid="E573C4C2-1F22-4E18-B9CB-85889D34A0AB" Win64="yes">
460
                <File Id="filB46FB8FFF0DE2DF1B589C1C16739CCC7" KeyPath="yes" Source="$(var.SourceDir)\Telerik.WinControls.UI.dll" />
461
            </Component>
462
            <Component Id="cmpFD79443D43C9538A7891717A773DB59A" Directory="INSTALLFOLDER" Guid="61C12971-AC9E-4195-A001-402E8878105C" Win64="yes">
463
                <File Id="filEBE4E47B6628E26E3AEEB15369291EE7" KeyPath="yes" Source="$(var.SourceDir)\TelerikCommon.dll" />
464
            </Component>
465
            <Component Id="cmp9425562E57EBF159D7B31C750ACE073F" Directory="INSTALLFOLDER" Guid="466D815D-2153-4FA8-BBDD-1EFA2AF73FB3" Win64="yes">
466
                <File Id="fil982EFC3282A1A170D7A819737D958C50" KeyPath="yes" Source="$(var.SourceDir)\TelerikData.dll" />
467
            </Component>
468
            <Component Id="cmp8FDFF9846F85619210CDDDD415D04914" Directory="INSTALLFOLDER" Guid="852CF748-5248-4942-AA5C-7756E3D797AE" Win64="yes">
469
                <File Id="filB88811745B7B7F3E0AE1C32BA246F28B" KeyPath="yes" Source="$(var.SourceDir)\test_SEC.bat" />
470
            </Component>
471
            <Component Id="cmp4DE764D8ED0FFB7266DFF6BDF1C0C7F0" Directory="INSTALLFOLDER" Guid="B13805F1-94ED-4EB8-AF20-4D856D054E01" Win64="yes">
472
                <File Id="fil0B61FFE71202E83447D4EF661FB28B68" KeyPath="yes" Source="$(var.SourceDir)\TG_Db_23.7_14.tx" />
473
            </Component>
474
            <Component Id="cmp1296E212E52708F82D70AC1B07BD312F" Directory="INSTALLFOLDER" Guid="294257E8-13E0-4CCD-94EA-499BC548CA2F" Win64="yes">
475
                <File Id="fil2CB50A1AD166A9E40521DF41DFF8373B" KeyPath="yes" Source="$(var.SourceDir)\ThreadPool_23.7_14.tx" />
476
            </Component>
477
            <Component Id="cmpA99F813CB4A68EB0E689C446A8F96769" Directory="INSTALLFOLDER" Guid="06B49AE7-0D3A-49AB-AE49-437B319D4D68" Win64="yes">
478
                <File Id="filB1FA2D7D1AA6FD20BC2A16CADC6911BF" KeyPath="yes" Source="$(var.SourceDir)\tinyxml.dll" />
479
            </Component>
480
            <Component Id="cmp34A3C408BE3A10C43A94C8FB9D86EC32" Directory="INSTALLFOLDER" Guid="FFD57E56-DA16-4AC2-B263-0A81D3EB4062" Win64="yes">
481
                <File Id="fil10B0B416F008CF02389EC4EFF243F58C" KeyPath="yes" Source="$(var.SourceDir)\W3dTk.dll" />
482
            </Component>
483
            <Component Id="cmp1568708A63728101373E25D8659EFCE6" Directory="INSTALLFOLDER" Guid="3A412296-0AAB-47CD-84FC-4F10E7973AF5" Win64="yes">
484
                <File Id="fil66DD27FBB160917A3DFB2895078D6277" KeyPath="yes" Source="$(var.SourceDir)\WhipTk.dll" />
485
            </Component>
486
            <Component Id="cmpBAC6DBBFB9EAFDEB26FF1A4B654191B6" Directory="INSTALLFOLDER" Guid="EBAA190A-4138-4FFF-B1ED-099E90EABD9E" Win64="yes">
487
                <File Id="filA410F850FCBB28220D442DB01BDB7306" KeyPath="yes" Source="$(var.SourceDir)\WinOpenGL_23.7_14.txv" />
488
            </Component>
489
            <Component Id="cmp8285E58DE4CD623E8A56D74363431E79" Directory="INSTALLFOLDER" Guid="E650FFC6-261B-456C-A9F4-FDE60613C11E" Win64="yes">
490
                <File Id="filF001D85DEF4FEBF8A8A72E64B8B2E498" KeyPath="yes" Source="$(var.SourceDir)\WipeOut_23.7_14.tx" />
491
            </Component>
492
            <Component Id="cmpC552CD5653E9DA917DD8714852C4B770" Directory="dir2B239942F0118CE11873D17A80108E27" Guid="8A73C2D6-96DF-4D20-A1D4-16D9B6F1B8B6" Win64="yes">
493
                <File Id="fil7A44E5FDC6011C42269C95F20E82799A" KeyPath="yes" Source="$(var.SourceDir)\Template\Samsung Elec Task Management.xlsx" />
494
            </Component>
495
            <Component Id="cmp19F6DF8A2ABC78D782D76F1EEC9A5800" Directory="dir43FCCFA109FBF584D9155DCE31E452EB" Guid="71E6A062-0F43-497F-85C8-2CB96F8934B0" Win64="yes">
496
                <File Id="filC7EA62E1AC64247AFBE682E8631402B8" KeyPath="yes" Source="$(var.SourceDir)\x64\SQLite.Interop.dll" />
497
            </Component>
498
            <Component Id="cmp77484AF39EF2F8BD64E876C33A1C3E49" Directory="dir97F42FF68945B97AAE670945C4FDAE93" Guid="5C776AE5-51F3-429A-A2E2-1260051DB992" Win64="yes">
499
                <File Id="filD2ACACD0EBAF09B1953E9C3793C13C69" KeyPath="yes" Source="$(var.SourceDir)\x86\SQLite.Interop.dll" />
500
            </Component>
501
	</ComponentGroup>
502
  </Fragment>
503
</Wix>
클립보드 이미지 추가 (최대 크기: 500 MB)