프로젝트

일반

사용자정보

통계
| 개정판:

hytos / SPPIDConverter.wxs @ b8ba0f3f

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
	<Product Id="*" Name="SPPIDConverter" Language="1033" Version="$VERSION" Manufacturer="DOFTECH(C)" UpgradeCode="9EF809B9-7250-4DDA-B562-1CFA020DD97A">
4
		<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
5

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

    
17
	<Fragment>
18
		<Directory Id="TARGETDIR" Name="SourceDir">
19
			<Directory Id="DesktopFolder" Name="Desktop">
20
				<Component Id="DesktopShortcut" Guid="44D6BF99-8203-4DF8-A7F4-1FDC717A6B8C" Feature="ProductFeature">
21
				<RegistryValue Root="HKCU" Key="Software\DOFTECH\SPPIDConverter" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
22
				<Shortcut Id="DesktopShortcut"
23
				Directory="DesktopFolder"
24
				Name="SPPIDConverter"
25
				Description="SmartPlant P&amp;ID Converter"
26
				Target="[INSTALLFOLDER]SPPIDConverter.exe"
27
				WorkingDirectory="INSTALLFOLDER" />
28
				<RemoveFolder Id="DesktopFolder" On="uninstall"/>
29
				</Component>
30
			</Directory>
31
		  
32
			<Directory Id="ProgramFilesFolder">
33
				<Directory Id="COMPANYFOLDER" Name="DOFTECH">
34
					<Directory Id="INSTALLFOLDER" Name="SPPIDConverter" />
35
				</Directory>  
36
			</Directory>
37
		</Directory>
38
    
39
		<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
40
		<UIRef Id="WixUI_InstallDir"/>
41
	</Fragment>
42

    
43
	<Fragment>
44
		<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
45
		</ComponentGroup>
46
	</Fragment>
47
	
48
	<Fragment>
49
		<DirectoryRef Id="INSTALLFOLDER">
50
			<Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" />
51
			<Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" />
52
			<Directory Id="dir997B58958EFAE06BB705E870622AB899" Name="ja" />
53
			<Directory Id="dirF152986C1E6339E5EF84FD1370841521" Name="ko" />
54
			<Directory Id="dirE9205C68F964857267FD3312DBFF9A91" Name="ru" />
55
			<Directory Id="dir43FCCFA109FBF584D9155DCE31E452EB" Name="x64" />
56
			<Directory Id="dir97F42FF68945B97AAE670945C4FDAE93" Name="x86" />
57
		</DirectoryRef>
58
    
59
		<DirectoryRef Id="TARGETDIR">
60
			<Component Id="RegistryEntries" Guid="5376EB0F-AB87-42CB-9121-9D42770129D4">
61
				<RegistryKey Root="HKLM"
62
					Key="Software\DOFTECH\SPPIDConverter"
63
					Action="createAndRemoveOnUninstall">
64
					<RegistryValue Type="string" Name="Path" Value="[INSTALLFOLDER]"/>
65
				</RegistryKey>
66
			</Component>
67
		</DirectoryRef>
68
  </Fragment>
69
    
70
  <Fragment>
71
      <ComponentGroup Id="SPPIDConverter">
72
        <ComponentRef Id="RegistryEntries" />
73
		<Component Id="cmpb0f18af5beea4c0b9d697006a5dfed8c" Directory="INSTALLFOLDER" Guid="eda18c1a-9e34-4483-b7d9-ac56cfadf77f">
74
		  <File Id="fil3d250461968a4ed2a8f01f8e15b190cd" KeyPath="yes" Source=".\Setup\DevExpress.Data.v18.2.dll" />
75
		</Component>
76
		<Component Id="cmp4f13d73b8394407db9f183e7cb4137b4" Directory="INSTALLFOLDER" Guid="7ef31edb-9425-407f-8ec4-d66c670ce77b">
77
		  <File Id="fil74ff60c5ba3749acb3792b272a04d50d" KeyPath="yes" Source=".\Setup\DevExpress.Docs.v18.2.dll" />
78
		</Component>
79
		<Component Id="cmp5bed13eed36949ceb6cb586f624c6aea" Directory="INSTALLFOLDER" Guid="b30a0cd1-b9e8-4544-a89b-3f354ffd4e51">
80
		  <File Id="filafe495a92da04d0e930cc827123b641b" KeyPath="yes" Source=".\Setup\DevExpress.Spreadsheet.v18.2.Core.dll" />
81
		</Component>
82
		<Component Id="cmpfc8dd44948f84275a716e54939cf2bcc" Directory="INSTALLFOLDER" Guid="ffb9eec9-f9dc-46aa-a1c8-e4fcd3d8da2d">
