개정판 70131c95
dev issue #000 : add
Change-Id: I758fb12c229a820e72928bdf88fcfb33fa1906ea
ID2Report.wxs | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
|
3 |
<Product Id="*" Name="ID2Report" 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="ID2Report" Level="1"> |
|
13 |
<ComponentGroupRef Id="ID2Report" /> |
|
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\ID2Report" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
|
22 |
<Shortcut Id="DesktopShortcut" |
|
23 |
Directory="DesktopFolder" |
|
24 |
Name="ID2Report" |
|
25 |
Description="ID2 Report Program" |
|
26 |
Target="[INSTALLFOLDER]ID2Report.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="ID2Report" /> |
|
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="UI"> |
|
50 |
<Directory Id="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Name="de" /> |
|
51 |
<Directory Id="dirE33F77AF6C754562C3BFC7F596C7C385" Name="es" /> |
|
52 |
<Directory Id="dir336673F87585AE78BE4622541CAE34CA" Name="ja" /> |
|
53 |
<Directory Id="dirEA5D0794475A08BA33984CB7D7C09241" Name="ru" /> |
|
54 |
<Directory Id="dirBD7868906CFFB145782803A9DAA3A1AF" Name="x64" /> |
|
55 |
<Directory Id="dir978FC0AB94AB39BE3FFC81FB2D2BCCAF" Name="x86" /> |
|
56 |
</DirectoryRef> |
|
57 |
|
|
58 |
<DirectoryRef Id="TARGETDIR"> |
|
59 |
<Component Id="RegistryEntries" Guid="5376EB0F-AB87-42CB-9121-9D42770129D4"> |
|
60 |
<RegistryKey Root="HKLM" |
|
61 |
Key="Software\DOFTECH\ID2Report" |
|
62 |
Action="createAndRemoveOnUninstall"> |
|
63 |
<RegistryValue Type="string" Name="Path" Value="[INSTALLFOLDER]"/> |
|
64 |
</RegistryKey> |
|
65 |
</Component> |
|
66 |
</DirectoryRef> |
|
67 |
</Fragment> |
|
68 |
|
|
69 |
<Fragment> |
|
70 |
<ComponentGroup Id="ID2Report"> |
|
71 |
<Component Id="cmp9EA2EE03EA76F1DD002F593D1389539F" Directory="UI" Guid="440423CF-5267-4355-B6A6-7D7530435062" Win64="yes"> |
|
72 |
<File Id="fil68CA1738507DC89A08D7A9C56C5FD861" KeyPath="yes" Source=".\Setup_Report\DevExpress.Charts.v18.2.Core.dll" /> |
|
73 |
</Component> |
|
74 |
<Component Id="cmpD547FDDA6197AA5856EEAF81574BE6A8" Directory="UI" Guid="3E4EB183-F761-4394-98A0-B1FE03DD28D5" Win64="yes"> |
|
75 |
<File Id="filE12034227F0C96B7DB4F1AF6D07A606A" KeyPath="yes" Source=".\Setup_Report\DevExpress.CodeParser.v18.2.dll" /> |
|
76 |
</Component> |
|
77 |
<Component Id="cmp3DA1B28229F89E40F496A9C8BB3EADC8" Directory="UI" Guid="73E6D473-A30A-457C-9117-8FD0705B6B2E" Win64="yes"> |
|
78 |
<File Id="filF2288E90DB54C6DBB170F2D0D75F2269" KeyPath="yes" Source=".\Setup_Report\DevExpress.Data.v18.2.dll" /> |
|
79 |
</Component> |
|
80 |
<Component Id="cmp853DF8E9E7114D37E58E402924F2DB4C" Directory="UI" Guid="518489BB-EC2A-47B0-B6E1-203167AAFB49" Win64="yes"> |
|
81 |
<File Id="filC9C9CE80A49045924F8164FB2569B84B" KeyPath="yes" Source=".\Setup_Report\DevExpress.Data.v18.2.xml" /> |
|
82 |
</Component> |
|
83 |
<Component Id="cmpB8E6C101ED15E93F3BF32AE560BD9D73" Directory="UI" Guid="EC89FD22-EEA1-48A0-8E68-1A29C85B5892" Win64="yes"> |
|
84 |
<File Id="filB48AE507508744B6D378A3F7C49B03DD" KeyPath="yes" Source=".\Setup_Report\DevExpress.DataAccess.v18.2.dll" /> |
|
85 |
</Component> |
|
86 |
<Component Id="cmp997902FC7EB11F6ACD60B17394761CC0" Directory="UI" Guid="E4336A23-FD24-4F5E-98BE-C25DC4BBF010" Win64="yes"> |
|
87 |
<File Id="fil8CC51B6AFDD2F11F14FD67CB4962C063" KeyPath="yes" Source=".\Setup_Report\DevExpress.DataAccess.v18.2.UI.dll" /> |
|
88 |
</Component> |
|
89 |
<Component Id="cmp1CF050256684C46667AC9E0C87587840" Directory="UI" Guid="7EC2817B-9A41-4364-99D1-2DDAB2757D95" Win64="yes"> |
|
90 |
<File Id="fil39A02F139826A512E6A42ED43EF5D436" KeyPath="yes" Source=".\Setup_Report\DevExpress.DataAccess.v18.2.UI.xml" /> |
|
91 |
</Component> |
|
92 |
<Component Id="cmp715A9F8ADF33025B5083A01023DCA592" Directory="UI" Guid="6BD12D5A-3FD9-43E5-8A6A-E3164FE86AD9" Win64="yes"> |
|
93 |
<File Id="filDD3E1DFB1C8F59F0EEC7AADA9C3FE569" KeyPath="yes" Source=".\Setup_Report\DevExpress.DataAccess.v18.2.xml" /> |
|
94 |
</Component> |
|
95 |
<Component Id="cmpFC4B0209264B772BDEEB6AC9CE2E173F" Directory="UI" Guid="7A1595ED-70C2-4501-9785-C9D0F5539FB2" Win64="yes"> |
|
96 |
<File Id="filAFEE7D4F7425CF4A87824F4FB7D3358F" KeyPath="yes" Source=".\Setup_Report\DevExpress.Diagram.v18.2.Core.dll" /> |
|
97 |
</Component> |
|
98 |
<Component Id="cmp9578A74F22D754E039CC508B05D60694" Directory="UI" Guid="09391C7D-B4F1-47C1-BBC0-F12CFA0162DA" Win64="yes"> |
|
99 |
<File Id="fil57EF3DE5A865F04EA44596AC6ABA4852" KeyPath="yes" Source=".\Setup_Report\DevExpress.Diagram.v18.2.Core.xml" /> |
|
100 |
</Component> |
|
101 |
<Component Id="cmp0718A4ACDA836A73F0F34E30C052DE93" Directory="UI" Guid="40AB1E85-24C0-4203-AA6F-599DDB392FE7" Win64="yes"> |
|
102 |
<File Id="fil2076BE846078DB4751807D16D7158ABE" KeyPath="yes" Source=".\Setup_Report\DevExpress.Dialogs.v18.2.Core.dll" /> |
|
103 |
</Component> |
|
104 |
<Component Id="cmp6FF07B5C700FD1DF266FD552944C8B00" Directory="UI" Guid="0B8D5226-4887-455B-802E-1324022E7D45" Win64="yes"> |
|
105 |
<File Id="fil734F0107797E9962B2D5E82F9358A3C2" KeyPath="yes" Source=".\Setup_Report\DevExpress.Images.v18.2.dll" /> |
|
106 |
</Component> |
|
107 |
<Component Id="cmp89C470295C023D1AF10F778AD9D45CFC" Directory="UI" Guid="C5EF4C84-17D8-4893-BBEA-462D054D454A" Win64="yes"> |
|
108 |
<File Id="filEF1DE832BFF4A04FA33ACA676D45BA6A" KeyPath="yes" Source=".\Setup_Report\DevExpress.Office.v18.2.Core.dll" /> |
|
109 |
</Component> |
|
110 |
<Component Id="cmp83A941419E77A9FCF843D51E70FF5A80" Directory="UI" Guid="8C0217A6-813B-4C86-9138-8F4AB57F3880" Win64="yes"> |
|
111 |
<File Id="fil3D140BF8C6C42B512C3EDF68E2E7BBCB" KeyPath="yes" Source=".\Setup_Report\DevExpress.Office.v18.2.Core.xml" /> |
|
112 |
</Component> |
|
113 |
<Component Id="cmp4B8A6B806E73A95AF500A9E9E2633788" Directory="UI" Guid="4DC21EAD-15AF-4122-B3E5-8CDE69D8D3D6" Win64="yes"> |
|
114 |
<File Id="fil30837974C7B8EA3A1369B77C530B4E53" KeyPath="yes" Source=".\Setup_Report\DevExpress.Pdf.v18.2.Core.dll" /> |
|
115 |
</Component> |
|
116 |
<Component Id="cmp11BDE73352324D762558821A4819F12E" Directory="UI" Guid="816E7D14-D6D2-42D6-8F19-9AAD7938A147" Win64="yes"> |
|
117 |
<File Id="filDCC0EC79D2498CB80750F3D3830D6F3B" KeyPath="yes" Source=".\Setup_Report\DevExpress.Pdf.v18.2.Core.xml" /> |
|
118 |
</Component> |
|
119 |
<Component Id="cmp0CDBAB98CCB46070A77164BFC94F6008" Directory="UI" Guid="2A452D1E-44C1-49B6-8479-D755375B0CA0" Win64="yes"> |
|
120 |
<File Id="fil5B581F7542318B3F03F50381B08B40F2" KeyPath="yes" Source=".\Setup_Report\DevExpress.PivotGrid.v18.2.Core.dll" /> |
|
121 |
</Component> |
|
122 |
<Component Id="cmpAEF40121863127A9D01232DB14513C00" Directory="UI" Guid="660F86A7-FC12-4DC8-8E68-22D7256A6FA3" Win64="yes"> |
|
123 |
<File Id="fil96DD55EE63AB472C3138EAE4A7373069" KeyPath="yes" Source=".\Setup_Report\DevExpress.PivotGrid.v18.2.Core.xml" /> |
|
124 |
</Component> |
|
125 |
<Component Id="cmp49B2FCC27E6F3BB46A2B9A9EB19236EF" Directory="UI" Guid="8D2ADE28-AEE8-4493-BEFA-3D665BEE2804" Win64="yes"> |
|
126 |
<File Id="fil2491A9B1462F05CFA1E0139C77A71656" KeyPath="yes" Source=".\Setup_Report\DevExpress.Printing.v18.2.Core.dll" /> |
|
127 |
</Component> |
|
128 |
<Component Id="cmp5F785F7CF4317C2441899A61B4F083C8" Directory="UI" Guid="1D1AB433-3C09-411E-8ACD-6CAB6C95C6B1" Win64="yes"> |
|
129 |
<File Id="fil2171595E734BDA9D0C753308112C33EF" KeyPath="yes" Source=".\Setup_Report\DevExpress.Printing.v18.2.Core.xml" /> |
|
130 |
</Component> |
|
131 |
<Component Id="cmp2B04D54A88417C4D0D090D2C4626F3B9" Directory="UI" Guid="5D3B2267-E04A-48A7-8447-D23AFAE7A00E" Win64="yes"> |
|
132 |
<File Id="fil4A816E054C4E91867E1461F57ECF60CC" KeyPath="yes" Source=".\Setup_Report\DevExpress.RichEdit.v18.2.Core.dll" /> |
|
133 |
</Component> |
|
134 |
<Component Id="cmp5219969C8BE4C97D7FAD019EB37F1CA0" Directory="UI" Guid="B2989C9A-B18F-4984-A015-E0A9FC0272E0" Win64="yes"> |
|
135 |
<File Id="filDD8BA0AACB1DC0F7A0E7DB911828C573" KeyPath="yes" Source=".\Setup_Report\DevExpress.RichEdit.v18.2.Core.xml" /> |
|
136 |
</Component> |
|
137 |
<Component Id="cmp0CD3A5BF7441E076A5CFAC61680E8D13" Directory="UI" Guid="B2090CC1-3336-43C0-8B98-BAD28B72593E" Win64="yes"> |
|
138 |
<File Id="fil0D0C2E7C565EEDB1F90B9282A64FDE77" KeyPath="yes" Source=".\Setup_Report\DevExpress.Sparkline.v18.2.Core.dll" /> |
|
139 |
</Component> |
|
140 |
<Component Id="cmp18F902A35601D50F130FA5CA4974AF55" Directory="UI" Guid="E0ABEF61-53E8-4E70-9FC1-C39ADCBE4D12" Win64="yes"> |
|
141 |
<File Id="filE7CAA750F6F3B3A97F93AB38CE64A26E" KeyPath="yes" Source=".\Setup_Report\DevExpress.Sparkline.v18.2.Core.xml" /> |
|
142 |
</Component> |
|
143 |
<Component Id="cmp995589B40F3DB31206911FA91CA14CC6" Directory="UI" Guid="C0D8A733-ABC6-45E5-840B-D3EBE79C5331" Win64="yes"> |
|
144 |
<File Id="filA0C7CA25A7F942CBF26E4EB9D02A9A61" KeyPath="yes" Source=".\Setup_Report\DevExpress.Spreadsheet.v18.2.Core.dll" /> |
|
145 |
</Component> |
|
146 |
<Component Id="cmpA7FF6543F4A467B914A5C7D01656CC43" Directory="UI" Guid="FD0E9810-5B8A-42BC-B818-C69D37DA9F94" Win64="yes"> |
|
147 |
<File Id="filCFDDD936B56A0280E1B2C68D72C3E28D" KeyPath="yes" Source=".\Setup_Report\DevExpress.Spreadsheet.v18.2.Core.xml" /> |
|
148 |
</Component> |
|
149 |
<Component Id="cmpA4B9171FCA7738B2893B4C23EAB08541" Directory="UI" Guid="D8568014-9F81-4978-BAC0-A0FB7D8D850F" Win64="yes"> |
|
150 |
<File Id="fil1A6D30FC4123B11C4D4DA47FAC99F9D8" KeyPath="yes" Source=".\Setup_Report\DevExpress.Utils.v18.2.dll" /> |
|
151 |
</Component> |
|
152 |
<Component Id="cmpE0F55EB0B7F02EB2E74A8040B736E92A" Directory="UI" Guid="C68EB91E-7BF6-4FB0-8FE8-7D64E06D34A7" Win64="yes"> |
|
153 |
<File Id="filB151E858EF094011C4A96FB7A8DFEA87" KeyPath="yes" Source=".\Setup_Report\DevExpress.Utils.v18.2.UI.dll" /> |
|
154 |
</Component> |
|
155 |
<Component Id="cmpF20524BE14421591404A2A0DD14E7FEB" Directory="UI" Guid="1C0FBCF3-4E7B-48A7-85C1-168EAAC51681" Win64="yes"> |
|
156 |
<File Id="filAAB25B78933EAC2B66080F6137F40071" KeyPath="yes" Source=".\Setup_Report\DevExpress.Utils.v18.2.UI.xml" /> |
|
157 |
</Component> |
|
158 |
<Component Id="cmp30B743FB4CB2AA2211769061BA1C75A5" Directory="UI" Guid="9AB1C9A8-9B69-4EAC-BCED-A611EABD30F0" Win64="yes"> |
|
159 |
<File Id="fil3ECF1203D110B3C00A16E10F54914990" KeyPath="yes" Source=".\Setup_Report\DevExpress.Utils.v18.2.xml" /> |
|
160 |
</Component> |
|
161 |
<Component Id="cmpF5E84640AE7ED620FAFAA187839F0592" Directory="UI" Guid="F7EF85E0-E0F1-460D-B359-5C5C933952EF" Win64="yes"> |
|
162 |
<File Id="fil09C3F9DC8F4C7807792CD26A6E37CD9F" KeyPath="yes" Source=".\Setup_Report\DevExpress.Xpo.v18.2.dll" /> |
|
163 |
</Component> |
|
164 |
<Component Id="cmp84B5E1E9AEE2795F40200EF75A573156" Directory="UI" Guid="24796FAF-FC63-45FC-9232-E0BB9521C14A" Win64="yes"> |
|
165 |
<File Id="fil3A438FE9D4C4C4503DDA9134C1CB6DB7" KeyPath="yes" Source=".\Setup_Report\DevExpress.Xpo.v18.2.xml" /> |
|
166 |
</Component> |
|
167 |
<Component Id="cmp855F051D080498916E4090A39D0EBE34" Directory="UI" Guid="EB877B3C-DE28-4DEF-A720-A929BF77B178" Win64="yes"> |
|
168 |
<File Id="fil195A2E86611C7C1EEAF3A12C2B71D9BE" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraBars.v18.2.dll" /> |
|
169 |
</Component> |
|
170 |
<Component Id="cmpC97FABD752066B2B323E19F8A6E2E184" Directory="UI" Guid="B40B7E92-4E8E-4AEB-8155-561F8B272017" Win64="yes"> |
|
171 |
<File Id="fil27F5D3C7B846E9CF3AB5BF4128C800CE" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraBars.v18.2.xml" /> |
|
172 |
</Component> |
|
173 |
<Component Id="cmpBE7D22961E69DCE476A63B81F2FBE917" Directory="UI" Guid="9B3F79F7-408A-4305-B6A2-A66A29B4338F" Win64="yes"> |
|
174 |
<File Id="filC2415CF286E4BEB8B559A249B8177458" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraCharts.v18.2.dll" /> |
|
175 |
</Component> |
|
176 |
<Component Id="cmp96BE7CDB6D90661087A94B645865F57B" Directory="UI" Guid="6D55886F-9C2A-4322-BAEE-11106A0FBBE7" Win64="yes"> |
|
177 |
<File Id="fil0D82A8C8235DCCC77A1FD5DE02EB2618" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraCharts.v18.2.xml" /> |
|
178 |
</Component> |
|
179 |
<Component Id="cmp0EA2D5A79B3B50A6612B7FE06313BD31" Directory="UI" Guid="961193A3-0EA0-45D1-8B7C-6763C05BC132" Win64="yes"> |
|
180 |
<File Id="filE8DBBD93CADE738F1FC68AEA1B2E9518" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraDiagram.v18.2.dll" /> |
|
181 |
</Component> |
|
182 |
<Component Id="cmp92DF97B7B07C2FA50E5AED84F901719F" Directory="UI" Guid="5E4AE09A-5BAC-48C3-BDCC-7277F0CFCDC6" Win64="yes"> |
|
183 |
<File Id="fil6CF4CCCDC64EFDD3807C67216826CE02" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraDiagram.v18.2.xml" /> |
|
184 |
</Component> |
|
185 |
<Component Id="cmpB14D266EFB048A5B4DCAB11C9149F056" Directory="UI" Guid="C184F789-6754-4334-8A85-4D62120B7C7A" Win64="yes"> |
|
186 |
<File Id="filB9F0A22D63F649371BAB5B43FF865717" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraDialogs.v18.2.dll" /> |
|
187 |
</Component> |
|
188 |
<Component Id="cmpAF07F4EE51024FE47E88DDAB0D699B0A" Directory="UI" Guid="D59A98E7-68FC-44D7-8AE4-B1810F7CCB54" Win64="yes"> |
|
189 |
<File Id="filFF1862A0CC00711F873B4A15B513E825" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraDialogs.v18.2.xml" /> |
|
190 |
</Component> |
|
191 |
<Component Id="cmpEFB3B4A2B46CADE3B04ED1690FA0A7BF" Directory="UI" Guid="A6332B87-D4CA-448D-9B52-A045E97D5E20" Win64="yes"> |
|
192 |
<File Id="filE1A8DB0EB9710AA8DC8BAE28C2DBF8C1" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraEditors.v18.2.dll" /> |
|
193 |
</Component> |
|
194 |
<Component Id="cmpF7DBAE1E9133B49ABC699B781A2E7B70" Directory="UI" Guid="255404F7-BD2A-4C9B-9F01-67E8C41CD1EA" Win64="yes"> |
|
195 |
<File Id="filF453A97E7CE8D6ACBC67EA531F082C19" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraEditors.v18.2.xml" /> |
|
196 |
</Component> |
|
197 |
<Component Id="cmp828F6A0410F87A87FA1516D41AC97F22" Directory="UI" Guid="07420799-51EB-4A41-9981-C0304190AB3B" Win64="yes"> |
|
198 |
<File Id="filB8EBEA9793F4549975AFB1071B258F6E" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraGrid.v18.2.dll" /> |
|
199 |
</Component> |
|
200 |
<Component Id="cmp12AF461274B8D27D3982141A3C2F6B2D" Directory="UI" Guid="29A59E68-0D53-41F4-9A6B-586E7F800E29" Win64="yes"> |
|
201 |
<File Id="fil99BB715A9909921CEDD72A612152CE45" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraGrid.v18.2.xml" /> |
|
202 |
</Component> |
|
203 |
<Component Id="cmpD088E964EEE4CCF1A7A7E0AED88A7D58" Directory="UI" Guid="87A27F5F-5B71-4627-9F28-7F398E46D5D5" Win64="yes"> |
|
204 |
<File Id="filC32AE45B4CC8D89B473EA6B4FE49969F" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraLayout.v18.2.dll" /> |
|
205 |
</Component> |
|
206 |
<Component Id="cmp2147E41C7B0BEB3E3377E38F1410C32B" Directory="UI" Guid="8C216863-E36F-4698-A897-E3674A5F3EDE" Win64="yes"> |
|
207 |
<File Id="fil5692F5F072FB347259AD0C3DAAE4C8E1" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraLayout.v18.2.xml" /> |
|
208 |
</Component> |
|
209 |
<Component Id="cmp433A21132A884583853DC8925A4A066A" Directory="UI" Guid="E38B57E6-A978-429B-8BE7-35F6E768C55A" Win64="yes"> |
|
210 |
<File Id="fil614D3D3DAE109B6EE95D0615768C4ABE" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraNavBar.v18.2.dll" /> |
|
211 |
</Component> |
|
212 |
<Component Id="cmp4BDE3AB1666EFCFCCFE0A24A2695CE2B" Directory="UI" Guid="792315BF-8D7D-41CC-833E-0D7107246A8F" Win64="yes"> |
|
213 |
<File Id="fil4B3F43845A5D07A309BB7DACB9F1DC95" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraNavBar.v18.2.xml" /> |
|
214 |
</Component> |
|
215 |
<Component Id="cmp09C9A2C4078D80ECC3C9FC13B7ACF03B" Directory="UI" Guid="AC1AB86A-9C1C-478E-B313-DE0B947840B4" Win64="yes"> |
|
216 |
<File Id="filA49776E1268CC734DA844C9CF7B9D84B" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraPivotGrid.v18.2.dll" /> |
|
217 |
</Component> |
|
218 |
<Component Id="cmp1C7DEA7E2623FE4014A871C1D0C5B317" Directory="UI" Guid="9DBF8162-109D-42BF-8541-77DD56AD3C1C" Win64="yes"> |
|
219 |
<File Id="filEF1FBCBC374EE88F5CE74A27DD362B53" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraPivotGrid.v18.2.xml" /> |
|
220 |
</Component> |
|
221 |
<Component Id="cmp958CB69A7409302351D7F3E976393C42" Directory="UI" Guid="27C98F42-8499-4940-B97D-8C4591EE2173" Win64="yes"> |
|
222 |
<File Id="filF7E7FF3282F29D71EC23C0EAB46D7F22" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraPrinting.v18.2.dll" /> |
|
223 |
</Component> |
|
224 |
<Component Id="cmp64F1A028F742D41073E61EBBE49B3C90" Directory="UI" Guid="B8475D79-44A7-46FE-9E63-535519804A76" Win64="yes"> |
|
225 |
<File Id="fil3D54FF037D471622ECF514E84AF01943" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraPrinting.v18.2.xml" /> |
|
226 |
</Component> |
|
227 |
<Component Id="cmpF88529F6F9F623CE13B356CD8F96E588" Directory="UI" Guid="08EABC7C-05F4-41DE-9ABA-4E361C61D01C" Win64="yes"> |
|
228 |
<File Id="fil90F9AA93C113C30E49643A8394188AB5" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraRichEdit.v18.2.dll" /> |
|
229 |
</Component> |
|
230 |
<Component Id="cmpF199C557E625D500EBEE4311C6C6D20C" Directory="UI" Guid="0FDD0FA0-8513-4C42-A8E7-53C51FD4CB69" Win64="yes"> |
|
231 |
<File Id="filB40407F414D876862B58EFE0CFF26E6B" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraRichEdit.v18.2.xml" /> |
|
232 |
</Component> |
|
233 |
<Component Id="cmpF82AD67140FC37DF103F40CF8FF877C0" Directory="UI" Guid="137910AA-623E-4C13-8518-0D2E0B1CEFCB" Win64="yes"> |
|
234 |
<File Id="filF9A6F60EB1414C3DE6A451440EA8AB07" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraSpreadsheet.v18.2.dll" /> |
|
235 |
</Component> |
|
236 |
<Component Id="cmp42F3CA1D96D480EBBF615BB3275E3F52" Directory="UI" Guid="0D1C4DAA-81F8-4972-92B8-C1CDC96E4FF2" Win64="yes"> |
|
237 |
<File Id="fil9B9A89FE16746FA2D086D6E624BB34B4" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraSpreadsheet.v18.2.xml" /> |
|
238 |
</Component> |
|
239 |
<Component Id="cmp2117A0ECD538E11B8FDB02FBA398F8EA" Directory="UI" Guid="9D0FD195-FC30-4F65-BCE7-53A96C2D8500" Win64="yes"> |
|
240 |
<File Id="fil8CB4394D19D8FA1879941BED85FE88BE" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraTreeList.v18.2.dll" /> |
|
241 |
</Component> |
|
242 |
<Component Id="cmp6D92C01EAB4D55A6541FB43FEF6BD104" Directory="UI" Guid="3C1161F7-9E89-4B65-AC1C-FB2AF1AE3E26" Win64="yes"> |
|
243 |
<File Id="filAB21C4F34B5E81218A8C060BD5D3E647" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraTreeList.v18.2.xml" /> |
|
244 |
</Component> |
|
245 |
<Component Id="cmp389ACFC4409D38987FF8CACB02C98CC6" Directory="UI" Guid="6A804579-C8A4-4BE0-8101-6D578DB87D5C" Win64="yes"> |
|
246 |
<File Id="fil0A5022B407688E50C56CB8F288187245" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraVerticalGrid.v18.2.dll" /> |
|
247 |
</Component> |
|
248 |
<Component Id="cmp177B646BADB91FE2B51AD8DE4F38706D" Directory="UI" Guid="AEE07CF0-5F57-47FA-8A5B-94A6D2EAD1F8" Win64="yes"> |
|
249 |
<File Id="filF1C3F1B1473F324A918DF0E0CD3AB572" KeyPath="yes" Source=".\Setup_Report\DevExpress.XtraVerticalGrid.v18.2.xml" /> |
|
250 |
</Component> |
|
251 |
<Component Id="cmp7F6535FD2C4977A7A90245908563025B" Directory="UI" Guid="1E87BBC3-2098-4C36-A4F5-4419C3CFD037" Win64="yes"> |
|
252 |
<File Id="fil130BEA1F590BFD07BDD0FCC495B1E15B" KeyPath="yes" Source=".\Setup_Report\EntityFramework.dll" /> |
|
253 |
</Component> |
|
254 |
<Component Id="cmp7527258981B16A11C0B19741C19347EA" Directory="UI" Guid="45E9E51D-1C70-4FD7-A4E1-32F514D9EF09" Win64="yes"> |
|
255 |
<File Id="filB95D26843721D7A4F47A261FDBFC2087" KeyPath="yes" Source=".\Setup_Report\EntityFramework.SqlServer.dll" /> |
|
256 |
</Component> |
|
257 |
<Component Id="cmpCD4A5C22FF2F890350AEB4E7631531B0" Directory="UI" Guid="A6A7714E-AE14-4CAF-8DBB-A08DE1DE68A3" Win64="yes"> |
|
258 |
<File Id="fil4465F844565AFFBA76374A25C97CE949" KeyPath="yes" Source=".\Setup_Report\EntityFramework.SqlServer.xml" /> |
|
259 |
</Component> |
|
260 |
<Component Id="cmp88120A7009A89ED6CB4DC74F703F64E7" Directory="UI" Guid="D775E31A-5C63-419F-9846-BE7129E2DBCF" Win64="yes"> |
|
261 |
<File Id="filF8716663589B482E31BFA524530B2D9A" KeyPath="yes" Source=".\Setup_Report\EntityFramework.xml" /> |
|
262 |
</Component> |
|
263 |
<Component Id="cmp26CBCB960AE65A4BC041AA1E6D94401A" Directory="UI" Guid="40732E1A-32E8-403B-907F-106D30FE64AC" Win64="yes"> |
|
264 |
<File Id="fil494E2C9D66E17B939553767A38902DAC" KeyPath="yes" Source=".\Setup_Report\Newtonsoft.Json.dll" /> |
|
265 |
</Component> |
|
266 |
<Component Id="cmp050EEEBF536DBD2A912EF25B83095417" Directory="UI" Guid="C4B27160-4B76-407F-A2B9-C5BA227B20C2" Win64="yes"> |
|
267 |
<File Id="filB816E594C71AB351503FE8E8CE7093F8" KeyPath="yes" Source=".\Setup_Report\Newtonsoft.Json.xml" /> |
|
268 |
</Component> |
|
269 |
<Component Id="cmpA482656B58A9CE92C9905FCAD0B9E577" Directory="UI" Guid="87926D7B-6DF6-433D-B41C-78020E470426" Win64="yes"> |
|
270 |
<File Id="fil4D12730C4F18EC28A4B8388080966F3F" KeyPath="yes" Source=".\Setup_Report\POSCO_Report.exe" /> |
|
271 |
</Component> |
|
272 |
<Component Id="cmp00C6484710F6CE22A99978AA2DC23B5A" Directory="UI" Guid="E0BB8EBB-0BDB-4117-813D-F76DD45200BB" Win64="yes"> |
|
273 |
<File Id="fil1C79983AF372F86EA3C13CA4255EDA32" KeyPath="yes" Source=".\Setup_Report\POSCO_Report.exe.config" /> |
|
274 |
</Component> |
|
275 |
<Component Id="cmp588E6C63381D8898964EF0D20DD83668" Directory="UI" Guid="9048BE4B-CB5A-4EDD-B2C2-81F3C1BA6E0D" Win64="yes"> |
|
276 |
<File Id="fil5730A7A523261B0197960A79F7B14064" KeyPath="yes" Source=".\Setup_Report\POSCO_Report.pdb" /> |
|
277 |
</Component> |
|
278 |
<Component Id="cmp9823F9D2D6DF492AF44A9B61288BB443" Directory="UI" Guid="F501318D-6977-417F-B22C-7ED6321F7CAD" Win64="yes"> |
|
279 |
<File Id="fil18C1B493D200742F02D3CE74CC94DF74" KeyPath="yes" Source=".\Setup_Report\System.Data.SQLite.dll" /> |
|
280 |
</Component> |
|
281 |
<Component Id="cmp93D188132428458C2BA0539EE07A31B1" Directory="UI" Guid="F8CC505A-74B1-473E-B809-A857F1FB8BC7" Win64="yes"> |
|
282 |
<File Id="filBFE488C0248109EF7F672B568CD7852B" KeyPath="yes" Source=".\Setup_Report\System.Data.SQLite.EF6.dll" /> |
|
283 |
</Component> |
|
284 |
<Component Id="cmp9657ED18B5F02733B5B7EA246E372B83" Directory="UI" Guid="727C6FC9-702E-4950-A270-D49F608C629D" Win64="yes"> |
|
285 |
<File Id="fil65CAA19BD1A4BE7000DC6BEC566FAC8A" KeyPath="yes" Source=".\Setup_Report\System.Data.SQLite.Linq.dll" /> |
|
286 |
</Component> |
|
287 |
<Component Id="cmpAFF44E995EA76ADC5E7D871241A2C2BB" Directory="UI" Guid="06B71F11-5B08-4133-A4A3-C1C48BFEA50A" Win64="yes"> |
|
288 |
<File Id="fil6CAE60A7AF4DE3545AD320CBC8F448C2" KeyPath="yes" Source=".\Setup_Report\System.Data.SQLite.xml" /> |
|
289 |
</Component> |
|
290 |
<Component Id="cmp69CFC3EBF973CDBC92A3BFD1BF7D3763" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="2A4A7C67-F92E-4CD2-ADCB-D52A0CB98C68" Win64="yes"> |
|
291 |
<File Id="fil1D325309681B1B5C08D47F29699192E6" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Data.v18.2.resources.dll" /> |
|
292 |
</Component> |
|
293 |
<Component Id="cmpD6B08FCCCCF512320F1D5ACF965FFC9F" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="7534E44A-0561-4939-BE0B-6DC6BAFB01AB" Win64="yes"> |
|
294 |
<File Id="fil276A8729A79778A51CE59781603E0AFF" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.DataAccess.v18.2.resources.dll" /> |
|
295 |
</Component> |
|
296 |
<Component Id="cmpA1E9FF2DC79A2246C5A842E079A5D403" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="D1DC385D-BA40-4C70-A6C3-C1898F948CF2" Win64="yes"> |
|
297 |
<File Id="fil9B2F9239941BBF372C57F06C96EDA539" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.DataAccess.v18.2.UI.resources.dll" /> |
|
298 |
</Component> |
|
299 |
<Component Id="cmp5F0464DE27DD6EFE3A8C695D608189AB" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="2B966733-BC7C-45FD-B342-509767B2D551" Win64="yes"> |
|
300 |
<File Id="fil204743B209E977C29860589512AC4E93" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Diagram.v18.2.Core.resources.dll" /> |
|
301 |
</Component> |
|
302 |
<Component Id="cmp131ED4896B5BB96DE148D6D1170EB5AE" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="A52F5DA2-4728-4808-A4CA-9FCFBF074C34" Win64="yes"> |
|
303 |
<File Id="fil9C2B70F3089A9FA346A09D6D72C3ED52" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Dialogs.v18.2.Core.resources.dll" /> |
|
304 |
</Component> |
|
305 |
<Component Id="cmpFCDF92D33670BF5A3894BAD2C5587701" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="41F5CFD1-3AA4-4C50-95F1-791BB8BFEA9D" Win64="yes"> |
|
306 |
<File Id="fil4F6AE455FD6FFC6313E3919DDA04A92F" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Office.v18.2.Core.resources.dll" /> |
|
307 |
</Component> |
|
308 |
<Component Id="cmp49D7CD358844200D04E092956C2E0AD3" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="DC9F5384-3204-48CB-A0C2-25A61C101257" Win64="yes"> |
|
309 |
<File Id="filAACB239D2BBD98EB0CCD5CDC90CD109F" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Pdf.v18.2.Core.resources.dll" /> |
|
310 |
</Component> |
|
311 |
<Component Id="cmp33AE4AC44A5BB059E0A4522F653DCBFE" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="5FD1074B-C3FE-4A32-9448-94D0587F9AFE" Win64="yes"> |
|
312 |
<File Id="fil32591F1A0C3454090D6F81DD8256AC8F" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.PivotGrid.v18.2.Core.resources.dll" /> |
|
313 |
</Component> |
|
314 |
<Component Id="cmpAFB8ED1D725CC0AE16AE25145DA924B4" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="830B45A4-F628-4536-A699-EC62409A5D65" Win64="yes"> |
|
315 |
<File Id="fil5A379EA9478E8635A31FFF427D7F0472" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Printing.v18.2.Core.resources.dll" /> |
|
316 |
</Component> |
|
317 |
<Component Id="cmp52267E046ADD485A6732E15EAE6C3060" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="6DF7110F-C7EB-44F0-80B5-8217BC622C85" Win64="yes"> |
|
318 |
<File Id="fil59C7147D71A28B666829B198869DEC5D" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.RichEdit.v18.2.Core.resources.dll" /> |
|
319 |
</Component> |
|
320 |
<Component Id="cmpDC8431D02B41854D960C74A2DDF3CC2D" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="EE416081-F238-4610-9188-A736305A9C75" Win64="yes"> |
|
321 |
<File Id="fil22BF56CF892FC751022EFA2EFDDA1463" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Sparkline.v18.2.Core.resources.dll" /> |
|
322 |
</Component> |
|
323 |
<Component Id="cmpD29A2480C25CF0C926CC4D0768202EDB" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="441B52C4-D2AC-4689-A878-B0A49299BFF9" Win64="yes"> |
|
324 |
<File Id="fil748A0BC2A77DE3271440099F66DFB1E0" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Spreadsheet.v18.2.Core.resources.dll" /> |
|
325 |
</Component> |
|
326 |
<Component Id="cmpAB51A618331426A82A866419ACC89710" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="FAEF0101-6139-449B-A9DD-B06DA1B024C9" Win64="yes"> |
|
327 |
<File Id="fil9DB71491188D697830AFA4B9163F31E7" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Utils.v18.2.resources.dll" /> |
|
328 |
</Component> |
|
329 |
<Component Id="cmp75BC8C2FFEF62D00821A627720DFE464" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="21F545F0-2204-4E9D-9D97-B09432122932" Win64="yes"> |
|
330 |
<File Id="filB8CDA9FF29E11E39EFFEBD568FA1D715" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Utils.v18.2.UI.resources.dll" /> |
|
331 |
</Component> |
|
332 |
<Component Id="cmp105D36FEA273D3F4D8D51C5052756CDE" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="47534941-2D15-4556-A6EF-8D698F077F85" Win64="yes"> |
|
333 |
<File Id="filA126F81B4B8E7531739932053DD8AC0B" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.Xpo.v18.2.resources.dll" /> |
|
334 |
</Component> |
|
335 |
<Component Id="cmp186FAA4C8F91B7B29EA0BDB57A1F827E" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="18B457A6-F156-4A12-8D05-A1A77849F372" Win64="yes"> |
|
336 |
<File Id="filC9D76D6C94621421CB20AA2DAF272949" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraBars.v18.2.resources.dll" /> |
|
337 |
</Component> |
|
338 |
<Component Id="cmpDBA5BFB60D14A62F8EA8B0D9C3A8557E" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="D7B3F908-8504-475C-B394-C9AF189F4C76" Win64="yes"> |
|
339 |
<File Id="fil621736A6276591F041D7419D4522B023" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraCharts.v18.2.resources.dll" /> |
|
340 |
</Component> |
|
341 |
<Component Id="cmp291CC23CE9EECD5C678CFD51D9BFA89F" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="CA201C84-3E9A-4802-BE80-64EDF4029CBA" Win64="yes"> |
|
342 |
<File Id="filD14489466814C57E5BDC0FC2E708D5F9" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraEditors.v18.2.resources.dll" /> |
|
343 |
</Component> |
|
344 |
<Component Id="cmp3C0AC5F701CF98ECBDDECF4D39256B88" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="B5EF882E-1A2B-4FFA-B236-D0D353837600" Win64="yes"> |
|
345 |
<File Id="filC24CE373624D8FE3314B1E9533ACF855" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraGrid.v18.2.resources.dll" /> |
|
346 |
</Component> |
|
347 |
<Component Id="cmpCA40D536A1E52E66AB3EA11E672A3E99" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="BA74FF61-198C-471E-8778-35FBD59BEBFA" Win64="yes"> |
|
348 |
<File Id="filA38F75E07B2896A62A1FB051122ACA64" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraLayout.v18.2.resources.dll" /> |
|
349 |
</Component> |
|
350 |
<Component Id="cmpA13CF12C13EDCA9480F316202572E16D" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="6A65DFED-E173-483F-9F4C-D9390707C27C" Win64="yes"> |
|
351 |
<File Id="fil4670ED1C1E6D9ABDB5C0490A33410044" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraNavBar.v18.2.resources.dll" /> |
|
352 |
</Component> |
|
353 |
<Component Id="cmp43C61DFE890E49CC4DA03753404D2AF1" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="68D445AC-A15D-4E60-A517-91855F526CC8" Win64="yes"> |
|
354 |
<File Id="fil87EF0EE4318BC14B0C669B674FB8019A" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraPivotGrid.v18.2.resources.dll" /> |
|
355 |
</Component> |
|
356 |
<Component Id="cmpD90D51C9DEC5D48B9F38BE2AD81D77EE" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="A367215D-E6E1-4AC7-B374-B4A368BB43B4" Win64="yes"> |
|
357 |
<File Id="fil1DE8F3F47B9C42E7213915970B14607C" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraPrinting.v18.2.resources.dll" /> |
|
358 |
</Component> |
|
359 |
<Component Id="cmpC6CA551D4AD08AB419DF8E9BA2F5A46C" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="E40433CE-DA10-423B-8E85-0090B6E29EAB" Win64="yes"> |
|
360 |
<File Id="fil41E79D9B85CE748E2E0516326FE8147C" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraRichEdit.v18.2.resources.dll" /> |
|
361 |
</Component> |
|
362 |
<Component Id="cmpA782078B3D48023FF206340A24AFBE7E" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="4FC53B92-347D-42B5-A964-F8DBCB85119B" Win64="yes"> |
|
363 |
<File Id="fil3FF407121666BFE4645FA452CA464ADC" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraSpreadsheet.v18.2.resources.dll" /> |
|
364 |
</Component> |
|
365 |
<Component Id="cmp13B4237729737F0DC62D81ED9892667F" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="6722F7C6-1F4C-4DD5-BC6D-61533AA84EB9" Win64="yes"> |
|
366 |
<File Id="fil01264F0C9DEADCC926C7815761F7EB49" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraTreeList.v18.2.resources.dll" /> |
|
367 |
</Component> |
|
368 |
<Component Id="cmp007C9EEF08AD2E03C1E7AC1A6DAF9AE8" Directory="dir4EA9A7BAF4DB1874A8959E7C612CAB27" Guid="C0A548BC-9327-4A4F-AFB1-41A72EA7C495" Win64="yes"> |
|
369 |
<File Id="filFE5CBE12BCA6F663772D031212F86305" KeyPath="yes" Source=".\Setup_Report\de\DevExpress.XtraVerticalGrid.v18.2.resources.dll" /> |
|
370 |
</Component> |
|
371 |
<Component Id="cmp2A7513D15C2DC7AD1C721443F712F171" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="1824948D-32F6-48C8-825F-00EC3BC8EBD8" Win64="yes"> |
|
372 |
<File Id="fil00F50DAA5E50957721058F4F4E6F5AAD" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Data.v18.2.resources.dll" /> |
|
373 |
</Component> |
|
374 |
<Component Id="cmpDFB78F41611F1E59AAE16C5966FF445D" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="CC94122F-9329-4435-A5DC-982FCA51123D" Win64="yes"> |
|
375 |
<File Id="fil1C19CB225455EFC410F1D20533544DE4" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.DataAccess.v18.2.resources.dll" /> |
|
376 |
</Component> |
|
377 |
<Component Id="cmpE92223CA7FFB4FA4C4385B10A97B8BD7" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="4EF12E6F-631D-4973-8DCF-732402611D42" Win64="yes"> |
|
378 |
<File Id="filD63A6C97D1E52DF465C29D0438D564AF" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.DataAccess.v18.2.UI.resources.dll" /> |
|
379 |
</Component> |
|
380 |
<Component Id="cmpFB9539A191CF5E7726C9357434CCB66D" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="6C0DF7D6-009E-4E84-B9FD-D7AFD5E819B2" Win64="yes"> |
|
381 |
<File Id="filE8D4B92B57A03AD953C89A852FF64165" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Diagram.v18.2.Core.resources.dll" /> |
|
382 |
</Component> |
|
383 |
<Component Id="cmpF5866211E37D1FFCCC22F936AA7E8601" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="2832310F-4A7C-4310-BF97-B6E492DDF723" Win64="yes"> |
|
384 |
<File Id="fil5ACED2F3C00C762C791B66A7BDB65E31" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Dialogs.v18.2.Core.resources.dll" /> |
|
385 |
</Component> |
|
386 |
<Component Id="cmp04294C4B3A3B3721D725C436FD7F9D99" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="43F572FD-61AB-47D9-9774-D2D7A39D82BE" Win64="yes"> |
|
387 |
<File Id="fil2A8C2FFF61843687878DD9E622AFD454" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Office.v18.2.Core.resources.dll" /> |
|
388 |
</Component> |
|
389 |
<Component Id="cmp4C2B85858668C70D7602233669E2E0AE" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="FB7D85F9-7660-4DD5-BEEA-61CB0DBE1B19" Win64="yes"> |
|
390 |
<File Id="filC4BF0145CD2681F5809AE2B46A39399F" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Pdf.v18.2.Core.resources.dll" /> |
|
391 |
</Component> |
|
392 |
<Component Id="cmp6C00D776A6A4A81B8541A48681F82029" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="50CB2E83-D82E-43DF-B4A0-F46AFEB9205B" Win64="yes"> |
|
393 |
<File Id="fil4ACF544B4FB0C9CF4F6D310D2D2B2827" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.PivotGrid.v18.2.Core.resources.dll" /> |
|
394 |
</Component> |
|
395 |
<Component Id="cmp543327C668F4DAD16BDE361452728703" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="2C1DC4A5-E6E9-426D-9FA4-C849D0C4BB70" Win64="yes"> |
|
396 |
<File Id="fil1DE31228000C1188818D418EB22925F4" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Printing.v18.2.Core.resources.dll" /> |
|
397 |
</Component> |
|
398 |
<Component Id="cmpD160ACDE7CD5447FC12AB29A64E907BD" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="F7B424E7-0C2C-48B9-B9E8-229050036153" Win64="yes"> |
|
399 |
<File Id="fil8E139597DFDD0587182507800606B604" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.RichEdit.v18.2.Core.resources.dll" /> |
|
400 |
</Component> |
|
401 |
<Component Id="cmpFB1F2069F3C599264C3BA802E2E96B4D" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="96672425-2E0D-4994-A525-642D67769685" Win64="yes"> |
|
402 |
<File Id="fil389A3DE2EDAD9DAA18F8EEDA498F9913" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Sparkline.v18.2.Core.resources.dll" /> |
|
403 |
</Component> |
|
404 |
<Component Id="cmp15A8DA05D5B4BF1CCB1BEA78E9B7EB58" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="49022AEB-76A2-4521-804A-572668A9CDC8" Win64="yes"> |
|
405 |
<File Id="filF9747FBDED76D6395E50D90CC7DDD805" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Spreadsheet.v18.2.Core.resources.dll" /> |
|
406 |
</Component> |
|
407 |
<Component Id="cmp12E71353C03A0B21968B46F2C7E446AB" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="2222A053-AF96-48B8-AF39-36E6C0A3141C" Win64="yes"> |
|
408 |
<File Id="fil187694A1AB344512363795EF844AE297" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Utils.v18.2.resources.dll" /> |
|
409 |
</Component> |
|
410 |
<Component Id="cmp52A413D8F635A0C7F0B2E5415F3D3FCD" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="9E9C5A8D-2645-46F5-824A-219027F557A8" Win64="yes"> |
|
411 |
<File Id="filB2BB56C69C0BB9411AAC7ED07CF7A9F3" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Utils.v18.2.UI.resources.dll" /> |
|
412 |
</Component> |
|
413 |
<Component Id="cmp9A2AD3F142FC9549038CDC7279DBCD0C" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="163533FB-3B65-4DCC-B1F4-D808C76FD40E" Win64="yes"> |
|
414 |
<File Id="fil73E842EC02AA245F5A9F45D1591B7A67" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.Xpo.v18.2.resources.dll" /> |
|
415 |
</Component> |
|
416 |
<Component Id="cmp185397E2415A63E4100ADA7938BAD649" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="90B2BCFB-433B-4A73-A1CC-E309262270B7" Win64="yes"> |
|
417 |
<File Id="fil44F2A79AAACD9F12CA47D761B7CD02D4" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraBars.v18.2.resources.dll" /> |
|
418 |
</Component> |
|
419 |
<Component Id="cmp176D8899BF5A22E50794B69458F060C4" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="06A9D8CB-2CC2-4E99-927B-B53FC9A7855F" Win64="yes"> |
|
420 |
<File Id="filFD644A25C59D1B519D0BA0DA9B2D7B9C" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraCharts.v18.2.resources.dll" /> |
|
421 |
</Component> |
|
422 |
<Component Id="cmp86FD865ECAD2935E785FE3CC11B60774" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="85E1E09C-39DE-4486-894C-18254A33E7FC" Win64="yes"> |
|
423 |
<File Id="fil540BC019305C0D9D716ECBC2E189D4D3" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraEditors.v18.2.resources.dll" /> |
|
424 |
</Component> |
|
425 |
<Component Id="cmpECBBC91C1F016804EC71C180E587B516" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="B5809CA4-6BCE-4E08-8A60-0AA69310A88C" Win64="yes"> |
|
426 |
<File Id="filD1B36B35A2DCD7ADFB377A1AA977B450" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraGrid.v18.2.resources.dll" /> |
|
427 |
</Component> |
|
428 |
<Component Id="cmp05C168EE9E8FA07033976E94C8081B63" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="06E27B3D-6D37-41CE-BB99-9B1394D591BC" Win64="yes"> |
|
429 |
<File Id="fil99EB1322A98BAADEAF5500E4029943B5" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraLayout.v18.2.resources.dll" /> |
|
430 |
</Component> |
|
431 |
<Component Id="cmpB54E587C1A87DEAA6418882E42367F8C" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="6F00CC50-A48A-49D8-A8ED-0FB200C92BB0" Win64="yes"> |
|
432 |
<File Id="filFC3B189F32EF461EE986DF92EA38AE1C" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraNavBar.v18.2.resources.dll" /> |
|
433 |
</Component> |
|
434 |
<Component Id="cmpB23F06E723AC63BFB5F137DE282A2B0E" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="8125C626-EB5B-4726-809A-636859A224DF" Win64="yes"> |
|
435 |
<File Id="filFA0C731857D8CC96541B10CB3E55113E" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraPivotGrid.v18.2.resources.dll" /> |
|
436 |
</Component> |
|
437 |
<Component Id="cmp78BB36AE405B332CB493BF657AF09173" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="457B9223-A732-4EE7-BFED-D49FF9B95363" Win64="yes"> |
|
438 |
<File Id="fil78AF885D5370042A8ED7D27386B127A6" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraPrinting.v18.2.resources.dll" /> |
|
439 |
</Component> |
|
440 |
<Component Id="cmp27C023397533F3B95D903BABA49C2E50" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="FA4D5811-2EF1-41D4-A121-133FDF3DAAC2" Win64="yes"> |
|
441 |
<File Id="fil9550DB4D4D09789C7A76B8F4F3541B2E" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraRichEdit.v18.2.resources.dll" /> |
|
442 |
</Component> |
|
443 |
<Component Id="cmp97F5AA71E2FEACABB1B46D4983874585" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="64EC2269-0CA1-4BCC-AFD0-FC66338357BB" Win64="yes"> |
|
444 |
<File Id="fil425C47B5AEDC5DE2BC2ADB91BD5FE1FD" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraSpreadsheet.v18.2.resources.dll" /> |
|
445 |
</Component> |
|
446 |
<Component Id="cmp2C7B7C3D85C0A626EE4FE8994FE75C4D" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="70FAD47A-8014-4A43-9782-490E77001A7B" Win64="yes"> |
|
447 |
<File Id="fil8CB1FDCBB2AF604A4B3A46B72BE6CF55" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraTreeList.v18.2.resources.dll" /> |
|
448 |
</Component> |
|
449 |
<Component Id="cmpF1125B986DC1A13FC11EC7CEC7D54B1E" Directory="dirE33F77AF6C754562C3BFC7F596C7C385" Guid="1B4C8DFA-195C-4B10-B964-619C8398AF01" Win64="yes"> |
|
450 |
<File Id="filB9E605E326F29B3854F5C9E74D46F7D0" KeyPath="yes" Source=".\Setup_Report\es\DevExpress.XtraVerticalGrid.v18.2.resources.dll" /> |
|
451 |
</Component> |
|
452 |
<Component Id="cmpAEE2F95EB021EAB0791DD5B9D01BD1A5" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="5BFE232D-D4DA-4CFD-85EE-CF49AAB58240" Win64="yes"> |
|
453 |
<File Id="fil85C66D1EB45B17765A08DC8FD032EFDE" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Data.v18.2.resources.dll" /> |
|
454 |
</Component> |
|
455 |
<Component Id="cmp4F8174701048CD355F7C400694DF14C3" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="CA0E5211-E626-48C9-A2AF-519DE329D110" Win64="yes"> |
|
456 |
<File Id="fil52F1F491740D3F34CAE3983FCFB498B7" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.DataAccess.v18.2.resources.dll" /> |
|
457 |
</Component> |
|
458 |
<Component Id="cmpBC6977B0151E571BC2AA97EC4A2156D1" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="B23B2F62-AE85-4C26-8735-7089903BA3E2" Win64="yes"> |
|
459 |
<File Id="fil11A9D2ECC43C2A95D1EE6BB108E25517" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.DataAccess.v18.2.UI.resources.dll" /> |
|
460 |
</Component> |
|
461 |
<Component Id="cmp08A70D4FB493C53BC1B2609B8BA8CA4D" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="272EEA25-59D9-4D74-9A7F-BBA03745AEE2" Win64="yes"> |
|
462 |
<File Id="fil1D276CEC0133CD3855B9F64C1AA1CABF" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Diagram.v18.2.Core.resources.dll" /> |
|
463 |
</Component> |
|
464 |
<Component Id="cmp3584CF46960BE10DA4E2B9CEC7C8612F" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="4EEEB526-64E9-494B-9806-5A8AC690F061" Win64="yes"> |
|
465 |
<File Id="fil52D8BFCEBF0334AC561695E9861BF748" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Dialogs.v18.2.Core.resources.dll" /> |
|
466 |
</Component> |
|
467 |
<Component Id="cmp1FF4EBFFA69AFDC332C078A784F72137" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="AE07AF14-5B43-40B2-937E-308E9E857D5F" Win64="yes"> |
|
468 |
<File Id="filD58600854BC3AE691FA93590732A32BB" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Office.v18.2.Core.resources.dll" /> |
|
469 |
</Component> |
|
470 |
<Component Id="cmp413EEF9A418D2AC32FC4DE1A13E337DA" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="48F24241-63CA-45DE-94B4-4189856AF61F" Win64="yes"> |
|
471 |
<File Id="fil85234BB77ED3DDAF602276CDC85C484B" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Pdf.v18.2.Core.resources.dll" /> |
|
472 |
</Component> |
|
473 |
<Component Id="cmp2DC454E54F21BA2CCDFD4E45A73282C9" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="F73AFE0B-70F8-4996-A59D-2195A33E19A0" Win64="yes"> |
|
474 |
<File Id="filD2548D3F756F97CCFFB675509482E5C6" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.PivotGrid.v18.2.Core.resources.dll" /> |
|
475 |
</Component> |
|
476 |
<Component Id="cmpBBEA5E71B13909EB935EEA7789A96BB0" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="8977A783-2690-4E29-A6ED-B1646F6BDE5B" Win64="yes"> |
|
477 |
<File Id="fil347F3A454B3373EAE5A35A1FF8CE7ADF" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Printing.v18.2.Core.resources.dll" /> |
|
478 |
</Component> |
|
479 |
<Component Id="cmp3E434A5D0DCEE99A19568318EA26292D" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="DB263DED-F645-43EB-A613-58DAF82453F4" Win64="yes"> |
|
480 |
<File Id="fil89D0417016E5EE1CD345875A200390D3" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.RichEdit.v18.2.Core.resources.dll" /> |
|
481 |
</Component> |
|
482 |
<Component Id="cmp9E434074A6C4DBB2052365BDB12EBC4B" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="C29A36BD-30F0-43EB-949C-3B3DA6191CBB" Win64="yes"> |
|
483 |
<File Id="fil2AAA56BC30F8F74BB1ED836940448A0A" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Sparkline.v18.2.Core.resources.dll" /> |
|
484 |
</Component> |
|
485 |
<Component Id="cmpBBCCD5B175FF3B0E09759267940F96A1" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="0999D5A9-F208-4A24-92AB-2C9CDED27B17" Win64="yes"> |
|
486 |
<File Id="filD67AFA5F845F52CA3455D6F08C67B062" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Spreadsheet.v18.2.Core.resources.dll" /> |
|
487 |
</Component> |
|
488 |
<Component Id="cmp0AAF724B60AE8C9E46DB4064D97CC606" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="68E14CE7-A069-4A1E-98E6-42FE6F6A74EA" Win64="yes"> |
|
489 |
<File Id="fil2DC42F7C3162247E2745E359DA7B0DA7" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Utils.v18.2.resources.dll" /> |
|
490 |
</Component> |
|
491 |
<Component Id="cmp2329EE0225FD4E744A8EE0CE58A6DDCD" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="A2CB962B-ABF9-4866-93CE-765AF9ED5F66" Win64="yes"> |
|
492 |
<File Id="filA2D5F9212D3BC7DE6CC8149DA6DAA8EA" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Utils.v18.2.UI.resources.dll" /> |
|
493 |
</Component> |
|
494 |
<Component Id="cmp822FA2B34FFC3E99BD70E5E2BB678BAF" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="C08D88A5-C75D-4528-9E34-FF447B5BA7F3" Win64="yes"> |
|
495 |
<File Id="fil2C970D963866D4F723BB0761E117E7B1" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.Xpo.v18.2.resources.dll" /> |
|
496 |
</Component> |
|
497 |
<Component Id="cmp243FA49092BD62E311DFC6E316734727" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="B4791847-5146-4C98-BB0C-18D54B3545A2" Win64="yes"> |
|
498 |
<File Id="fil8475133F4BF31815D45C4F4DBD2F599B" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraBars.v18.2.resources.dll" /> |
|
499 |
</Component> |
|
500 |
<Component Id="cmp4E07B91C23A5BDBA899A94A29BCB0BC2" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="E4C94A16-C342-40FD-A7B9-C0CEB8FECAD7" Win64="yes"> |
|
501 |
<File Id="fil43C3B213E7B6F8BF17505D1FC8DBD61D" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraCharts.v18.2.resources.dll" /> |
|
502 |
</Component> |
|
503 |
<Component Id="cmpE841F17E51EDD6B7B347A947FD69A580" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="5CF66258-6072-4501-8D4D-3EC7D570F044" Win64="yes"> |
|
504 |
<File Id="filD330135CFF9EE2AFD47180DCFCD6C4B8" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraEditors.v18.2.resources.dll" /> |
|
505 |
</Component> |
|
506 |
<Component Id="cmp7717117FFE7A24A0A916466B9A3C42C8" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="8F28FDE4-E0EE-4F31-8D9C-8D6F354DDF52" Win64="yes"> |
|
507 |
<File Id="fil9E460D1B28B5B8D6A7EBBF830B83B77B" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraGrid.v18.2.resources.dll" /> |
|
508 |
</Component> |
|
509 |
<Component Id="cmpA2D695016620BECADCA6F4DE7ECDEEF0" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="FBF811FF-E0EB-45D4-8A97-685247D1CCA8" Win64="yes"> |
|
510 |
<File Id="filC2CE94228B077A3776C19D01AF85AF1F" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraLayout.v18.2.resources.dll" /> |
|
511 |
</Component> |
|
512 |
<Component Id="cmp47F52C830805A058F86513B03E41DDA0" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="452E4121-5E3B-43DD-9B58-43B3357227AF" Win64="yes"> |
|
513 |
<File Id="filE7F1C0FD76C01B08F89658388286AFC8" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraNavBar.v18.2.resources.dll" /> |
|
514 |
</Component> |
|
515 |
<Component Id="cmpE08588C6A34813129E91CB988D71CC15" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="30E357DC-5A30-47AC-9D3D-86541AF0D5D1" Win64="yes"> |
|
516 |
<File Id="filBBD156955D3A76921E79F554B671029E" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraPivotGrid.v18.2.resources.dll" /> |
|
517 |
</Component> |
|
518 |
<Component Id="cmpA4CA1F1E568E90F7C5A21583B3C8026E" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="DEEFD1D9-B3EF-42AA-8790-4B3D9AE00D5F" Win64="yes"> |
|
519 |
<File Id="fil497B88F72B4BD0F2E6A29A43149226FE" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraPrinting.v18.2.resources.dll" /> |
|
520 |
</Component> |
|
521 |
<Component Id="cmp64D94F1E2EECA3C281957903B850962E" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="1D0FE6FE-661C-4ECF-AB20-C9EF35B0D825" Win64="yes"> |
|
522 |
<File Id="fil3EA433C0C038E3817755161FA49514D2" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraRichEdit.v18.2.resources.dll" /> |
|
523 |
</Component> |
|
524 |
<Component Id="cmp6747991B72E2586BD20EB1BB09295049" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="7780A042-549E-437E-A790-4E2D6FEEDD25" Win64="yes"> |
|
525 |
<File Id="fil31C1BF251BB7BF23CDFBF6A588D98B60" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraSpreadsheet.v18.2.resources.dll" /> |
|
526 |
</Component> |
|
527 |
<Component Id="cmpD1C23B699F23046E50DA637057E2997C" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="560B4E93-FA5D-4243-98EF-70439276F582" Win64="yes"> |
|
528 |
<File Id="fil85CF95F609852FFAEA5138E6595987B4" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraTreeList.v18.2.resources.dll" /> |
|
529 |
</Component> |
|
530 |
<Component Id="cmpF56FEAFEB345EC8F3DBDD260FBE59D1C" Directory="dir336673F87585AE78BE4622541CAE34CA" Guid="53FCD325-C20A-4924-8D47-DD22C08BBD6D" Win64="yes"> |
|
531 |
<File Id="filEC3096A443231176A6BBEDED2BFE77CE" KeyPath="yes" Source=".\Setup_Report\ja\DevExpress.XtraVerticalGrid.v18.2.resources.dll" /> |
|
532 |
</Component> |
|
533 |
<Component Id="cmp1CB226867317F957FDC0EECFF0122E7D" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="2AA6849D-3F84-48ED-9290-CDCAED381588" Win64="yes"> |
|
534 |
<File Id="fil7E567F358B3B1877835E6BD095C88075" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Data.v18.2.resources.dll" /> |
|
535 |
</Component> |
|
536 |
<Component Id="cmpB7BE90976FED399E50FB78BA3910CD8A" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="F931891E-35F6-4C96-B721-4A2C8E4E2081" Win64="yes"> |
|
537 |
<File Id="filAA9E2B07A6C1CADE04C69B41E7D453F9" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.DataAccess.v18.2.resources.dll" /> |
|
538 |
</Component> |
|
539 |
<Component Id="cmpD902027E94C43886F5E018A461AF3313" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="E1369BE9-15E1-4BFE-B5B6-0D7B39FF2A93" Win64="yes"> |
|
540 |
<File Id="fil516B78657E781BD7270B5FBEB2FEFBB0" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.DataAccess.v18.2.UI.resources.dll" /> |
|
541 |
</Component> |
|
542 |
<Component Id="cmpD90AA742D4F710D140D99FA1047B578E" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="C8FD4075-C5DD-4177-B421-D8FAC0E755F8" Win64="yes"> |
|
543 |
<File Id="fil7D93E05A6D738F41A2ED2EA99AE1905B" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Diagram.v18.2.Core.resources.dll" /> |
|
544 |
</Component> |
|
545 |
<Component Id="cmpE443825F5FB30F6F93FC99D89A405590" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="696D46B9-ACF2-473C-8874-CF4EE04B4A5E" Win64="yes"> |
|
546 |
<File Id="fil14B2735EA1E3E4536467EDC6E7D9EE7F" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Dialogs.v18.2.Core.resources.dll" /> |
|
547 |
</Component> |
|
548 |
<Component Id="cmp0C7DBA0E2FFCEB0D7FDAAC5313E6769A" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="A8C2ABD3-55CA-4E05-8F43-9A4D24B2BA0F" Win64="yes"> |
|
549 |
<File Id="fil2E3B9772B6E038D36BB20F19FB2DB70C" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Office.v18.2.Core.resources.dll" /> |
|
550 |
</Component> |
|
551 |
<Component Id="cmp9BAE6D204F200C3C31F60363A7331C68" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="8C594C7E-A6D9-4F64-A21D-226DCD5DF9C3" Win64="yes"> |
|
552 |
<File Id="filC46358458AC13CC3F9AFDB32DD114968" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Pdf.v18.2.Core.resources.dll" /> |
|
553 |
</Component> |
|
554 |
<Component Id="cmp68D30C34C61D48E7BCEE21BFE5BCD5B6" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="AB115C34-AC64-4F12-B7DE-D435C2CD3CB9" Win64="yes"> |
|
555 |
<File Id="fil61117F0B423733A4D9CDDC11B24EE8F6" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.PivotGrid.v18.2.Core.resources.dll" /> |
|
556 |
</Component> |
|
557 |
<Component Id="cmp63E0D9F318829197170210DB4E349F81" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="3FEA3A0B-9B48-4DFB-9915-67D5980618C0" Win64="yes"> |
|
558 |
<File Id="filA47D846B2E775271CAE117C307BD5C69" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Printing.v18.2.Core.resources.dll" /> |
|
559 |
</Component> |
|
560 |
<Component Id="cmpA99AD0AECFB2B8117E185A9022A46FE7" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="FDBB85C6-22A6-4027-9F4B-79DD6697F4E7" Win64="yes"> |
|
561 |
<File Id="fil4DB5F0253B4B3AD2C0D1488813E6791B" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.RichEdit.v18.2.Core.resources.dll" /> |
|
562 |
</Component> |
|
563 |
<Component Id="cmpCF92EEF6ABEFA9B3491CFD7606502101" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="95DB7547-C4F0-426C-956F-7A4ACDB684AD" Win64="yes"> |
|
564 |
<File Id="filA8D596F66A24CAF96455953E648E2DF3" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Sparkline.v18.2.Core.resources.dll" /> |
|
565 |
</Component> |
|
566 |
<Component Id="cmp69C903DA8959F2E84D9FA6A58C9D8547" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="6E86BE66-7028-4B51-B96A-CFF0A5906A27" Win64="yes"> |
|
567 |
<File Id="fil18677F0A0CCBFF4B0E288BFCD7A07063" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Spreadsheet.v18.2.Core.resources.dll" /> |
|
568 |
</Component> |
|
569 |
<Component Id="cmp89E12E3430C399C01E38D17647532601" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="31B47A80-E4FD-446D-985D-1AC71720965C" Win64="yes"> |
|
570 |
<File Id="filF12850792CFBD8151BCE397721043599" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Utils.v18.2.resources.dll" /> |
|
571 |
</Component> |
|
572 |
<Component Id="cmpA6C9EAE007CF464D6F1E2AA8CAE825D2" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="61DDE345-DEB9-4136-9570-21CAC32BB90C" Win64="yes"> |
|
573 |
<File Id="fil75DC80E27A08EE455FC6EE245E1263FD" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Utils.v18.2.UI.resources.dll" /> |
|
574 |
</Component> |
|
575 |
<Component Id="cmpBF730F2B5D3A47BAD267F3EE8533403D" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="FFCA534E-9F09-4F20-A423-406D94D7B3CB" Win64="yes"> |
|
576 |
<File Id="fil82A9E2E1C8B511324F66D9A626999551" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.Xpo.v18.2.resources.dll" /> |
|
577 |
</Component> |
|
578 |
<Component Id="cmpA0832AA4C1EC4A5C50E0B4DBF8325F9C" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="0510EC0D-25DA-4C2B-8C7D-53ECB46CA29D" Win64="yes"> |
|
579 |
<File Id="filF77AC845EE6C15F47F6EC6C7B247880C" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraBars.v18.2.resources.dll" /> |
|
580 |
</Component> |
|
581 |
<Component Id="cmp6E5E57359EDFE1712AC8010EE2CF6045" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="56A2506C-D1D7-40B1-899C-543F16932808" Win64="yes"> |
|
582 |
<File Id="fil91EC9E6100C631E09169C80C710E6741" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraCharts.v18.2.resources.dll" /> |
|
583 |
</Component> |
|
584 |
<Component Id="cmp8088D24DEDEBBF28F9BBB637F803783A" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="88D3A36A-FF1E-42B3-9B1E-BA3ADF5AA75D" Win64="yes"> |
|
585 |
<File Id="filB1790DE4A728FC22E05F816377499028" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraEditors.v18.2.resources.dll" /> |
|
586 |
</Component> |
|
587 |
<Component Id="cmpC0EC95A7D14E186B9D70C99072F1B8FD" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="EEBD2688-A41C-4483-ABA5-1FA39327719E" Win64="yes"> |
|
588 |
<File Id="fil5D0C92AB5A3E5B454540FD4F194AC56C" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraGrid.v18.2.resources.dll" /> |
|
589 |
</Component> |
|
590 |
<Component Id="cmp5822665C14DB8B93777066BBFAF345B4" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="D0F963E1-5A50-415F-B121-022AC4F38173" Win64="yes"> |
|
591 |
<File Id="fil7A9B9E973D93348071E75BB7CE7D7AFA" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraLayout.v18.2.resources.dll" /> |
|
592 |
</Component> |
|
593 |
<Component Id="cmp5933CD80986FE7BBE47F6C9CC06CF407" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="E28518D4-B960-4129-9A58-05F15E7C1F31" Win64="yes"> |
|
594 |
<File Id="fil6B2B1D4A882657DAEF5F9F8352733482" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraNavBar.v18.2.resources.dll" /> |
|
595 |
</Component> |
|
596 |
<Component Id="cmpEFBA13695936FE144CA69DE385E5F07C" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="623567C7-9580-4D62-B30A-78F7020EC4B4" Win64="yes"> |
|
597 |
<File Id="filA1A04F376F860B88F38CB0AC8CB83C93" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraPivotGrid.v18.2.resources.dll" /> |
|
598 |
</Component> |
|
599 |
<Component Id="cmpD619C65DEA832B73E3E4B54D130DF09A" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="5A5E8E59-76ED-4DBD-8CF8-88B66E455F57" Win64="yes"> |
|
600 |
<File Id="filA520BBCF3C6DD9E0ABB75BD1A64D0E21" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraPrinting.v18.2.resources.dll" /> |
|
601 |
</Component> |
|
602 |
<Component Id="cmpC9067B5A3545BDA7C8073505E505874B" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="19AFE600-854F-4CED-9A0C-8EDF8560794C" Win64="yes"> |
|
603 |
<File Id="fil4DF7E9A46C2ECA12848DF343552862F3" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraRichEdit.v18.2.resources.dll" /> |
|
604 |
</Component> |
|
605 |
<Component Id="cmp507F57E37116926206B6331EECCF4EB2" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="2E09EBEC-4276-4C9A-97C9-111E822E01A4" Win64="yes"> |
|
606 |
<File Id="fil8E8B325A3067DD322380E4F7744069F1" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraSpreadsheet.v18.2.resources.dll" /> |
|
607 |
</Component> |
|
608 |
<Component Id="cmpA290A4E5FAAFFD2634EA04BDAE3C80CF" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="2165B8F3-E5B5-4BDC-9C27-F5462EAFFC0A" Win64="yes"> |
|
609 |
<File Id="fil81F2F4BB0C577A736A470365F81D159A" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraTreeList.v18.2.resources.dll" /> |
|
610 |
</Component> |
|
611 |
<Component Id="cmp78449FDDCC6BED867E591B35AC941330" Directory="dirEA5D0794475A08BA33984CB7D7C09241" Guid="FCCA7356-45FF-402C-B5BF-B372A9FD2BEC" Win64="yes"> |
|
612 |
<File Id="filE5C98DB52BD290DC9959E392A9BF92C5" KeyPath="yes" Source=".\Setup_Report\ru\DevExpress.XtraVerticalGrid.v18.2.resources.dll" /> |
|
613 |
</Component> |
|
614 |
<Component Id="cmp00B27576F5BE2F19CBF87F8BBEB1854A" Directory="dirBD7868906CFFB145782803A9DAA3A1AF" Guid="4DDC0D06-5E65-45E1-B5C8-D98A38C6A499" Win64="yes"> |
|
615 |
<File Id="filF1BF1344F70550CAAE95FE5B1A185FEE" KeyPath="yes" Source=".\Setup_Report\x64\SQLite.Interop.dll" /> |
|
616 |
</Component> |
|
617 |
<Component Id="cmp9BA5E26CD358721018DB00D6369A9CF5" Directory="dir978FC0AB94AB39BE3FFC81FB2D2BCCAF" Guid="97133C63-2293-4A63-BD91-120F656D16AE" Win64="yes"> |
|
618 |
<File Id="filEC644FB24FA8773F92909A896C7BBF9B" KeyPath="yes" Source=".\Setup_Report\x86\SQLite.Interop.dll" /> |
|
619 |
</Component> |
|
620 |
</ComponentGroup> |
|
621 |
</Fragment> |
|
622 |
</Wix> |
package.bat | ||
---|---|---|
23 | 23 |
%LIGHT% -out ".\Setup\SPPIDConverter-%1.msi" ".\Setup\SPPIDConverter.wixobj" -ext WixUIExtension -ext WixUtilExtension |
24 | 24 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
25 | 25 |
|
26 |
%CANDLE% ".\ID2Report.wxs" -out .\Setup\ |
|
27 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
28 |
%LIGHT% -out ".\Setup\ID2Report-%1.msi" ".\Setup\ID2Report.wixobj" -ext WixUIExtension -ext WixUtilExtension |
|
29 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
|
30 |
|
|
26 | 31 |
REM %CANDLE% ".\ID2_TRIAL.wxs" -out .\Setup\ |
27 | 32 |
REM IF %ERRORLEVEL% NEQ 0 goto :ERROR |
28 | 33 |
REM REM %LIGHT% -out ".\Setup\ID2_TRIAL-%1.msi" ".\Setup\ID2_TRIAL.wixobj" -ext WixUIExtension -ext WixUtilExtension |
내보내기 Unified diff