hytos / ID2PSN.wxs @ 8487ecb2
이력 | 보기 | 이력해설 | 다운로드 (41.6 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
3 |
<Product Id="*" Name="ID2PSN" Language="1033" Version="{VERSION}" Manufacturer="DOFTECH(C)" UpgradeCode="ad33349a-7b24-4b8d-af34-e4daec8f3e88"> |
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="ID2PSN" Level="1"> |
13 |
<ComponentGroupRef Id="ID2PSN" /> |
14 |
</Feature> |
15 |
</Product> |
16 |
|
17 |
<Fragment> |
18 |
<Directory Id="TARGETDIR" Name="SourceDir"> |
19 |
<Directory Id="DesktopFolder" Name="Desktop"> |
20 |
<Component Id="DesktopShortcut" Guid="18642d2c-4a19-46ae-b5b6-6eb1207504d6" Feature="ProductFeature"> |
21 |
<RegistryValue Root="HKCU" Key="Software\DOFTECH\ID2PSN" Name="installed" Type="integer" Value="1" KeyPath="yes"/> |
22 |
<Shortcut Id="DesktopShortcut" |
23 |
Directory="DesktopFolder" |
24 |
Name="ID2PSN" |
25 |
Description="ID2 Report Program" |
26 |
Target="[INSTALLFOLDER]ID2PSN.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="ID2PSN" /> |
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="dird6df1ad162884b6cb9131de6e82f0000" Name="de" /> |
51 |
<Directory Id="dir4f720e19e6474b3893127543fd4e5c89" Name="es" /> |
52 |
<Directory Id="dir5b9500f5bcae44798575861d45fcfd78" Name="ja" /> |
53 |
<Directory Id="dir69acf2f8e4ca4a7bbd365b9c3f806125" Name="ru" /> |
54 |
<Directory Id="dirafb896e550774e228b63b457b06b8e43" Name="x64" /> |
55 |
<Directory Id="dira75cb59691d64c82aeb946afbdb502af" Name="x86" /> |
56 |
</DirectoryRef> |
57 |
|
58 |
<DirectoryRef Id="TARGETDIR"> |
59 |
<Component Id="RegistryEntries" Guid="52e5db6f-3d20-43ab-80b0-a0b904ea5456"> |
60 |
<RegistryKey Root="HKLM" |
61 |
Key="Software\DOFTECH\ID2PSN" |
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="ID2PSN"> |
71 |
<ComponentRef Id="RegistryEntries" /> |
72 |
<Component Id="cmp11247d4be2af4b9c9fa8fda9d165ca47" Directory="INSTALLFOLDER" Guid="59081110-67af-47ec-85ae-7c2dce9f4f03"> |
73 |
<File Id="fil0659f51319ba4560a980abf7e5d49b29" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Charts.v19.1.Core.dll" /> |
74 |
</Component> |
75 |
<Component Id="cmpfa527088a2824f5abd7f12d3828ad878" Directory="INSTALLFOLDER" Guid="b5145406-2856-470c-9d48-f799a41b171c"> |
76 |
<File Id="fil3f0a2c73c28344e8b1a04e14fe556f28" KeyPath="yes" Source=".\Setup_PSN\DevExpress.CodeParser.v19.1.dll" /> |
77 |
</Component> |
78 |
<Component Id="cmpe703637a16c2466680a1be1afda43a78" Directory="INSTALLFOLDER" Guid="13235e6d-c860-47cc-b5f0-f53b4403a955"> |
79 |
<File Id="fil5211a82400c7486a887e06e3a4baf7ac" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Data.v19.1.dll" /> |
80 |
</Component> |
81 |
<Component Id="cmpf2ac8d8207e64f17af077cfe411bdc04" Directory="INSTALLFOLDER" Guid="5e493b0e-35ad-472a-ba18-3268dd7f48e2"> |
82 |
<File Id="fil4b7518964c6345688a117fbeb68f1747" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Data.v19.1.xml" /> |
83 |
</Component> |
84 |
<Component Id="cmpbddfb2806e1f45018a518c47936a9fd5" Directory="INSTALLFOLDER" Guid="3e90323c-e3b2-451d-934e-77b8cc6ff233"> |
85 |
<File Id="fil5a2f756854904a2199f1a0cb8f7446bd" KeyPath="yes" Source=".\Setup_PSN\DevExpress.DataAccess.v19.1.dll" /> |
86 |
</Component> |
87 |
<Component Id="cmpfa6578b093294ffda7555b44f4372981" Directory="INSTALLFOLDER" Guid="61ad1d3a-8733-4a41-bb17-0600be4558d4"> |
88 |
<File Id="fil288d72cf4c0f4556adfab19429d59013" KeyPath="yes" Source=".\Setup_PSN\DevExpress.DataAccess.v19.1.xml" /> |
89 |
</Component> |
90 |
<Component Id="cmpb6b71472246c4525b5324e4c5069042d" Directory="INSTALLFOLDER" Guid="912055af-39fc-415e-9d14-865e94b90ebc"> |
91 |
<File Id="fil747aadc543a34cbd9b1940fd0062d743" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Docs.v19.1.dll" /> |
92 |
</Component> |
93 |
<Component Id="cmpd54037cea33c4f59a7be05e95eb9233b" Directory="INSTALLFOLDER" Guid="eb63b4c2-e923-446f-a6f1-bbb6ddd68cae"> |
94 |
<File Id="file54792e202b541dcb80aa05a7a86a245" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Docs.v19.1.xml" /> |
95 |
</Component> |
96 |
<Component Id="cmp795d33b5d92d4975ade6a481c4a25a7a" Directory="INSTALLFOLDER" Guid="a8ca4d32-cf74-4ebf-a7b2-41b792ec1e3d"> |
97 |
<File Id="fila0d5dac91baa4827b10e281ffdd8a149" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Images.v19.1.dll" /> |
98 |
</Component> |
99 |
<Component Id="cmp1ba922984a9746b781ec695e550f4ae1" Directory="INSTALLFOLDER" Guid="9010c388-3644-4557-a66c-b56eccded017"> |
100 |
<File Id="filed415678251a4e499b6bdb9dc2e8516a" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Office.v19.1.Core.dll" /> |
101 |
</Component> |
102 |
<Component Id="cmp3d00e39de85b49c8a4dde3d147024732" Directory="INSTALLFOLDER" Guid="ebfdec33-2329-4a95-bd6f-7b5168c8a538"> |
103 |
<File Id="fil39b95ef428944ecb96285426d181f6f2" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Office.v19.1.Core.xml" /> |
104 |
</Component> |
105 |
<Component Id="cmp9375680447b74007a38ea8211598ebc4" Directory="INSTALLFOLDER" Guid="69922881-2a89-455e-9a25-202fa69313a9"> |
106 |
<File Id="filca32fb8917d3446189288278ac025c87" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Pdf.v19.1.Core.dll" /> |
107 |
</Component> |
108 |
<Component Id="cmp0476151697ee4d2db598d2f6042fc3f9" Directory="INSTALLFOLDER" Guid="1b9cc07f-7283-45f3-a0cd-d544df28ea5b"> |
109 |
<File Id="fil4103042a90604445a2067d1ee79f6b2e" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Pdf.v19.1.Core.xml" /> |
110 |
</Component> |
111 |
<Component Id="cmp3585b5720dcd441c8042fb3aa9bda6ff" Directory="INSTALLFOLDER" Guid="40bd06cc-072b-4fbd-bf52-63c58e8136fb"> |
112 |
<File Id="fil4850218bdec94d6eac9d3ebc9c51ec5f" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Pdf.v19.1.Drawing.dll" /> |
113 |
</Component> |
114 |
<Component Id="cmpcfd9b239f08349009729306b3b812592" Directory="INSTALLFOLDER" Guid="e0a9f3da-b3a8-41c5-8213-44d94966369f"> |
115 |
<File Id="fil9de4e411d4934647a5641d21037140ef" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Pdf.v19.1.Drawing.xml" /> |
116 |
</Component> |
117 |
<Component Id="cmp28b65a1020a24045ae764a9f229feb80" Directory="INSTALLFOLDER" Guid="0cfbf217-66bf-4b49-925d-9acfd3854497"> |
118 |
<File Id="fil9080494dbacc4ef28070796bddc490d0" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Printing.v19.1.Core.dll" /> |
119 |
</Component> |
120 |
<Component Id="cmp855789c7847749f3aa2594a9ca5e18a2" Directory="INSTALLFOLDER" Guid="012e9bc8-65c5-42a1-84a0-a96a52d2b2a5"> |
121 |
<File Id="fil2adc16aeb7674a92ac7e2117c3bbaed2" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Printing.v19.1.Core.xml" /> |
122 |
</Component> |
123 |
<Component Id="cmp036c7b14500d48a9b399b773f794d0b2" Directory="INSTALLFOLDER" Guid="930da741-173c-4e7a-998b-d727a7088d7b"> |
124 |
<File Id="fil4d3ff4fa58444a4d982d8a3517e5dcb8" KeyPath="yes" Source=".\Setup_PSN\DevExpress.RichEdit.v19.1.Core.dll" /> |
125 |
</Component> |
126 |
<Component Id="cmpf71cc10066bd47259211eaad9a7d58fb" Directory="INSTALLFOLDER" Guid="72e84e47-f0fc-4092-bd8e-803160654401"> |
127 |
<File Id="fil9ff5c04ea7a349c9a1dc80b25f8e0934" KeyPath="yes" Source=".\Setup_PSN\DevExpress.RichEdit.v19.1.Core.xml" /> |
128 |
</Component> |
129 |
<Component Id="cmp27e31ac2f9dc454893a598e615cd6270" Directory="INSTALLFOLDER" Guid="8addcf1c-aad3-4925-92f9-4ecc762229d6"> |
130 |
<File Id="filf6a5956b8c3c412990a8e2e5938abbc6" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Snap.v19.1.Core.dll" /> |
131 |
</Component> |
132 |
<Component Id="cmp44111a2a3e404a37880bc767fa7c81c6" Directory="INSTALLFOLDER" Guid="1278041d-2cbf-47b5-baa1-262fb660cd67"> |
133 |
<File Id="fil5453f996e09048afa12109a86e150a67" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Snap.v19.1.Core.xml" /> |
134 |
</Component> |
135 |
<Component Id="cmpa64e43e5528c4a6598ab6955b9ee9242" Directory="INSTALLFOLDER" Guid="ed9488b2-57f0-45c1-b07c-44001bb3bd74"> |
136 |
<File Id="filc8714d5cc49d43ffb40256b8bc6628e8" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Sparkline.v19.1.Core.dll" /> |
137 |
</Component> |
138 |
<Component Id="cmpa4fcc2238dbb40bd929886b10a9ac0a8" Directory="INSTALLFOLDER" Guid="f2330d38-9849-4c2b-abb8-c8b7a4f874ad"> |
139 |
<File Id="filfb2d01bdad744c0d8af11da0c91efb2a" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Sparkline.v19.1.Core.xml" /> |
140 |
</Component> |
141 |
<Component Id="cmpeba22070ca9943179c224f0e71996450" Directory="INSTALLFOLDER" Guid="7dfa401f-ce6c-4fef-b3cb-75e537686fc7"> |
142 |
<File Id="filb282eed2b74a41f6b8d4223e9ab7ae03" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Spreadsheet.v19.1.Core.dll" /> |
143 |
</Component> |
144 |
<Component Id="cmp81ad7d20961e4d4eb950f328591adbc7" Directory="INSTALLFOLDER" Guid="4cb04f08-74aa-42b6-b125-adce2791616c"> |
145 |
<File Id="fil885d9e53e8474fa89ebd4cc85d13c958" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Spreadsheet.v19.1.Core.xml" /> |
146 |
</Component> |
147 |
<Component Id="cmpc031d50e765f4c7280a2758e17d4ad88" Directory="INSTALLFOLDER" Guid="5a767d07-daa2-4b72-9654-a23cd5f81eea"> |
148 |
<File Id="fil0253d264665041b1a84a309a74aba2cb" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Utils.v19.1.dll" /> |
149 |
</Component> |
150 |
<Component Id="cmpeacd0dbd353e4729adbf881fc23985f7" Directory="INSTALLFOLDER" Guid="7e544151-5db5-49d7-9bf4-620a527e2a2b"> |
151 |
<File Id="fil9c528a00f6f743ed98ba6d5155ad498f" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Utils.v19.1.xml" /> |
152 |
</Component> |
153 |
<Component Id="cmpd2d050eca036474f8d9627d86e27182e" Directory="INSTALLFOLDER" Guid="2a510abb-d999-4976-abe1-7d4820a15053"> |
154 |
<File Id="fil565ac70a0cad42f4b2f33bb02219f4c3" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Xpo.v19.1.dll" /> |
155 |
</Component> |
156 |
<Component Id="cmpb3158d5687c549bbbea4a327e56e8c66" Directory="INSTALLFOLDER" Guid="754c2b15-8c5d-4703-9f05-43573c566fa3"> |
157 |
<File Id="fil6a69fd9ac97c4032a33c03bc2a90a9a4" KeyPath="yes" Source=".\Setup_PSN\DevExpress.Xpo.v19.1.xml" /> |
158 |
</Component> |
159 |
<Component Id="cmpb463c3db7ffc48b8a568c1f6578d4628" Directory="INSTALLFOLDER" Guid="8422a5f8-045a-42a5-9ded-bb969660d110"> |
160 |
<File Id="fil148d054357c0465ea57216c99c6f4412" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraBars.v19.1.dll" /> |
161 |
</Component> |
162 |
<Component Id="cmpff3ffe8c8a314061b0c180e9071af2b4" Directory="INSTALLFOLDER" Guid="e0170e87-3660-44e9-8f0b-85dfb0afc07e"> |
163 |
<File Id="fila727d3ec3b674df9b87ebc73b0142db2" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraBars.v19.1.xml" /> |
164 |
</Component> |
165 |
<Component Id="cmp2a54c90a4a5b4346bdd02ec4b928ca27" Directory="INSTALLFOLDER" Guid="5c5f3e8d-78c1-49b9-9fb3-a3c27827b3fd"> |
166 |
<File Id="filce9fb28e37aa4e1293a6c5dd2e6c1ba9" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraCharts.v19.1.dll" /> |
167 |
</Component> |
168 |
<Component Id="cmpfb399b55f24e4bfc8737b5ad56e791ea" Directory="INSTALLFOLDER" Guid="be312d10-b9ca-4203-b747-58b0ccb934de"> |
169 |
<File Id="fil5fbee0a0596e4b03a1bdf3e9a66d5b30" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraCharts.v19.1.xml" /> |
170 |
</Component> |
171 |
<Component Id="cmpd543530c43994822907d025ee908e9a0" Directory="INSTALLFOLDER" Guid="0650cbb2-376c-41df-805a-e835b92e5e53"> |
172 |
<File Id="fil92ecc8fe32df4c58bc5386d2f9a94aec" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraEditors.v19.1.dll" /> |
173 |
</Component> |
174 |
<Component Id="cmp32eb8022589046a4a65805d2467f22dd" Directory="INSTALLFOLDER" Guid="719de448-4097-4d10-817d-2e552876dcf3"> |
175 |
<File Id="filf4cae73d2a2b49da826344d3f98a260e" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraEditors.v19.1.xml" /> |
176 |
</Component> |
177 |
<Component Id="cmp5899439b61224daa9391b46900cd8bab" Directory="INSTALLFOLDER" Guid="fb814595-179c-4efc-b8ee-160abdf2737a"> |
178 |
<File Id="filafa73e65cca14ef39a172eedfbc97fdd" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraGrid.v19.1.dll" /> |
179 |
</Component> |
180 |
<Component Id="cmp112287ab26c6435b9a4e88580922d62e" Directory="INSTALLFOLDER" Guid="a6487f4f-1d6e-476b-97b1-c5aa61d1be5b"> |
181 |
<File Id="fildc9ae4162db54cc5bbbbf6e5f51667a3" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraGrid.v19.1.xml" /> |
182 |
</Component> |
183 |
<Component Id="cmp1d3ce2b8ac7344389711611ae748b272" Directory="INSTALLFOLDER" Guid="e92dabd3-2ebd-4873-82fa-e3d65bcea267"> |
184 |
<File Id="fil2d05ed85d7b24c6fb0d224b9abd52967" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraLayout.v19.1.dll" /> |
185 |
</Component> |
186 |
<Component Id="cmp815b2789757e42baab47a904f60c9c59" Directory="INSTALLFOLDER" Guid="00e9707f-3f4f-469a-abdf-09feb66f2199"> |
187 |
<File Id="file26709f7aba64f0a97954ac24eb9222a" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraLayout.v19.1.xml" /> |
188 |
</Component> |
189 |
<Component Id="cmp4997821af61e4f199482a0117507fc65" Directory="INSTALLFOLDER" Guid="85d98ed9-1733-471c-8a25-68bc8ada4905"> |
190 |
<File Id="fild7e299872145411eb0640873409b83bf" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraPrinting.v19.1.dll" /> |
191 |
</Component> |
192 |
<Component Id="cmpf98fcf7be4dc49f6991259cd2b2dc168" Directory="INSTALLFOLDER" Guid="f25b8d9f-228d-480d-a80b-8d0c51a9ac62"> |
193 |
<File Id="fil33d4f0495fcc427aaee0e55e9ac415db" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraPrinting.v19.1.xml" /> |
194 |
</Component> |
195 |
<Component Id="cmpb6aaadb62ba64f7dab6ac752117ccc73" Directory="INSTALLFOLDER" Guid="42b01749-9b8b-4072-bdfe-05d7e28ff170"> |
196 |
<File Id="fil0fa847f0637b45d0a7de29b52405303c" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraTreeList.v19.1.dll" /> |
197 |
</Component> |
198 |
<Component Id="cmp7ab2dc3ef9424eb88f63a303c85b9938" Directory="INSTALLFOLDER" Guid="53a47cb2-0f19-4289-8069-b63cdfd4f8be"> |
199 |
<File Id="fil24a0e8cc20d244f2a3c031b3aa7ed841" KeyPath="yes" Source=".\Setup_PSN\DevExpress.XtraTreeList.v19.1.xml" /> |
200 |
</Component> |
201 |
<Component Id="cmp72de593d7fee4db9b7c3b43acd8b9927" Directory="INSTALLFOLDER" Guid="c59a4029-a586-4b4e-bb98-a7efc3178dd0"> |
202 |
<File Id="fila2258ed566124aaa8c1bdc07c4bebad0" KeyPath="yes" Source=".\Setup_PSN\EntityFramework.dll" /> |
203 |
</Component> |
204 |
<Component Id="cmp52988e6ca1384df8b9d1c25baf4f0641" Directory="INSTALLFOLDER" Guid="4b8b5c9f-a375-4b64-af60-81a09546357e"> |
205 |
<File Id="fil42317b315e144fa4ba0896b74b01af34" KeyPath="yes" Source=".\Setup_PSN\EntityFramework.SqlServer.dll" /> |
206 |
</Component> |
207 |
<Component Id="cmp34397d91fb8f4d8abc6c90a168a70a93" Directory="INSTALLFOLDER" Guid="634fab40-07b8-4792-8faa-b6a3cbfcd5fc"> |
208 |
<File Id="fil9776468b8a034ae1baa203b0188ef423" KeyPath="yes" Source=".\Setup_PSN\EntityFramework.SqlServer.xml" /> |
209 |
</Component> |
210 |
<Component Id="cmpc2c96c24aafb47db94b8b3deed07f6f3" Directory="INSTALLFOLDER" Guid="3a0e7d96-7388-4940-a4e8-001f1d96a8ed"> |
211 |
<File Id="fil13b9f7c2dbea4a558531dcaf8a510d40" KeyPath="yes" Source=".\Setup_PSN\EntityFramework.xml" /> |
212 |
</Component> |
213 |
<Component Id="cmp37d7f170e9cc4c0bba65c3cdcc1db58e" Directory="INSTALLFOLDER" Guid="ab1634b0-d532-486f-938e-2a260d53c94a"> |
214 |
<File Id="fil706ed41ff74d484088062058a8baa3a4" KeyPath="yes" Source=".\Setup_PSN\ID2PSN.exe" /> |
215 |
</Component> |
216 |
<Component Id="cmpa775043110df4dc68381c2b3a9b504da" Directory="INSTALLFOLDER" Guid="fa359e6f-2d6c-4617-bdce-be3ffc9df7e6"> |
217 |
<File Id="fil884d5c15190d473498ed6d192971afde" KeyPath="yes" Source=".\Setup_PSN\ID2PSN.exe.config" /> |
218 |
</Component> |
219 |
<Component Id="cmpa1f4b54a6e3a48e482f7a8fef80c4834" Directory="INSTALLFOLDER" Guid="bd02a50d-2bce-4959-a8d2-083c767c41bd"> |
220 |
<File Id="fild62aa4a767464560b2be1a46f92174c5" KeyPath="yes" Source=".\Setup_PSN\System.Data.SQLite.dll" /> |
221 |
</Component> |
222 |
<Component Id="cmp4483ec5b7d7a4f82a1a51f501c9015de" Directory="INSTALLFOLDER" Guid="c6b86b17-df03-47f8-a933-bca07fd9eab2"> |
223 |
<File Id="filfa4f827a13254428a85e158fbc39f26f" KeyPath="yes" Source=".\Setup_PSN\System.Data.SQLite.EF6.dll" /> |
224 |
</Component> |
225 |
<Component Id="cmp40fe687673c14f6a99ab4bf728852c70" Directory="INSTALLFOLDER" Guid="4b56c3df-11ed-4ec5-bb99-0e7cc4f5e7a7"> |
226 |
<File Id="fild0b42180e98047289c7e74e62f44ac46" KeyPath="yes" Source=".\Setup_PSN\System.Data.SQLite.Linq.dll" /> |
227 |
</Component> |
228 |
<Component Id="cmp2985470d815c46db8ccf6daa8ba2449b" Directory="INSTALLFOLDER" Guid="b48fc430-a068-4783-b7c6-7ed7d8dccaf0"> |
229 |
<File Id="fil9913164df774455c9511de6c9719d8de" KeyPath="yes" Source=".\Setup_PSN\System.Data.SQLite.xml" /> |
230 |
</Component> |
231 |
|
232 |
<Component Id="cmp30cee36c85a745838f05239edf85d2a4" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="77ec7cf8-5602-4eb1-8c36-ab20906a9f03"> |
233 |
<File Id="fil1ace20859c5d43739baa68124b8e65b1" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Data.v19.1.resources.dll" /> |
234 |
</Component> |
235 |
<Component Id="cmp8c287e2e5a304be69c324e4706af73ce" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="c88eabcf-37d2-462e-95f1-46790f44a3f1"> |
236 |
<File Id="fil5cdbb07be0bd4c4eb9a5d592547525c8" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.DataAccess.v19.1.resources.dll" /> |
237 |
</Component> |
238 |
<Component Id="cmp87ebe9a8fd63421894fe5bcd097b1fd5" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="20ddccb9-ab67-492a-b5da-56b8b1d3b27e"> |
239 |
<File Id="filf65d1b427e334313a3adf8bdc5d5ad25" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Office.v19.1.Core.resources.dll" /> |
240 |
</Component> |
241 |
<Component Id="cmp42245258810a457493381292e69d37e6" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="ba0f8ba0-a2eb-4ac3-b7dc-97f54c46d8a7"> |
242 |
<File Id="fil31bf786e9ef04324b0a8956bc4f4f86a" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Pdf.v19.1.Core.resources.dll" /> |
243 |
</Component> |
244 |
<Component Id="cmp2b3c6211a3ac44a59c69ac8bd917cb3d" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="99f214a0-1462-44fb-891c-fa1e0758188f"> |
245 |
<File Id="fil4dcc3959cab848b6ae458534783272fb" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Printing.v19.1.Core.resources.dll" /> |
246 |
</Component> |
247 |
<Component Id="cmp1d698b7f086b417989a453bf09988eb3" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="bfd3b994-55d3-4bdc-847c-122d38c1dba5"> |
248 |
<File Id="fil66697c1c341d4aa8a952c32c66cac21a" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.RichEdit.v19.1.Core.resources.dll" /> |
249 |
</Component> |
250 |
<Component Id="cmp497acd2b2f9d477299fa794a35992fe9" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="17232ae5-4220-489f-90b8-ddc908c072ee"> |
251 |
<File Id="fil086a1e0ad299420c82fdd01f97c78ffb" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Snap.v19.1.Core.resources.dll" /> |
252 |
</Component> |
253 |
<Component Id="cmpb99449f4e0364a798942154e89023774" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="e983a829-11c0-43c8-ad79-d78cf7544eb6"> |
254 |
<File Id="fil43e3bb431af3456b88c4c158d215e88e" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Sparkline.v19.1.Core.resources.dll" /> |
255 |
</Component> |
256 |
<Component Id="cmp23ca7115c8374dd8954c86183aa2baf3" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="236cb2b4-05a6-47a2-823c-c20d399fd04c"> |
257 |
<File Id="fil24ef83fecda8413d9db29e871a3c9355" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Spreadsheet.v19.1.Core.resources.dll" /> |
258 |
</Component> |
259 |
<Component Id="cmpe68a5351a6d54064968d54d17fad8967" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="fefabab3-4497-44be-b237-c7b082389233"> |
260 |
<File Id="fil0a6792facad14a6b954e2cacd1f9eca2" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Utils.v19.1.resources.dll" /> |
261 |
</Component> |
262 |
<Component Id="cmp8758f6c0a03644e58fb5d796f2cf321d" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="18457c86-6618-455d-a88d-739fe435c5bc"> |
263 |
<File Id="fil93258c2ce6664256a73ac7d2d70bcae2" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.Xpo.v19.1.resources.dll" /> |
264 |
</Component> |
265 |
<Component Id="cmpc751728fc7024f01802f4a8b606baa2c" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="21ba3d8b-b9fb-4ee0-aae7-a1247618830f"> |
266 |
<File Id="fild99c37295b134363a64cad276d7aa391" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraBars.v19.1.resources.dll" /> |
267 |
</Component> |
268 |
<Component Id="cmp565574a16d37428b915ee61a8400d3ca" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="d99b8b45-7013-4f04-834a-d25e22b06155"> |
269 |
<File Id="fil00dda1bf3e2a45b5b4cac01578d17d4f" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraCharts.v19.1.resources.dll" /> |
270 |
</Component> |
271 |
<Component Id="cmp2f1e4aa53cf841db95b82a3891b439c1" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="6ee86425-7495-472f-b024-ca8ce8c2af2f"> |
272 |
<File Id="fil97005a6d90d440f590aef973cb12d4b6" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraEditors.v19.1.resources.dll" /> |
273 |
</Component> |
274 |
<Component Id="cmp1cbc00d3cd44435c9a8e62736a956268" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="58a8b779-5444-4d8b-9494-b227e817664c"> |
275 |
<File Id="fil02412779625b4ecca602af47597ccc84" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraGrid.v19.1.resources.dll" /> |
276 |
</Component> |
277 |
<Component Id="cmpda01c1b246814734b2303f5be49dffce" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="db0bbc7a-7af7-4dde-8343-41acaf9fd94e"> |
278 |
<File Id="fil6235b38488414a979a8dae14b4a0dc24" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraLayout.v19.1.resources.dll" /> |
279 |
</Component> |
280 |
<Component Id="cmp67bafdf93095425e883c6b4ad8364994" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="357f08fa-e7a4-4764-b87e-0f95a7721e12"> |
281 |
<File Id="file83d66969d714e4fa5377944b3ed8b97" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraPrinting.v19.1.resources.dll" /> |
282 |
</Component> |
283 |
<Component Id="cmpbb9035edffc7407d8bb0c1308780e8d7" Directory="dird6df1ad162884b6cb9131de6e82f0000" Guid="4e8711fb-7298-4afd-9a02-ccd79fb330b5"> |
284 |
<File Id="fil345ce55aea864048b9b7ee9cebd8278f" KeyPath="yes" Source=".\Setup_PSN\de\DevExpress.XtraTreeList.v19.1.resources.dll" /> |
285 |
</Component> |
286 |
|
287 |
<Component Id="cmp268bab71c40d4533b99c4cf0b356c619" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="678529c4-05d5-429b-b5a3-dd6be442a9f3"> |
288 |
<File Id="filc677690d02ba4e48b75dd5e970225c13" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Data.v19.1.resources.dll" /> |
289 |
</Component> |
290 |
<Component Id="cmp2f87b56850054d6fb903d2071d334086" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="aa71efbb-7b62-4361-86e3-daed6ea5c9c5"> |
291 |
<File Id="fil36c827b932eb4ef48842039e10014385" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.DataAccess.v19.1.resources.dll" /> |
292 |
</Component> |
293 |
<Component Id="cmp7deb87bdad2744f6b1c2c7e9b3daea24" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="3d906eb9-2a97-40ed-9ce0-bd6ebd4b1138"> |
294 |
<File Id="fil76f8114ac5404891b109e2df7eebdd7a" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Office.v19.1.Core.resources.dll" /> |
295 |
</Component> |
296 |
<Component Id="cmpf4202c3a9e954cb6b390d878db86d121" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="f0b29217-aab2-48a9-9789-0d78f2419844"> |
297 |
<File Id="fil3f388ab8d32a4307a7122e285a12ae51" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Pdf.v19.1.Core.resources.dll" /> |
298 |
</Component> |
299 |
<Component Id="cmp692d55d812e84d27b635b317db4276eb" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="db81ebfc-e1bb-4912-bcec-76eae283725f"> |
300 |
<File Id="fil4bbcd966fae247b086c5363279295cd5" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Printing.v19.1.Core.resources.dll" /> |
301 |
</Component> |
302 |
<Component Id="cmpf54f6d67428244ddb6cc892cfe352e86" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="61043d4e-bc0f-4ff5-927f-f80d78d42da6"> |
303 |
<File Id="filb806f365b44f48dd9585214803145010" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.RichEdit.v19.1.Core.resources.dll" /> |
304 |
</Component> |
305 |
<Component Id="cmp83edd811987247cba0de703ad091d517" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="2109d123-5657-487a-8c50-46140962b512"> |
306 |
<File Id="file2990094c059498aab0e6448968549e8" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Snap.v19.1.Core.resources.dll" /> |
307 |
</Component> |
308 |
<Component Id="cmp8d255cce5694408385d68cf77cef1825" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="7e721a6e-16f0-4f70-81aa-c769e0f08194"> |
309 |
<File Id="fil63216413c7854752a9f22cdd5030ab74" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Sparkline.v19.1.Core.resources.dll" /> |
310 |
</Component> |
311 |
<Component Id="cmp8e4ff184c1af420981d19d549c0bbac3" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="94ccf3df-a99a-4cec-8b6c-1e4e157b75b7"> |
312 |
<File Id="fil61b4ad491d4746c6b0a82959f3e9b0e3" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Spreadsheet.v19.1.Core.resources.dll" /> |
313 |
</Component> |
314 |
<Component Id="cmp5eda2fd3304c44cfaa9500a42e26068c" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="544fcef8-fc98-45a9-ada5-9805e2081f86"> |
315 |
<File Id="fil3a93847bb5ee4e259eec2a6680037836" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Utils.v19.1.resources.dll" /> |
316 |
</Component> |
317 |
<Component Id="cmpce36cd1991a845d4a9dd1f20bc3492ec" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="152e978d-175d-4945-af34-a341b3de1008"> |
318 |
<File Id="filf1d1f65d28644ed3be457f8d256026d3" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.Xpo.v19.1.resources.dll" /> |
319 |
</Component> |
320 |
<Component Id="cmp417633d13c034670b2b4910618ec737f" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="05e259b4-da2b-4ecd-96eb-2d2979d61806"> |
321 |
<File Id="filc926c36e970145c6b01a75c76dd54167" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraBars.v19.1.resources.dll" /> |
322 |
</Component> |
323 |
<Component Id="cmp6990648c555447858e1028f44f5fabc9" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="1e2306c2-1b4d-4d43-906d-361e80f1dbd1"> |
324 |
<File Id="fil0e814b58b6584b2b9631d91984b458b2" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraCharts.v19.1.resources.dll" /> |
325 |
</Component> |
326 |
<Component Id="cmp6b638e1523f245608128a090bd1172b3" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="2f5fd757-c82a-4c8f-bed9-b705b105489a"> |
327 |
<File Id="fil727345d64b084674bda172c420d773e3" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraEditors.v19.1.resources.dll" /> |
328 |
</Component> |
329 |
<Component Id="cmp22f1d9cc8f06430392fd28773aa0dffd" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="94b720cb-3db8-4e7a-a46e-bfb0ba36a9d2"> |
330 |
<File Id="fil1688da8aedb14bdfb04488eb61da28e1" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraGrid.v19.1.resources.dll" /> |
331 |
</Component> |
332 |
<Component Id="cmpf486bd9866f44980b9bb3ee6cd7714c6" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="153c04bb-6c2b-4f9a-bec7-a5aeb3108a07"> |
333 |
<File Id="filccbecf4834d748ff80108ebc51f70fd4" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraLayout.v19.1.resources.dll" /> |
334 |
</Component> |
335 |
<Component Id="cmpe1c9c21a49794e8e8c2ffd6dc121779e" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="32ec3847-146b-4e78-9b08-1c56fa4f25fe"> |
336 |
<File Id="fil934c821e3732464e8d109ac191e4d3dc" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraPrinting.v19.1.resources.dll" /> |
337 |
</Component> |
338 |
<Component Id="cmp9dda155fabcc4c2693d6e9afcd43b66e" Directory="dir4f720e19e6474b3893127543fd4e5c89" Guid="c7402614-0f97-4034-a5d2-81957b0bf817"> |
339 |
<File Id="fil2d08b9eec8b64fe586a9d9ec287d6ef5" KeyPath="yes" Source=".\Setup_PSN\es\DevExpress.XtraTreeList.v19.1.resources.dll" /> |
340 |
</Component> |
341 |
|
342 |
<Component Id="cmp87ef537d56024f5a8ce0ae91807beb81" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="a07953b2-2bec-4636-b527-9744dd8d41ae"> |
343 |
<File Id="filcf2e69070331444da81daebd8290613b" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Data.v19.1.resources.dll" /> |
344 |
</Component> |
345 |
<Component Id="cmp79bb35284b4e476d893e641f4e04be05" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="db0dd980-6706-4b4e-8f4c-3fe4e12a9aab"> |
346 |
<File Id="filc7c1b099a9c946f488700d6541480aec" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.DataAccess.v19.1.resources.dll" /> |
347 |
</Component> |
348 |
<Component Id="cmp28ddc54741ad46a0bd33d17d9f30a8c3" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="0cc3edb3-a0f9-43ce-8145-a2a211c529a7"> |
349 |
<File Id="fil83bc77f2d30843af80fff90adfa72f7f" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Office.v19.1.Core.resources.dll" /> |
350 |
</Component> |
351 |
<Component Id="cmpd15fbe97e9cb4a09bcdbc1baa0017c5a" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="0e13050a-02c6-4490-a953-eef8e741a7cf"> |
352 |
<File Id="filea74aaa487654e919f270834ced3e722" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Pdf.v19.1.Core.resources.dll" /> |
353 |
</Component> |
354 |
<Component Id="cmpdff0d130c64a4ce9bb067cf470722ef7" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="b9cf2320-c9af-4167-aa96-effbdb025237"> |
355 |
<File Id="filee18e321b0aa4508a2525131918b4474" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Printing.v19.1.Core.resources.dll" /> |
356 |
</Component> |
357 |
<Component Id="cmp8c7f8ea9463e45f39f697c22293fd926" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="3ff33abd-3ca5-4833-a193-f72f9837accf"> |
358 |
<File Id="fil4408ceb5bd28471e8949ba8d2a45d32f" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.RichEdit.v19.1.Core.resources.dll" /> |
359 |
</Component> |
360 |
<Component Id="cmp7291c14a8c5743e5ae47aa63f1c57e8a" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="a1ace0b7-5e1f-4001-87e5-9842131f2916"> |
361 |
<File Id="filfc4318a859b141499ecf1a55c661ca11" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Snap.v19.1.Core.resources.dll" /> |
362 |
</Component> |
363 |
<Component Id="cmp9116024346c54f0a80fcfd0afbbdcfb7" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="6dabab64-7230-4b77-9f6b-0fb5c379dc83"> |
364 |
<File Id="fildce32f70815647569c310025c35da9d0" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Sparkline.v19.1.Core.resources.dll" /> |
365 |
</Component> |
366 |
<Component Id="cmpca6d82998fb6444fb76b0e99d18731c2" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="684a801a-c130-47c4-a1f2-c92d680adcba"> |
367 |
<File Id="fil9ab196d7294b4489aec88013bc372ba4" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Spreadsheet.v19.1.Core.resources.dll" /> |
368 |
</Component> |
369 |
<Component Id="cmp9c81815834e348dfaf49b2a9df69eead" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="7ba5ba54-13ac-4f7e-bf68-08536799f82f"> |
370 |
<File Id="filc5d405df6bf540bdb2abdbd10949cf5c" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Utils.v19.1.resources.dll" /> |
371 |
</Component> |
372 |
<Component Id="cmp3b1f22856d984041999bd2bb5b7be6f8" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="1bc4c801-ef91-493b-b3bc-26a5b6ad1edd"> |
373 |
<File Id="fil597db90aba5246799c92af9b0e467432" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.Xpo.v19.1.resources.dll" /> |
374 |
</Component> |
375 |
<Component Id="cmp7dc8f999454a4e0fb7896ffcc39b7143" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="526ad97a-33c4-497f-83da-085d455076e6"> |
376 |
<File Id="fil6a18f37c40d842288ac2a7bc6076eeca" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraBars.v19.1.resources.dll" /> |
377 |
</Component> |
378 |
<Component Id="cmp6de0e06c1d5a4b808c268f2a586983a4" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="e521a015-8e39-414b-87e4-d22ea46b9c42"> |
379 |
<File Id="fil82f13f55ab5c4282adb07cd3e71b262e" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraCharts.v19.1.resources.dll" /> |
380 |
</Component> |
381 |
<Component Id="cmpd331d18f8390409d87d7e66032e998c9" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="f4774793-6812-417a-af29-de81be3f3bb2"> |
382 |
<File Id="fil03c5fc0293c94e27ab9a9e594b28cf82" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraEditors.v19.1.resources.dll" /> |
383 |
</Component> |
384 |
<Component Id="cmp6aa92dd02caf4617b9b506be51da61b8" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="9debd4b9-7566-41ce-bda0-61bd1fcffd3c"> |
385 |
<File Id="fil80111899447e40fdabddc615417c4fd6" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraGrid.v19.1.resources.dll" /> |
386 |
</Component> |
387 |
<Component Id="cmpc2a39e169b4d4f7f8b0d1ae5fde58a43" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="ada58044-3f1a-4d65-823f-2ee2332ca101"> |
388 |
<File Id="filb0a79821081f486c89b10fe8f2608ea1" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraLayout.v19.1.resources.dll" /> |
389 |
</Component> |
390 |
<Component Id="cmpc0463660080545c69f533010fef71e23" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="f405eee3-33e8-4435-b42c-e34d851fb43c"> |
391 |
<File Id="fil9745d9d63ac9442e8dbf194820144af7" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraPrinting.v19.1.resources.dll" /> |
392 |
</Component> |
393 |
<Component Id="cmp126c89ed7c244f7abd4bd85f2cefdf1b" Directory="dir5b9500f5bcae44798575861d45fcfd78" Guid="5a8aaf4d-ba18-4715-b989-27c0e0999f97"> |
394 |
<File Id="filf5026044831e450baabf327a4dac4443" KeyPath="yes" Source=".\Setup_PSN\ja\DevExpress.XtraTreeList.v19.1.resources.dll" /> |
395 |
</Component> |
396 |
|
397 |
<Component Id="cmp9c901c9d21cc47b1875562e970f9cabe" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="36ccb7a7-2465-47a5-8ecb-214b07541c08"> |
398 |
<File Id="filf228fab3fcdf4b878d93f825453b0a3c" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Data.v19.1.resources.dll" /> |
399 |
</Component> |
400 |
<Component Id="cmpf2b717f694da4d39ab31423d4e97d6e6" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="d81eb7a2-c9eb-44a6-b95d-c1e93bb1e0b1"> |
401 |
<File Id="filac3c8e4464e94034a9f91dd1a927f689" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.DataAccess.v19.1.resources.dll" /> |
402 |
</Component> |
403 |
<Component Id="cmp73cead1dc52d49ac9c1467c021e1efc7" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="1c3e0afb-7996-442f-bd04-b48bc709be38"> |
404 |
<File Id="fil99380dc46c7a4f2bb92b9f6ba27383a4" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Office.v19.1.Core.resources.dll" /> |
405 |
</Component> |
406 |
<Component Id="cmpe1731ad32aaa49f39203bc46a7b7cc4c" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="d12a1661-c825-43bb-ad6f-deb1a7c44204"> |
407 |
<File Id="filb2e559abf5de4186a6140915b2bd52fa" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Pdf.v19.1.Core.resources.dll" /> |
408 |
</Component> |
409 |
<Component Id="cmpc6e27ef6b5604f128d3ccbec2a96807f" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="f7d20174-3f9d-4501-ada3-aaeb17080fda"> |
410 |
<File Id="fil56e54d4b55b640919c9c0886673a2b8a" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Printing.v19.1.Core.resources.dll" /> |
411 |
</Component> |
412 |
<Component Id="cmp6d48be7e2a1e4bc38fa452e43f26a929" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="dd5b10f9-a518-4726-9a0f-ebb58efa74a5"> |
413 |
<File Id="fil04027044e6524c62b58abd6f68e82249" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.RichEdit.v19.1.Core.resources.dll" /> |
414 |
</Component> |
415 |
<Component Id="cmp66cf8c19317b4592af5c3421f24c87d4" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="a9d6dc68-11aa-4796-a526-2a679b30059d"> |
416 |
<File Id="fil8a481dfa06264567875a5bf0b629bec1" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Snap.v19.1.Core.resources.dll" /> |
417 |
</Component> |
418 |
<Component Id="cmp82bc3855bcae4723b1733a32802d9972" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="2011c470-5681-4b38-8247-6b15d3065d75"> |
419 |
<File Id="fil0345d048f0634b52a98656b69021df65" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Sparkline.v19.1.Core.resources.dll" /> |
420 |
</Component> |
421 |
<Component Id="cmp93f7315814144b359666d534513c5b4d" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="51bb12d6-cb58-4815-b445-4536e4a7d1e9"> |
422 |
<File Id="fil783718dd29be44fda2ea6408e50a5497" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Spreadsheet.v19.1.Core.resources.dll" /> |
423 |
</Component> |
424 |
<Component Id="cmpd4887f85ae024ee08bf8e186a8091834" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="2b7ddbc7-037a-474f-a9cb-edc1d815473b"> |
425 |
<File Id="fil590b65c71b9f4aeaaa0b10730cb91241" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Utils.v19.1.resources.dll" /> |
426 |
</Component> |
427 |
<Component Id="cmp9f9a605557d94cf49af6f074d59b4e6f" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="3026ce75-6cae-411f-9f05-7a97074c9372"> |
428 |
<File Id="filca493c04546a4bb5b97ba62b20adefbe" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.Xpo.v19.1.resources.dll" /> |
429 |
</Component> |
430 |
<Component Id="cmpa8007114e2db43d9aff03b7975c7364e" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="3f15ed08-2358-430f-8131-831978f3ef4e"> |
431 |
<File Id="filbedae492a1d3493b8cb70dc77dbfe54a" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraBars.v19.1.resources.dll" /> |
432 |
</Component> |
433 |
<Component Id="cmp0c6350596c524d61be5d67598f1f1412" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="f0f2e380-56b0-4586-89ef-6629961205b3"> |
434 |
<File Id="fildea411b0f5854dc0b385211f820304b2" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraCharts.v19.1.resources.dll" /> |
435 |
</Component> |
436 |
<Component Id="cmp1974e7cf9e8e4a06843d2224b9202518" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="461f680c-7c40-44fa-bc04-aaad80fca706"> |
437 |
<File Id="fil962f808115c9466ca47a4e51ae020e52" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraEditors.v19.1.resources.dll" /> |
438 |
</Component> |
439 |
<Component Id="cmpb68d41ef9b95440a8d33932cacbb889d" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="84c842dd-6a3d-4e63-9036-31c982a95cb6"> |
440 |
<File Id="fil7ab70afebe4d44b4adaa893f89b85b07" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraGrid.v19.1.resources.dll" /> |
441 |
</Component> |
442 |
<Component Id="cmp967038ae57564239a07220a3bf67ab46" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="53af3730-0dc3-4f75-83f1-384d3696ff25"> |
443 |
<File Id="fil3a628404ce7248c992982106c63e81f4" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraLayout.v19.1.resources.dll" /> |
444 |
</Component> |
445 |
<Component Id="cmpc50b2baead7b44ed903b55e76cfbc9c3" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="234f522a-865a-46f8-a2f3-9a70607742df"> |
446 |
<File Id="fil2e6defa7611f4b818eb25831526a4807" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraPrinting.v19.1.resources.dll" /> |
447 |
</Component> |
448 |
<Component Id="cmp0b22310d3cdb429a914d55a9ea750790" Directory="dir69acf2f8e4ca4a7bbd365b9c3f806125" Guid="e8cca3f3-76e2-43d7-ac0f-c4c069b7b7dd"> |
449 |
<File Id="filf4852c21ad4f4cc1800c1f8ae9c200ac" KeyPath="yes" Source=".\Setup_PSN\ru\DevExpress.XtraTreeList.v19.1.resources.dll" /> |
450 |
</Component> |
451 |
|
452 |
<Component Id="cmp744ebb8ae9a7440a910c2a3a03341a45" Directory="dirafb896e550774e228b63b457b06b8e43" Guid="3a7b72b8-378f-41c1-8861-4438eb7699f0"> |
453 |
<File Id="filb14489a693c34e62b6ece05b5014128a" KeyPath="yes" Source=".\Setup_PSN\x64\SQLite.Interop.dll" /> |
454 |
</Component> |
455 |
<Component Id="cmp36345eca83e34495a1d8b3a795f88237" Directory="dira75cb59691d64c82aeb946afbdb502af" Guid="c5ac76d3-9b72-4dc4-891f-63077c98fcc9"> |
456 |
<File Id="fil3c2eda0c6ffc451ab5dcb0bb06584337" KeyPath="yes" Source=".\Setup_PSN\x86\SQLite.Interop.dll" /> |
457 |
</Component> |
458 |
</ComponentGroup> |
459 |
</Fragment> |
460 |
</Wix> |