83
		  <File Id="filc1f3ffe4c92540dab4f55b6b3569cf13" KeyPath="yes" Source=".\Setup\DevExpress.Dialogs.v18.2.Core.dll" />
84
		</Component>
85
		<Component Id="cmp9ade784107c34bbf8e785bcea86a51d8" Directory="INSTALLFOLDER" Guid="46329d51-ae2b-4654-965a-a5f52de035c2">
86
		  <File Id="fil337f757a1ebb440fa18eeeab2537f51c" KeyPath="yes" Source=".\Setup\DevExpress.Images.v18.2.dll" />
87
		</Component>
88
		<Component Id="cmpae26f07a6c5e4ce999ef5b892ec83f55" Directory="INSTALLFOLDER" Guid="e368c3a8-6bfa-49c4-a9c4-32684a33416b">
89
		  <File Id="fil325e623fdf584af0849d2fe83625f169" KeyPath="yes" Source=".\Setup\DevExpress.Office.v18.2.Core.dll" />
90
		</Component>
91
		<Component Id="cmp7092e1a1b5b34557a12a49247b111e70" Directory="INSTALLFOLDER" Guid="0970d5dd-c675-4987-bfed-5b954a33b265">
92
		  <File Id="fil7974c159fb9c4bafa7e1b095c4725291" KeyPath="yes" Source=".\Setup\DevExpress.Pdf.v18.2.Core.dll" />
93
		</Component>
94
		<Component Id="cmp0c9e788dae074744b289cb8867fc0e80" Directory="INSTALLFOLDER" Guid="a32136f2-062b-4698-b55d-9ba0e5e71bbc">
95
		  <File Id="filca33c37c1eb54828a18349da78c1f1ed" KeyPath="yes" Source=".\Setup\DevExpress.Printing.v18.2.Core.dll" />
96
		</Component>
97
		<Component Id="cmpb082a3bd9c7f4dbfbf40fe297ebb723b" Directory="INSTALLFOLDER" Guid="7b1ee306-2b09-4cce-9bbb-b55f963ee84c">
98
		  <File Id="filc1e660ced58e4838a97e81a948d017a6" KeyPath="yes" Source=".\Setup\DevExpress.RichEdit.v18.2.Core.dll" />
99
		</Component>
100
		<Component Id="cmp49c49810e4d94183b990fe7a14eddd7c" Directory="INSTALLFOLDER" Guid="63b65614-60be-4c7c-bf8c-e5457b123211">
101
		  <File Id="fil42e31eea5bd746dd97785526b6062978" KeyPath="yes" Source=".\Setup\DevExpress.Sparkline.v18.2.Core.dll" />
102
		</Component>
103
		<Component Id="cmp3b46cf44de784ce184321e128cf02ece" Directory="INSTALLFOLDER" Guid="40a1022c-b9b9-40a3-a72e-63f4697629c5">
104
		  <File Id="filafc9e9d886694caca8819bfa9e08038e" KeyPath="yes" Source=".\Setup\DevExpress.Utils.v18.2.dll" />
105
		</Component>
106
		<Component Id="cmp6b6c6ef256fe4307a1f3bcbe77556442" Directory="INSTALLFOLDER" Guid="b962d4fd-43b8-4165-9c15-aa5c524139ba">
107
		  <File Id="filca52c344e3754e789b8312c97077c5c3" KeyPath="yes" Source=".\Setup\DevExpress.XtraBars.v18.2.dll" />
108
		</Component>
109
		<Component Id="cmp45973d273af1421688eb9761d9fdc1b3" Directory="INSTALLFOLDER" Guid="d38783e9-c2d5-40a6-b108-b5ba4182c3b1">
110
		  <File Id="fil9d55d466b08d42a3868438549a1ce41c" KeyPath="yes" Source=".\Setup\DevExpress.XtraDialogs.v18.2.dll" />
111
		</Component>
112
		<Component Id="cmp3b54e090cba84d27846636c247cbd73f" Directory="INSTALLFOLDER" Guid="ee63b56d-c8c9-49a1-b2d1-05d1bfeb4ade">
113
		  <File Id="fil0f7e294ad1a045eba3ce25dc5de67bc7" KeyPath="yes" Source=".\Setup\DevExpress.XtraEditors.v18.2.dll" />
114
		</Component>
115
		<Component Id="cmpededd30d9213415d9d2d874cdc906f4d" Directory="INSTALLFOLDER" Guid="cc64c600-ab65-41cd-9f8a-08638115cdd0">
