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