116
		  <File Id="fil06f7fbdc97654c9c9ad42983e205ea92" KeyPath="yes" Source=".\Setup\DevExpress.XtraGrid.v18.2.dll" />
117
		</Component>
118
		<Component Id="cmpacdaac95c093422080a80516b743a2f1" Directory="INSTALLFOLDER" Guid="fb11738e-deb4-4b1d-b074-557cb1e68c01">
119
		  <File Id="fil1ab312bf3c7646faaaf5d4afb0cc72e3" KeyPath="yes" Source=".\Setup\DevExpress.XtraLayout.v18.2.dll" />
120
		</Component>
121
		<Component Id="cmp0a8dd0991fb749fa8855367e306f66b4" Directory="INSTALLFOLDER" Guid="1d73d0c8-5659-4b3b-b793-4e7bae93e9c1">
122
		  <File Id="filb13a5b2470d44ad799840fc074c06bcf" KeyPath="yes" Source=".\Setup\DevExpress.XtraPrinting.v18.2.dll" />
123
		</Component>
124
		<Component Id="cmpdbe57bf91e794a6c8c0e5d23a16d383a" Directory="INSTALLFOLDER" Guid="3a0d08d8-fd15-476e-9abc-b2268da75cc3">
125
		  <File Id="fil4ca70f6a689e437f994e75e7aced92cd" KeyPath="yes" Source=".\Setup\DevExpress.XtraTreeList.v18.2.dll" />
126
		</Component>
127
		<Component Id="cmpf9a03b3be5e542329ca07243baae7bc7" Directory="INSTALLFOLDER" Guid="b479a9d5-e55b-43ca-8f99-95c5d544c486">
128
		  <File Id="fil9afdbb5ad2eb431db7f7e8c7aa345b80" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.dll" />
129
		</Component>
130
		<Component Id="cmp05ee1fef7c4540dfac00137be1a34024" Directory="INSTALLFOLDER" Guid="5345e4ce-3d70-42aa-a227-a8612a8e7cf9">
131
		  <File Id="fild6052a08f7e142a2b754840f45f7ff06" KeyPath="yes" Source=".\Setup\Oracle.ManagedDataAccess.dll" />
132
		</Component>
133
		<Component Id="cmpd947dcfcd3ad4846811fe561ce80b6d9" Directory="INSTALLFOLDER" Guid="8026542a-0d0f-4802-b7bd-8681c8a7649b">
134
		  <File Id="fil81854b9c71354b5e9e68e060b9f2074b" KeyPath="yes" Source=".\Setup\SPPIDConverter.dll" />
135
		</Component>
136
		<Component Id="cmp3fd818fef0c94e79b70a8bfd4216e5e1" Directory="INSTALLFOLDER" Guid="915e5e36-f50d-475c-8052-1d4405834edf">
137
		  <File Id="fil2d092ef8be324b7391c24e2278018e38" KeyPath="yes" Source=".\Setup\System.Data.SQLite.dll" />
138
		</Component>
139
		<Component Id="cmp33fc98f768ff4867aaeccbf8a53edbc4" Directory="INSTALLFOLDER" Guid="ccffc192-8624-46dc-9b72-c0c5f41f0b79">
140
		  <File Id="fil97b7e1ff311e4908b00786eb51ba88c3" KeyPath="yes" Source=".\Setup\System.Data.SQLite.EF6.dll" />
141
		</Component>
142
		<Component Id="cmp0665fca33b02482e920e2f72edd3d8a8" Directory="INSTALLFOLDER" Guid="6b1b5e86-e680-4b41-99f2-db7d62d830dc">
143
		  <File Id="fil578d74cc5e9f4e1baeb376a26ea9e8a8" KeyPath="yes" Source=".\Setup\System.Data.SQLite.Linq.dll" />
144
		</Component>
145
		<Component Id="cmp07A723C862F2A9EE9A0D3DBF602B0490" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="D8D7CCE1-3715-478C-97B8-C501D93BA90B">
146
			<File Id="filCA484022BCA56523344480B2BD2C03AC" KeyPath="yes" Source=".\Setup\de\DevExpress.Data.v18.2.resources.dll" />
147
		</Component>
148
		<Component Id="cmp3c639d4c7522478eb7ae3ffc7f628b37" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="040bada1-5422-49a0-90cf-a2d16544d0ca">
149
			<File Id="filabbbda44abb64ce18190aca5127af752" KeyPath="yes" Source=".\Setup\de\DevExpress.Spreadsheet.v18.2.Core.resources.dll" />
150
		</Component>
151
		<Component Id="cmp231134E0F9CB739A6FBE3367B4648580" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="E1751B7A-E9D2-4D69-8F42-61A9F743122B">
152
			<File Id="filB8F6C66059174E8A05399D2E176A159F" KeyPath="yes" Source=".\Setup\de\DevExpress.Dialogs.v18.2.Core.resources.dll" />
153
		</Component>
154
		<Component Id="cmp83F823486283DF107AA1A231F8319398" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="7B4069EF-B52C-4E79-B835-7F66982C8211">
155
			<File Id="fil1592B5995B51FE3A6A1D3A71C27DC050" KeyPath="yes" Source=".\Setup\de\DevExpress.Office.v18.2.Core.resources.dll" />
156
		</Component>
157
		<Component Id="cmpEE24A9D6CFC5AA0AFECEF03CFB599677" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="8B6AF2B5-0E0B-4939-AF48-902A9CAB382C">
158
			<File Id="fil600FF8763D5389841980C5ABA53B7280" KeyPath="yes" Source=".\Setup\de\DevExpress.Pdf.v18.2.Core.resources.dll" />
159
		</Component>
160
		<Component Id="cmp52E8221A44E25857CFCD5385E429D02E" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="F2BF0542-5631-46BF-8959-04E53213C54C">
161
			<File Id="filD6D93401C57221CA7B1E4E30F61B38FD" KeyPath="yes" Source=".\Setup\de\DevExpress.Printing.v18.2.Core.resources.dll" />
162
		</Component>
163
		<Component Id="cmp393DC2DD9FD15C6FD4E2095C494E9DC5" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="C48224A3-3E86-4E8B-AAD5-140BD137C53E">
164
			<File Id="filCA04DA64A588AFA1AB3E9D737B054C4A" KeyPath="yes" Source=".\Setup\de\DevExpress.RichEdit.v18.2.Core.resources.dll" />
165
		</Component>
166
		<Component Id="cmp733FD988915587D1F63026E65BB316B5" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="B961DB5A-6D2D-4BB2-B863-0CE739E75BDF">
167
			<File Id="fil504A4539688CC3E8B4D0003266592751" KeyPath="yes" Source=".\Setup\de\DevExpress.Sparkline.v18.2.Core.resources.dll" />
168
		</Component>
169
		<Component Id="cmp15F983BCCD447968DF4F8F17F8D623F4" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="50AB4539-33DC-48BE-97EF-59FE637BA040">
170
			<File Id="fil48CDAFE8D7EEF7F241A74A61533A3294" KeyPath="yes" Source=".\Setup\de\DevExpress.Utils.v18.2.resources.dll" />
171
		</Component>
172
		<Component Id="cmpA6CABF29C7804C46238967E7DB13D522" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="FBB0F8FE-3EFE-4103-9ECF-7446C7BDF623">
173
			<File Id="filBC151D645AD4C28F23855766CCED8D16" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraBars.v18.2.resources.dll" />
174
		</Component>
175
		<Component Id="cmp3E91C4637ABB808045EDE6C2F059D4E7" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="671B5D50-60A8-4022-83EA-00EB4E022119">
176
			<File Id="filD336061FE1EA22791FD66C4FA8726033" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraEditors.v18.2.resources.dll" />
177
		</Component>
178
		<Component Id="cmp0D9129A3C98DE12E6C5C563828E16639" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="35D272C9-0554-4F43-8FC7-0340B51FA722">
179
			<File Id="filE3F727C6B3F1E760D7C8E4DF13FCE241" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraGrid.v18.2.resources.dll" />
180
		</Component>
181
		<Component Id="cmp0746EFF96E800CA2CE0AD212D5AE9BDE" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="61ED8EBF-0209-4790-9269-AAF50FE35D7C">
182
			<File Id="filE05E46A0C069F37EB2650C50D1A6649A" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraLayout.v18.2.resources.dll" />
183
		</Component>
184
		<Component Id="cmp516FB6045FFE0B567C806CED5B203C04" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="ADA15153-6A0B-469F-9DA5-EEAAE8EF187A">
185
			<File Id="fil873DEBF9F00A9722FA298872D60EF2E6" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraPrinting.v18.2.resources.dll" />
186
		</Component>
187
		<Component Id="cmpDF8BE4ABC8237BCBFC720F37976FB926" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="F4CB2096-FC42-48B8-93AE-139D05B22946">
188
			<File Id="fil8FC4BADDB1F59DD83926572CCB0D6C6F" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraTreeList.v18.2.resources.dll" />
189
		</Component>
190
		<Component Id="cmpFDB0E376C7898FA61919EF88D5924510" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="80C3E262-0467-44A1-ABBA-50F842C177C6">
191
			<File Id="fil4E562F8DC7AC0EE42D32D93BB431ACFC" KeyPath="yes" Source=".\Setup\es\DevExpress.Data.v18.2.resources.dll" />
192
		</Component>
193
		<Component Id="cmpbe4735ddb2bf4111832ea78ef4f3a68e" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="f2ae8ba2-82b0-4239-9334-2c591ae9b81e">
194
			<File Id="filbd655baa0a154cadbf4762b9324532a3" KeyPath="yes" Source=".\Setup\es\DevExpress.Spreadsheet.v18.2.Core.resources.dll" />
195
		</Component>
196
		<Component Id="cmp45817A439A46F2657AA1A4330F14E785" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="04733D2D-DAB6-45BE-B095-9C5235EA2F7F">
197
			<File Id="fil88AAF3487525B6ED66E97047B4B35446" KeyPath="yes" Source=".\Setup\es\DevExpress.Dialogs.v18.2.Core.resources.dll" />
198
		</Component>
199
		<Component Id="cmp6389628274F6B7FF8A43B5E050487673" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="15D97E0E-FAEA-4EAC-BFDD-E3988413A9C7">
200
			<File Id="filDC3D6D241495A5F0729768BF0108E1A7" KeyPath="yes" Source=".\Setup\es\DevExpress.Office.v18.2.Core.resources.dll" />
201
		</Component>
202
		<Component Id="cmpB2E57B38F754E4FBA94310914DDC1683" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="3D86B91E-D17A-4B23-AF0A-598116CBBD0D">
203
			<File Id="filC7DDE97A27F3D148DFB898E73F84A4ED" KeyPath="yes" Source=".\Setup\es\DevExpress.Pdf.v18.2.Core.resources.dll" />
204
		</Component>
205
		<Component Id="cmp52F7B10C96A2616DC5591DE402016665" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="383AB2FE-B49F-4F18-8930-99A05E931D0A">
206
			<File Id="fil17C864C1CF7CD94A48E002E95240A8CB" KeyPath="yes" Source=".\Setup\es\DevExpress.Printing.v18.2.Core.resources.dll" />
207
		</Component>
208
		<Component Id="cmpE3CA2AAF489919367FC64C1A8FF72D0E" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="CABB5C5B-4AC0-4A67-B431-95273B8CC216">
209
			<File Id="fil14D2CD785958E2B5060D90894417EF55" KeyPath="yes" Source=".\Setup\es\DevExpress.RichEdit.v18.2.Core.resources.dll" />
210
		</Component>
211
		<Component Id="cmp1884A6BEB08468E014F8298E8F2C8EB3" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="E80039D9-EE4F-451F-B559-F65D2A18A820">
212
			<File Id="filAE02B4EE51B5D17B5866E40421101B98" KeyPath="yes" Source=".\Setup\es\DevExpress.Sparkline.v18.2.Core.resources.dll" />
213
		</Component>
214
		<Component Id="cmp1ECD52AA681642DFBAC3843B7A496E56" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="37B5C992-2124-4C8F-A067-6B49B0675047">
215
			<File Id="filE5687FA479FA1191A3D11F0C44A14330" KeyPath="yes" Source=".\Setup\es\DevExpress.Utils.v18.2.resources.dll" />
216
		</Component>
217
		<Component Id="cmpBABC0624E977973041742D43892DA71A" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="18C2BA56-8411-49F8-820E-6C0B62EE5B0D">
218
			<File Id="filD9BCFCF527E4106CA16AF9DD1F3DE57B" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraBars.v18.2.resources.dll" />
219
		</Component>
220
		<Component Id="cmpC08FF75158DCF73A90CF640A596601C4" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="E26F3850-C567-4556-AF47-3F0530E8E2E2">
221
			<File Id="fil623608F326D7C68F47469E0DDF32929E" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraEditors.v18.2.resources.dll" />
222
		</Component>
223
		<Component Id="cmp3BB85BB89134C409455EC8CB9C9C2283" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="EC54ACCE-2229-443C-939A-62115B36A1F8">
224
			<File Id="filE43DB7AF1EA4F12FF3255BE652D30C23" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraGrid.v18.2.resources.dll" />
225
		</Component>
226
		<Component Id="cmp1B83FDD0C391CCF3D9951074B9E85B68" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="00A7C2B7-4B75-4F88-BF8E-B8422A6B5A0D">
227
			<File Id="fil5836526517CFF73B950983BE667CA3BE" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraLayout.v18.2.resources.dll" />
228
		</Component>
229
		<Component Id="cmp5524895BBC1780206722F49F01ADE604" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="2A727D68-AFF8-4DB3-A95A-AB3CCAD5F2AE">
230
			<File Id="fil420E484A74C499E92BC32640AF933FF9" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraPrinting.v18.2.resources.dll" />
231
		</Component>
232
		<Component Id="cmpFD906076C1CFB70AA4B4826F7D1BD30E" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="D9C43C23-292B-493C-BA35-70AF52575018">
233
			<File Id="filB1A2FB32B8359F5CE86262C988ECE1FE" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraTreeList.v18.2.resources.dll" />
234
		</Component>
235
		<Component Id="cmp513CAAF244379833B9F81EC768DB2EF7" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="4FA7413C-DB37-4B64-B2BA-E2FE9EA7AF11">
236
			<File Id="fil133B2F45CE27B03E52EECDC781C63D49" KeyPath="yes" Source=".\Setup\ja\DevExpress.Data.v18.2.resources.dll" />
237
		</Component>
238
		<Component Id="cmp46474fc30c444d0d96e75357d3ae7acc" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="7cbda694-629b-4d9f-ab6a-3faf5993b17c">
239
			<File Id="fil3ad65755507a48eaa8c0bb1bcb8c8c07" KeyPath="yes" Source=".\Setup\ja\DevExpress.Spreadsheet.v18.2.Core.resources.dll" />
240
		</Component>
241
		<Component Id="cmpB996CB696027AA74EE5FDE3891801A0B" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="4A46D21A-DB00-482C-8D08-78C8F0301919">
242
			<File Id="fil8AE456014320B62AC729573C4B6B2D6D" KeyPath="yes" Source=".\Setup\ja\DevExpress.Dialogs.v18.2.Core.resources.dll" />
243
		</Component>
244
		<Component Id="cmpE371462AA73D58E91C5616A709FBCFB4" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="56016455-608F-4E6B-B808-8C30FCC80E60">
245
			<File Id="fil621694311272CF5199C1F5E47E3E58C3" KeyPath="yes" Source=".\Setup\ja\DevExpress.Office.v18.2.Core.resources.dll" />
246
		</Component>
247
		<Component Id="cmp0EA4232A26E3CB980EC1567D35E104C1" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="D237E59C-86AC-4E7B-B6B6-75AC83FA4A23">
248
			<File Id="fil6C506ABE0A2907D66545ECCFC9F7DCFD" KeyPath="yes" Source=".\Setup\ja\DevExpress.Pdf.v18.2.Core.resources.dll" />
249
		</Component>
250
		<Component Id="cmp9A082FD6318175991BB78BDE4FF0DD9E" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="596BE2C2-DEFE-4C15-81EB-5CB73871CA60">
251
			<File Id="fil25AD28B1E52A2D58E6C4798554141317" KeyPath="yes" Source=".\Setup\ja\DevExpress.Printing.v18.2.Core.resources.dll" />
252
		</Component>
253
		<Component Id="cmp549BC01C0F542F6A0033C507ED7FD191" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="5CE20E16-F110-43E3-9E3C-8E5B3B8BD8C5">
254
			<File Id="fil640C3B9D0AE624B38A7AFEF0A4876301" KeyPath="yes" Source=".\Setup\ja\DevExpress.RichEdit.v18.2.Core.resources.dll" />
255
		</Component>
256
		<Component Id="cmp68D76803A2D7000AB30810D3F9D1BFDA" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="96518EE5-4EDD-4BBF-8F93-2AE1F31809DB">
257
			<File Id="fil114F67C5E0FEEAF05DC1AA393627BAF9" KeyPath="yes" Source=".\Setup\ja\DevExpress.Sparkline.v18.2.Core.resources.dll" />
258
		</Component>
259
		<Component Id="cmp1E929F81DDC38F08F66589C17E1ED3DB" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="C72844A1-A9DB-4184-8489-9E52C6B16A3C">
260
			<File Id="fil243AAB3F632E5DE102FAA2261D5E5E29" KeyPath="yes" Source=".\Setup\ja\DevExpress.Utils.v18.2.resources.dll" />
261
		</Component>
262
		<Component Id="cmpE28E7C769DC55360A77C3CFDEB2ED6D4" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="90BFBC48-7A02-4C23-8E2D-1269052E70E4">
263
			<File Id="fil1AD5DF18C7FE17B2B41DDE8116C93F48" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraBars.v18.2.resources.dll" />
264
		</Component>
265
		<Component Id="cmpD88356FA5B0A03A82B2D92C2B1167E17" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="0061E1B9-765B-4E26-A52D-D7754385837A">
266
			<File Id="filD54A0EE524CD5D86FE002249B5B4ABC3" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraEditors.v18.2.resources.dll" />
267
		</Component>
268
		<Component Id="cmpD2F08680A770A2B4C47A9EAC120A03E1" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="DAC0EBDE-21D5-447C-8392-E8C5D34A781F">
269
			<File Id="fil4F5D41447E7F0A93644894484A06C3DA" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraGrid.v18.2.resources.dll" />
270
		</Component>
271
		<Component Id="cmpE36CE98F0D76E0923935598479C0F1D7" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="0B1B712A-0B3B-4497-BCCF-B20AFC516FAA">
272
			<File Id="fil13148D48CFBC10BAC0266050081FDFA6" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraLayout.v18.2.resources.dll" />
273
		</Component>
274
		<Component Id="cmp63219C323955E38AED359CDB9232A79C" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="A647D055-DA31-4299-88FD-F060AE279F6A">
275
			<File Id="fil9B01CFA3A24D2CB217728579EF3F50D7" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraPrinting.v18.2.resources.dll" />
276
		</Component>
277
		<Component Id="cmpAF28E0D8309D8DD6AA706747C54A0FAC" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="A9E2830B-380F-4F19-B1B7-5F13159BECA6">
278
			<File Id="fil11880C09C8D538BEB4C18162C996860B" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraTreeList.v18.2.resources.dll" />
279
		</Component>
280
		<Component Id="cmpA8361C6642E2DD37C60C4B428152DD64" Directory="dirF152986C1E6339E5EF84FD1370841521" Guid="42AE4B67-A556-44C4-B13D-0449BBDCCD06">
281
			<File Id="fil56BC410436C299D53308726E7309B6F2" KeyPath="yes" Source=".\Setup\ko\SPPIDConverter.resources.dll" />
282
		</Component>
283
		<Component Id="cmp193D408EDBE646DEC0CF3C6A3E7C539C" Directory="dirF152986C1E6339E5EF84FD1370841521" Guid="0749EC5B-5913-4E8F-A2A6-FB8411A5AD6D">
284
			<File Id="filA6C0363E943F948B0D0F9B3BD70566F7" KeyPath="yes" Source=".\Setup\ko\SPPIDConverter_AutoModeling.resources.dll" />
285
		</Component>
286
		<Component Id="cmpDD1FE8C874470DDD60587545E91615A2" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="14637B4D-9E2F-4D69-BB25-710C9223B677">
287
			<File Id="fil6A53DACB07113C9CFCD858C2A6163538" KeyPath="yes" Source=".\Setup\ru\DevExpress.Data.v18.2.resources.dll" />
288
		</Component>
289
		<Component Id="cmpdf742e91dc7d4e5892bcbae747d7fbdc" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="45859bf3-d79e-40ec-ad12-f6c7a72e9ef3">
290
			<File Id="filab9daff96bb746e8bf417e903b4fc342" KeyPath="yes" Source=".\Setup\ru\DevExpress.Spreadsheet.v18.2.Core.resources.dll" />
291
		</Component>
292
		<Component Id="cmpC6B8D69BCA526580FC518495D2756A3C" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="7A02BB8A-D7AB-4DF0-9E08-18C617CEC9B7">
293
			<File Id="fil801C12CB4DAEC17A35F717EA3524FD7E" KeyPath="yes" Source=".\Setup\ru\DevExpress.Dialogs.v18.2.Core.resources.dll" />
294
		</Component>
295
		<Component Id="cmp58DB44CC44A769AFD9ABBE45E52DA4B6" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="255DF4EE-BC72-48C6-918A-875CC5F1FA77">
296
			<File Id="fil2F296EE2C7287E24EE171B04DB8DFFFE" KeyPath="yes" Source=".\Setup\ru\DevExpress.Office.v18.2.Core.resources.dll" />
297
		</Component>
298
		<Component Id="cmp67B5B6E742A857A23A0FB0301BB77E66" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="D20FE2B7-B11B-4C57-953E-2F6218172C0F">
299
			<File Id="filF3687A361D9645A754FC8C872696DE98" KeyPath="yes" Source=".\Setup\ru\DevExpress.Pdf.v18.2.Core.resources.dll" />
300
		</Component>
301
		<Component Id="cmp29BC23CD0B4737739EDA7F3308FEAD19" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="8B8F5475-DF44-4D07-A9C9-E0E3F56021B5">
302
			<File Id="fil6804B4AEF085351939C4D7A8441B6D9C" KeyPath="yes" Source=".\Setup\ru\DevExpress.Printing.v18.2.Core.resources.dll" />
303
		</Component>
304
		<Component Id="cmp733ACC3D8647842D6531F8D1277B1B6A" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="CDB4D339-19EA-4E07-92D7-8B847C56A807">
305
			<File Id="filE1C1E36F5F5092190C58AA3A5CAA8478" KeyPath="yes" Source=".\Setup\ru\DevExpress.RichEdit.v18.2.Core.resources.dll" />
306
		</Component>
307
		<Component Id="cmpF548701DAD8861924C92FD6344FDE694" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="43D6D21A-F853-459B-99B4-77AF95CEE39F">
308
			<File Id="fil6E316C1CBCE5F40CA348CB1018711C2A" KeyPath="yes" Source=".\Setup\ru\DevExpress.Sparkline.v18.2.Core.resources.dll" />
309
		</Component>
310
		<Component Id="cmpEF9FCB8555DCD82DC0C50C66149F8C99" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="A80715D7-FCA8-443E-8E25-71993EF64C5A">
311
			<File Id="fil341B41D0F4F8CB784D798463D124A152" KeyPath="yes" Source=".\Setup\ru\DevExpress.Utils.v18.2.resources.dll" />
312
		</Component>
313
		<Component Id="cmp50D0A6BA0EE6825B6C8BEF8B509C76B1" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="76C7683D-0D2A-4422-B272-335E48B56416">
314
			<File Id="fil857439445B78D09C9EF67A55609F8CF9" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraBars.v18.2.resources.dll" />
315
		</Component>
316
		<Component Id="cmp27BB8C94E91D11AE377B4F67A4137FD4" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="B5FF92D6-AEEA-419D-98C5-89C8E4F89BA5">
317
			<File Id="fil8E096D553899028C95804E664FAAA877" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraEditors.v18.2.resources.dll" />
318
		</Component>
319
		<Component Id="cmp63BAB9BF86328C9951CEAEB179CDC62B" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="4C4734BF-D1AA-4D4E-B40B-7968705E8E9B">
320
			<File Id="fil03FC8D89EAD19E75D0AA67145984FB50" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraGrid.v18.2.resources.dll" />
321
		</Component>
322
		<Component Id="cmp820B4786A2E055EB49423974548084D9" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="AF0BEE69-DAE9-43BF-9426-A2DA39AE6790">
323
			<File Id="filC5B74B7F4B97A3FA912431E5FD85BBFF" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraLayout.v18.2.resources.dll" />
324
		</Component>
325
		<Component Id="cmp9E9B70C7250CD8906E360735FFFA57D8" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="DB02E685-9F5C-4C9F-877A-EF124F6DD8B4">
326
			<File Id="fil6EE58B57144470263D59190F16C89991" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraPrinting.v18.2.resources.dll" />
327
		</Component>
328
		<Component Id="cmp347775F708F81B2B64CE3CA39F892EDD" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="F4580815-8FDF-449F-86E2-EAFCC7CC6484">
329
			<File Id="filE2B8C3856324D77F342851FA6A41BCF5" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraTreeList.v18.2.resources.dll" />
330
		</Component>
331
		<Component Id="cmp19F6DF8A2ABC78D782D76F1EEC9A5800" Directory="dir43FCCFA109FBF584D9155DCE31E452EB" Guid="883CC44F-4895-4B27-9CE0-D6D94D10F9E7">
332
			<File Id="filC7EA62E1AC64247AFBE682E8631402B8" KeyPath="yes" Source=".\Setup\x64\SQLite.Interop.dll" />
333
		</Component>
334
		<Component Id="cmp77484AF39EF2F8BD64E876C33A1C3E49" Directory="dir97F42FF68945B97AAE670945C4FDAE93" Guid="664F6764-0C91-4D5B-BFA7-72703EEFC1D4">
335
			<File Id="filD2ACACD0EBAF09B1953E9C3793C13C69" KeyPath="yes" Source=".\Setup\x86\SQLite.Interop.dll" />
336
		</Component>
337
    <Component Id="cmp66528080cf1b43028faaae648cc9e94f" Directory="INSTALLFOLDER" Guid="a7bad033-1115-4388-82a3-ab8664a2a121">
338
			<File Id="fil87f81c4802cc46998598ea2fbd2e05b5" KeyPath="yes" Source=".\DTI_PID\Perpetuallicense\licenses.licx" />
339
		</Component>
340
      </ComponentGroup>
341
  </Fragment>
342
</Wix>
클립보드 이미지 추가 (최대 크기: 500 MB)