프로젝트

일반

사용자정보

개정판 d917b50d

IDd917b50db6b85e9bb37a24d0be188a91793eeed5
상위 23b86a3c
하위 75e9ee59, 095d6d60

백흠경이(가) 5년 이상 전에 추가함

issue #000: make setup script for SPPIDConverter

Change-Id: I4f0d53713f126a930457de79a1eb86c90c116bcf

차이점 보기:

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

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

  
16 17
	<Fragment>
17 18
		<Directory Id="TARGETDIR" Name="SourceDir">
18
      <!--
19
      <Directory Id="DesktopFolder" Name="Desktop">
20
        <Component Id="DesktopShortcut" Guid="{56E57116-5FD9-4774-B3DF-2E9185F522E6}" KeyPath="yes" Feature="ProductFeature">
21
          <Shortcut Id="DesktopShortcut"
22
                    Directory="DesktopFolder"
23
                    Name="SPPIDConverter"
24
                    Description="SPPIDConverter"
25
                    Target="[INSTALLFOLDER]SPPIDConverter.exe"
26
                    WorkingDirectory="INSTALLFOLDER" />
27
          <RemoveFolder Id="DesktopFolder" On="uninstall"/>
28
        </Component>
29
      </Directory>
30
      -->
31
      
19
			<Directory Id="DesktopFolder" Name="Desktop">
20
				<Component Id="DesktopShortcut" Guid="44D6BF99-8203-4DF8-A7F4-1FDC717A6B8C" Feature="ProductFeature">
21
				<RegistryValue Root="HKCU" Key="Software\DOFTECH\SPPIDConverter" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
22
				<Shortcut Id="DesktopShortcut"
23
				Directory="DesktopFolder"
24
				Name="SPPIDConverter"
25
				Description="SmartPlant P&amp;ID Converter"
26
				Target="[INSTALLFOLDER]SPPIDConverter.exe"
27
				WorkingDirectory="INSTALLFOLDER" />
28
				<RemoveFolder Id="DesktopFolder" On="uninstall"/>
29
				</Component>
30
			</Directory>
31
		  
32 32
			<Directory Id="ProgramFilesFolder">
33
				<Directory Id="INSTALLFOLDER" Name="SPPIDConverter" />
34
			</Directory>  
33
				<Directory Id="COMPANYFOLDER" Name="DOFTECH">
34
					<Directory Id="INSTALLFOLDER" Name="SPPIDConverter" />
35
				</Directory>  
36
			</Directory>
35 37
		</Directory>
36
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
37
    <UIRef Id="WixUI_InstallDir"/>
38
    
39
		<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
40
		<UIRef Id="WixUI_InstallDir"/>
41
		
42
		<UI>
43
			<Publish Dialog="ExitDialog" 
44
			Control="Finish" 
45
			Event="DoAction" 
46
			Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed
47
			</Publish>
48
		</UI>
49
    
50
		<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch SPPIDConverter" />
51
		<Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]SPPIDConverter.exe" />
52
		<CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
38 53
	</Fragment>
39 54

  
40 55
	<Fragment>
41 56
		<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
42
			<!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
43
			<!-- <Component Id="ProductComponent"> -->
44
				<!-- TODO: Insert files, registry keys, and other resources here. -->
45
			<!-- </Component> -->
46 57
		</ComponentGroup>
47 58
	</Fragment>
48

  
49
  <Fragment>
50
    <DirectoryRef Id="INSTALLFOLDER">
51
      <Component Id="cmp03D585731F502FABABF7FE0D232BF807" Guid="{B0BE7DFA-B5D7-41C7-9DE9-47F82F3C6B6A}">
52
        <File Id="fil2574805F4BD68F45B3FF16E4F29EF433" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ComUtil.MessageLog.dll" />
53
      </Component>
54
      <Component Id="cmp1356CCB4E5EC82A3FE5B98F85D3945AA" Guid="{88DC442A-AAC3-4983-B76B-A4184108FE34}">
55
        <File Id="filC6A35E58AEF81DA59E9312FDBEF514F6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Data.v18.1.dll" />
56
      </Component>
57
      <Component Id="cmpBC5A6790F0BA9B2BB01FD77D5E6F0D57" Guid="{E39A667A-F80F-4BA1-B3A6-AA7FBD28B815}">
58
        <File Id="fil893BC6717E2EB836D914B3648C16CA16" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Data.v18.1.xml" />
59
      </Component>
60
      <Component Id="cmpA9C8BA6FCE1FE2FCDA9E0B8B8A3477BD" Guid="{DAEE83A5-D05E-43FF-A036-D5E34B583F0E}">
61
        <File Id="filC664217FD58BABA92C38FD2E3AF60E2A" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Images.v18.1.dll" />
62
      </Component>
63
      <Component Id="cmpAFED35B194ECAC1B6473E4DBE2147017" Guid="{AB8242FE-8925-4E07-9EF6-85FE794160D8}">
64
        <File Id="fil765C07C6E0BDBBD83512199C9C22809C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Office.v18.1.Core.dll" />
65
      </Component>
66
      <Component Id="cmp3D5E47078228C2454C0AF8BBC6B482EC" Guid="{FEAAB1AB-9B57-4975-BD49-06B21B955498}">
67
        <File Id="fil8FFF0BF952B0DCFE857706D80EE019BC" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Office.v18.1.Core.xml" />
68
      </Component>
69
      <Component Id="cmpFA83E9BF73FBFEC50F85A8F5FDCC8A45" Guid="{20E2E703-F78E-41B1-BB3B-2B0166BA3067}">
70
        <File Id="fil1EB011C67C038BD52D683A6E94240670" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Pdf.v18.1.Core.dll" />
71
      </Component>
72
      <Component Id="cmp53944C93D3487612C76B750B63082E34" Guid="{E4F9BD18-31A2-42C5-BBEB-E4BB6EEB5C51}">
73
        <File Id="fil037C6265CBC4B040EAC0503790CEACD1" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Pdf.v18.1.Core.xml" />
74
      </Component>
75
      <Component Id="cmp630953BB9224862FC152C8DE3ED56AC8" Guid="{8E5715DF-9306-410C-9E46-B620B762094A}">
76
        <File Id="filADDA86CB6362B15EE4B03129D04FE7BB" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Printing.v18.1.Core.dll" />
77
      </Component>
78
      <Component Id="cmpAA9B11021525508A6A324B03CBD25667" Guid="{43AD5497-3901-47B9-A8FE-E17E28CF0780}">
79
        <File Id="fil473F16A916BF7CF966E0C7CF9A58A2F1" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Printing.v18.1.Core.xml" />
80
      </Component>
81
      <Component Id="cmpE7BAF7E429E7D90F9768B022652E57D4" Guid="{57775DF9-6147-4DDF-820F-E532CA97DB76}">
82
        <File Id="fil6C9D91D5BFFA5DC16F5E3598F5D0D978" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.RichEdit.v18.1.Core.dll" />
83
      </Component>
84
      <Component Id="cmpD27CEDBCD8EA371A919546F452766B76" Guid="{CEBC9DB1-D9CF-4D50-9690-A8B7438100F8}">
85
        <File Id="fil45EAC8076202CDC284E29D8AA124A242" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.RichEdit.v18.1.Core.xml" />
86
      </Component>
87
      <Component Id="cmp5C4FB1950490D8D93BAEECCEA8C50331" Guid="{BE708EC1-97C6-4EEF-B2F6-6520EFDB3485}">
88
        <File Id="filD618603E3E4BC91F39483177D03322EF" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Sparkline.v18.1.Core.dll" />
89
      </Component>
90
      <Component Id="cmp8706A08F42AA393F22454224D51FB6A9" Guid="{8FFF84B3-BA8F-4104-8D76-E59E78DC3ED1}">
91
        <File Id="filA5C031F814673B87BA980607D9D6721C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Sparkline.v18.1.Core.xml" />
92
      </Component>
93
      <Component Id="cmp841EF8B7E14A7B46D2EA46B6D3617EBF" Guid="{23622AF9-78DE-4CF1-9464-36BAAEE5529F}">
94
        <File Id="fil7FAF4CB82F9CA8F2DC3E586F69855577" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Utils.v18.1.dll" />
95
      </Component>
96
      <Component Id="cmpE76CFC9E248A1352516C61FFB37FA3F9" Guid="{4AB9B4DF-D2E4-4D6E-9E90-42B1007B6D4A}">
97
        <File Id="fil6D4F25EDD80FD32519D4810B654D09EF" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.Utils.v18.1.xml" />
98
      </Component>
99
      <Component Id="cmp35F2951837BD40A379CBA79186EF0C86" Guid="{7F5D873B-E528-46E4-B1C7-0E9924FD442C}">
100
        <File Id="fil14AB0421C44BC950665D80C1E2027C51" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraBars.v18.1.dll" />
101
      </Component>
102
      <Component Id="cmp119FE8E1C5F9DB4E30A556CB48065808" Guid="{099540EF-B177-4833-9C0A-AFAA4ABAFFE6}">
103
        <File Id="fil224110986612D1E3AE3E99A7222E5068" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraBars.v18.1.xml" />
104
      </Component>
105
      <Component Id="cmp0A808D72FF3AFF79F9F16B9E0651E067" Guid="{318F47EA-68BA-4455-BC0D-C34EF34FFFCA}">
106
        <File Id="fil0FB35C0233D334DF07C7E08D049C5AEF" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraEditors.v18.1.dll" />
107
      </Component>
108
      <Component Id="cmpA7F77937245A37D85CD3E602F2123BCE" Guid="{3FC2374B-0265-404D-8696-05C009470D4E}">
109
        <File Id="fil9407A857273804E2ED5D58473A2DEF39" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraEditors.v18.1.xml" />
110
      </Component>
111
      <Component Id="cmpA7A3872B852ECB11E9889AABBF24C424" Guid="{415507D0-F4A8-4B05-8BD9-FEF34C95D205}">
112
        <File Id="fil4012B48AEFF8CCC8C833ECAA60D4AC00" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraGrid.v18.1.dll" />
113
      </Component>
114
      <Component Id="cmp45FC05A6C975F0F8E02676B26A592D68" Guid="{1066B6A7-A56C-49B3-856F-04816DD3D695}">
115
        <File Id="fil98338F2F82F9F30B709F6A1C71E0D3BD" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraGrid.v18.1.xml" />
116
      </Component>
117
      <Component Id="cmp468ADE1E8AE862D8E12AD3964277BC8E" Guid="{265337E4-E3AF-4CFA-B063-87D9D415FB1E}">
118
        <File Id="fil6D56E8E8BD0F4FFCDD4E57F3DB64D0BE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraLayout.v18.1.dll" />
119
      </Component>
120
      <Component Id="cmpDFE3CE39E7D31F1AB256E69FBB02226F" Guid="{E7CC02EF-30D0-43CA-835D-093B963AEEBC}">
121
        <File Id="fil395ACE0D275618E3EBD5AD6D6DE17D42" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraLayout.v18.1.xml" />
122
      </Component>
123
      <Component Id="cmpB132E0678D785C8D08DC777C29911C87" Guid="{9CBB5723-F12B-4CAB-B60C-384544C62574}">
124
        <File Id="fil67ED3FC7E0A92284ACA1A635A0B42FA9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraPrinting.v18.1.dll" />
125
      </Component>
126
      <Component Id="cmp751928E48BF90C604FEE6E3161E18FAE" Guid="{3CE7EA4C-8CCF-408B-A55E-855543A381FA}">
127
        <File Id="fil2101BF56039E78D291F470DA4F6D5299" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraPrinting.v18.1.xml" />
128
      </Component>
129
      <Component Id="cmp89BD7BDE84F39396176B55F6182B2441" Guid="{8E4C14CB-14F0-4428-B42E-5A7A0F572F74}">
130
        <File Id="filE40A7622262B31D7B3A45833EA3A2769" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraTreeList.v18.1.dll" />
131
      </Component>
132
      <Component Id="cmpC90EA65134AC4784E2B15D67FD012B86" Guid="{21F7657D-9198-4565-A77F-701D8533ADB3}">
133
        <File Id="filF7F93AA453730BAC64402160EEE4A980" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\DevExpress.XtraTreeList.v18.1.xml" />
134
      </Component>
135
      <Component Id="cmp381EC80B490A953D6597072496F92B2E" Guid="{831D993A-9E6D-4767-A386-0A7C5ECD0D95}">
136
        <File Id="fil7DFD2A683DC5DD9AE627D7E981F10CF0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.dll" />
137
      </Component>
138
      <Component Id="cmp1D15F52EE2DA47C837A931786171486E" Guid="{276AF9C3-8648-43D4-A2AD-D921C97CBB48}">
139
        <File Id="filA912EE64A53B15C1D42E5728EB204CE7" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.SqlServer.dll" />
140
      </Component>
141
      <Component Id="cmp0C8A0810C6A0D5EDF6C8FADE2E317829" Guid="{C5B52A61-14CD-4323-AE81-38C70F3E8CA9}">
142
        <File Id="fil753895A598A12643844071A70FA84CE0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.SqlServer.xml" />
143
      </Component>
144
      <Component Id="cmp71D316047F296A98365AA2F0B6B1C11A" Guid="{B5B535AC-B877-406E-A6D6-0118E88B5D91}">
145
        <File Id="filFC1348D75FED056A10197E522A36B6BA" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\EntityFramework.xml" />
146
      </Component>
147
      <Component Id="cmp00A83DEF50E135E368580984BF6238B8" Guid="{DF517D0A-E65A-41D6-B68D-AA37915A46CC}">
148
        <File Id="filFB4A21A52AF29C31B78DDAFF9EA89062" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\GemBox.Spreadsheet.dll" />
149
      </Component>
150
      <Component Id="cmpB4A9C144DAC695D6BDB2BEB64687F773" Guid="{909B47CA-E03C-4D3E-AB81-72ABD04A9633}">
151
        <File Id="fil8CC7310A558933139CD05ACD6D2353CA" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\Ne.xml" />
152
      </Component>
153
      <Component Id="cmpAE86A8D57CAEF931A55408C165BF3A42" Guid="{9E59792D-411C-4FD6-B745-FF207E5A9CA1}">
154
        <File Id="filF6030E4E07721D9C51B9E8B325A9C0D5" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNet.dll" />
155
      </Component>
156
      <Component Id="cmp7913037A184C0A49503196B386197A25" Guid="{C5ED4FB8-80DB-4BCE-82AE-1F1341412423}">
157
        <File Id="fil2DCDC700808BAFFB3C25BD273698E13D" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNetLoader.dll" />
158
      </Component>
159
      <Component Id="cmp307CA463E9A1F1B61A8E3D033302B0F7" Guid="{BD9269DD-D0FC-4A4E-B3DA-0F34B922DA03}">
160
        <File Id="fil8CB4F80366E43BB32D5CE414CDA40911" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\SPPIDConverter.exe" />
161
      </Component>
162
      <Component Id="cmp27962ECB7EF1DC6F51D235D65CE8E158" Guid="{0E89D21A-00E7-4CAF-9F6A-2BF95ED8AD51}">
163
        <File Id="fil00EECE5270522CD43FE6E8D7BE834FDD" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\SPPIDConverter.exe.config" />
164
      </Component>
165
      <Component Id="cmpAFCD5ECC4DDAF8B1FFD3F5A51980803A" Guid="{41F4A10E-4452-4764-9BDA-974A1129FEB6}">
166
        <File Id="fil65B7315FD2C0DD0C8D958E0B291F13F6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\SPPIDConverter.pdb" />
167
      </Component>
168
      <Component Id="cmpC90079EC06B27F900AD04264028C916D" Guid="{FC619CEA-A5BA-4047-8144-EF11A0804A71}">
169
        <File Id="filF33684474A7E170A3D4C585FF6D5F7F4" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.dll" />
170
      </Component>
171
      <Component Id="cmpC0D3353D10D50C2E9BEEEF94B07194E5" Guid="{8AAB7116-4936-4059-BADF-170CBAB0D3EE}">
172
        <File Id="fil30B8B640986445D142EA8F848860FB7C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.dll.config" />
173
      </Component>
174
      <Component Id="cmp8A8A89AD3F7595DDB0B8BCE543A699B2" Guid="{6A7BDA1B-C2B4-4A95-ABD9-B74CF63DFD01}">
175
        <File Id="fil6CFCE19625723E82E66A1DE9510F0947" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.EF6.dll" />
176
      </Component>
177
      <Component Id="cmp06295D66B7589EDC64CE3FDF6F2CF7FC" Guid="{33310EDD-CE33-427F-B1A5-0C51C6B7FB94}">
178
        <File Id="fil4D74E0EAED4DF0BF7ACC7C3A3683FCD0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.Linq.dll" />
179
      </Component>
180
      <Component Id="cmp1DFC86EE14B5D123EBDDB2CCD239E27E" Guid="{1EB54A76-598B-4CFC-910E-24F63C2B1149}">
181
        <File Id="fil25C402AE561582ED5C228B9B4AEDC6E6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\System.Data.SQLite.xml" />
59
	
60
	<Fragment>
61
		<DirectoryRef Id="INSTALLFOLDER">
62
			<Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" />
63
			<Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" />
64
			<Directory Id="dir997B58958EFAE06BB705E870622AB899" Name="ja" />
65
			<Directory Id="dirF152986C1E6339E5EF84FD1370841521" Name="ko" />
66
			<Directory Id="dirE9205C68F964857267FD3312DBFF9A91" Name="ru" />
67
			<Directory Id="dir43FCCFA109FBF584D9155DCE31E452EB" Name="x64" />
68
			<Directory Id="dir97F42FF68945B97AAE670945C4FDAE93" Name="x86" />
69
		</Directory>
70
		</DirectoryRef>
71
    
72
    <DirectoryRef Id="TARGETDIR">
73
      <Component Id="RegistryEntries" Guid="5376EB0F-AB87-42CB-9121-9D42770129D4">
74
        <RegistryKey Root="HKLM"
75
                    Key="Software\DOFTECH\SPPIDConverter"
76
              Action="createAndRemoveOnUninstall">
77
            <RegistryValue Type="string" Name="Path" Value="[INSTALLFOLDER]"/>
78
        </RegistryKey>
182 79
      </Component>
183
      <Directory Id="dirF7618158CE8FEC39DAC1DD18D359DD11" Name="de">
184
        <Component Id="cmpC8C3A712A15C8CF72212852464F9E771" Guid="{AB81EF73-FB39-4B93-9CEE-99EBBF6A8E6F}">
185
          <File Id="filAC479D4F622A4F8556B7ED7712826420" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Data.v18.1.resources.dll" />
186
        </Component>
187
        <Component Id="cmp1DB35F278DDB9B1620EB97940FB2CF2C" Guid="{E5D2E017-605C-4E94-B31B-3E7C8EF0A2C1}">
188
          <File Id="filE04DCF25BD53883DF36FCD2B9B89BDF2" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Office.v18.1.Core.resources.dll" />
189
        </Component>
190
        <Component Id="cmp70D8B9B4FDC63F25641DCCBEEF353B07" Guid="{0808694A-152C-46E7-AAAF-58F4886A9781}">
191
          <File Id="filC806B021554D7F5EEF5B1707C99607E2" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Pdf.v18.1.Core.resources.dll" />
192
        </Component>
193
        <Component Id="cmp10B94C1AABB3649A3A2C1AD2485EE1AE" Guid="{D41BA73D-6F15-4769-AF04-15F8DDE4D400}">
194
          <File Id="filE8B5B4E06989A01E16F78D58CF380E40" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Printing.v18.1.Core.resources.dll" />
195
        </Component>
196
        <Component Id="cmp648C3C8E63F4A32FC277DDD565E525E6" Guid="{7E323034-B9FC-4588-93F4-B119C3C1060F}">
197
          <File Id="fil9AEAFB49B6C4CA8F6649BFBD922F0E93" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.RichEdit.v18.1.Core.resources.dll" />
198
        </Component>
199
        <Component Id="cmp9E2FCB8C20899490B675E887A5250828" Guid="{3FAE00CD-6FF9-450D-9335-025C2A24E6E7}">
200
          <File Id="fil7E1FD121DC71534694DEAA00C00989E6" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Sparkline.v18.1.Core.resources.dll" />
201
        </Component>
202
        <Component Id="cmpD6ADFD60DE3BE0BD2CC5C2950D764DCD" Guid="{7679E9A1-6A5F-4122-B60A-F82BC6382A40}">
203
          <File Id="fil52400286BADB5AE96AD8CDC6A7918906" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.Utils.v18.1.resources.dll" />
204
        </Component>
205
        <Component Id="cmp8C677A76C3F1E74BFA874FE8FABA47D9" Guid="{CDE6398B-A436-4471-9637-DA8800C7EDB2}">
206
          <File Id="filC093CB22C9CCAA4FB1A16786B76BF19E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraBars.v18.1.resources.dll" />
207
        </Component>
208
        <Component Id="cmp6B5CA03C2FCB51022F1698294BBB080E" Guid="{328906C4-F605-4282-AF14-C6017CF9DEB1}">
209
          <File Id="fil2C924D71B9FD6C2929C25AFDD16548B0" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraEditors.v18.1.resources.dll" />
210
        </Component>
211
        <Component Id="cmp18F4D57D53725D48F43295F55EC8F339" Guid="{E4DC297C-9539-4C03-A74A-C4DF77458A90}">
212
          <File Id="filE40CDA8C34A96D9FF7EF5C4739876334" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraGrid.v18.1.resources.dll" />
213
        </Component>
214
        <Component Id="cmpCA4F3106ACEC1F09EB1E7D3D880CF419" Guid="{34EAF108-0108-4C9A-8335-4578178ADD91}">
215
          <File Id="fil2428DD98B64FAACC9D36120FAC4B591C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraLayout.v18.1.resources.dll" />
216
        </Component>
217
        <Component Id="cmp618B8C998C41B4FE6900E91C0B754F19" Guid="{DCB8F848-532C-44C0-A307-B6FDB30E06BF}">
218
          <File Id="filE14A62397A876D563E786D5E984A55BA" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraPrinting.v18.1.resources.dll" />
219
        </Component>
220
        <Component Id="cmpA998BA016052FA1B5BE0510943C49868" Guid="{28A202BC-E2FC-42B3-9A07-35D46E6CF483}">
221
          <File Id="filEFB215A0B326D213571BB7EF80887C3B" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\de\DevExpress.XtraTreeList.v18.1.resources.dll" />
222
        </Component>
223
      </Directory>
224
      <Directory Id="dir63A634F9A8BE5EC5B8B7424D6A18E4C4" Name="es">
225
        <Component Id="cmpAA2F7A77303736D2243CC47D1E7F602F" Guid="{E8757C8B-8770-469B-9D72-498484EAA5AC}">
226
          <File Id="fil37FE9F19A4BE2B24FC483A5F9CE92733" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Data.v18.1.resources.dll" />
227
        </Component>
228
        <Component Id="cmp60D1554934D517BFEE451AE12BE2A46D" Guid="{90657B43-5CB6-4ACD-B621-191C26045ACF}">
229
          <File Id="filD61D3B8DD134576A94D9D523094C76EE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Office.v18.1.Core.resources.dll" />
230
        </Component>
231
        <Component Id="cmpC5513FA65EB0305CC13772975394129A" Guid="{94BED99C-62D9-4DE0-8953-8E7DCF9FE493}">
232
          <File Id="fil26D1DB05444E75DAACE8588D98782DD9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Pdf.v18.1.Core.resources.dll" />
233
        </Component>
234
        <Component Id="cmp30738B3F46A93D53C5594F4C9D1C386D" Guid="{73C484AF-9D8F-4286-A362-6CC4FCF41141}">
235
          <File Id="filC4EECB280B1AF8EDEE8AB4E19F697743" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Printing.v18.1.Core.resources.dll" />
236
        </Component>
237
        <Component Id="cmp15E7ADB783BCFE5FAD9EF3D9AC42D889" Guid="{D1D86F48-84AD-4109-BE10-8A56D27968A4}">
238
          <File Id="fil05109309BA459D674524A10BB52EF6FB" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.RichEdit.v18.1.Core.resources.dll" />
239
        </Component>
240
        <Component Id="cmp572C2ED6BB987A97EB3344862567195D" Guid="{DC6BD40B-FC84-4C18-A278-8993B3A62A1B}">
241
          <File Id="fil9408E6CDC6D6CA0853B7E4DFC0228439" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Sparkline.v18.1.Core.resources.dll" />
242
        </Component>
243
        <Component Id="cmp7852CDE1983AE58D5C11C101BAF7F3DA" Guid="{017E5EE5-B67A-4249-959D-8690EBB81D5B}">
244
          <File Id="fil124580061FCD43659C29B5655DD64A3E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.Utils.v18.1.resources.dll" />
245
        </Component>
246
        <Component Id="cmp9485CC7118EC92F3C83DEA9B9BD9615C" Guid="{E3E4AAB4-773D-42D0-9359-6C31BD4ABAC1}">
247
          <File Id="fil8884489D37391C7ADEFA70698303BBBC" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraBars.v18.1.resources.dll" />
248
        </Component>
249
        <Component Id="cmpA04B0C70B030AF1DE20A5029C56DA7B2" Guid="{D256FAE7-9316-4D0E-8287-E5D9CC51675F}">
250
          <File Id="filD056DA1C560CD919590EC55D46020B44" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraEditors.v18.1.resources.dll" />
251
        </Component>
252
        <Component Id="cmpDC93521D338CA8C735350D5859CD98FA" Guid="{B7E8409C-E876-4B91-ADF2-0F151D6577AD}">
253
          <File Id="filC3375299026CFDD92D7C852396D1E5E5" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraGrid.v18.1.resources.dll" />
254
        </Component>
255
        <Component Id="cmpD73A8BD6F02EA6FF1F8137E6F8A5DEEA" Guid="{9AA17703-3FCE-4924-B715-CEA230B202C7}">
256
          <File Id="filFC9FF0FA207B73C47D9368CB236308CE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraLayout.v18.1.resources.dll" />
257
        </Component>
258
        <Component Id="cmp803ECB489BD4EF1863DB513ED55B283D" Guid="{7C6A1B19-052F-4A8D-88B0-54AD54522611}">
259
          <File Id="filB702E8941A180F059D2E2D284140BE0E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraPrinting.v18.1.resources.dll" />
260
        </Component>
261
        <Component Id="cmp84AF39AB3B3110E9E2431F57B36CCE24" Guid="{B961CEC2-A277-4D72-8BEC-D4E56A2D28CA}">
262
          <File Id="fil6DBA8A09D758C73274EB298FC9159794" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\es\DevExpress.XtraTreeList.v18.1.resources.dll" />
263
        </Component>
264
      </Directory>
265
      <Directory Id="dir4BAF3ACC1308889E29E86346A3C9852C" Name="ja">
266
        <Component Id="cmp0613598DDC86947FDFBE1D2BA2377175" Guid="{F71E3AB5-316F-4CD7-8551-F77F4269631D}">
267
          <File Id="filCB68252778A0E85FF3C64114A0A0B104" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Data.v18.1.resources.dll" />
268
        </Component>
269
        <Component Id="cmp40EA14B09DECE5809CD5A7928E879058" Guid="{3865223F-889B-42C1-A778-C17B220B20FB}">
270
          <File Id="filD0A78E7510D249519F052E10F718E6B2" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Office.v18.1.Core.resources.dll" />
271
        </Component>
272
        <Component Id="cmp02A383FB6ECEA109D5D8ACBBBF1D19DE" Guid="{CDEC8C1F-3B89-49DF-9E13-80B6D0CF2EA3}">
273
          <File Id="fil867A94DE511B276C380C5E1BE686B061" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Pdf.v18.1.Core.resources.dll" />
274
        </Component>
275
        <Component Id="cmpA774F25F75C429E9EFC511C19CC915EA" Guid="{34987508-A018-44A4-BC88-507BBF4D381C}">
276
          <File Id="filE9321FBBBFE6C90FFF085CB885C88BB8" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Printing.v18.1.Core.resources.dll" />
277
        </Component>
278
        <Component Id="cmp6214978DE622A4C8FFAE04D17C5A9DC2" Guid="{8EA43E07-1C97-4AF1-9687-73F77EE53CEF}">
279
          <File Id="fil3431ACB79CDD41556E1F4A5BFBCC4C9E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.RichEdit.v18.1.Core.resources.dll" />
280
        </Component>
281
        <Component Id="cmpDF663B4453744793022025466D0ED816" Guid="{0CAAB0C8-C65C-4327-ABDA-E151529FB0B2}">
282
          <File Id="filEC84118AF9B1F56472671ED8092386DB" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Sparkline.v18.1.Core.resources.dll" />
283
        </Component>
284
        <Component Id="cmp9376B3A364118AB22FB5F0E77923F3D3" Guid="{87C87C27-47FB-415E-90E7-87245ED7208D}">
285
          <File Id="fil36E54353B7EA7AE53BEB7F6DB695C30E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.Utils.v18.1.resources.dll" />
286
        </Component>
287
        <Component Id="cmp1FB5E2DF5B47C405064785E61C4A4C8C" Guid="{4323836D-B107-423E-BA6B-EF21619FAA2C}">
288
          <File Id="filDFD7099731F247EF5F40280D3A5B5A16" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraBars.v18.1.resources.dll" />
289
        </Component>
290
        <Component Id="cmpD80712B9B116A3167BA41C6C51D38D0B" Guid="{4861BE0D-BDDC-491D-B5A4-9D16F65B1A4A}">
291
          <File Id="filAE0A32E095316088C38EA66090439A86" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraEditors.v18.1.resources.dll" />
292
        </Component>
293
        <Component Id="cmpF2363C2A7D0891130F07994C4DB3195A" Guid="{4D81EF6E-4246-4AAA-A4FC-5C85F4AE8854}">
294
          <File Id="fil3611CCCC6CB1757DFED2304EA7DE9027" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraGrid.v18.1.resources.dll" />
295
        </Component>
296
        <Component Id="cmpA718C74E7DE0AA9283833E9ABEFF8C32" Guid="{A70F9658-C56E-41BA-A671-30F909CB1B9A}">
297
          <File Id="filB57DF8E6D4675CEACDC9767A53463C7F" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraLayout.v18.1.resources.dll" />
298
        </Component>
299
        <Component Id="cmpCC5FE6932A6F21C500589B76ED37DCD1" Guid="{45B01F0C-473E-41ED-A3A2-25D8237BC5CE}">
300
          <File Id="fil17E41EF7B98AB4BB756B81E9BEF9D17C" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraPrinting.v18.1.resources.dll" />
301
        </Component>
302
        <Component Id="cmp839909264DF21DC3BF14F716D5F7DA04" Guid="{5A581415-3965-4E00-A98C-F5B664172170}">
303
          <File Id="fil73421942A6E74B2536C3DD494A78F309" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ja\DevExpress.XtraTreeList.v18.1.resources.dll" />
304
        </Component>
305
      </Directory>
306
      <Directory Id="dir2504C9D9F498602480420FA9BF4967B0" Name="PDFNet">
307
        <Directory Id="dir9EE322E06F7CBBA6BE564FEAEA46B0ED" Name="x64">
308
          <Component Id="cmpC51C25F4280C631FB3083CB396AFCB7C" Guid="{FF481240-270E-4696-A849-A1B493B37952}">
309
            <File Id="filFC1A3A459399287BC98DF6BCB9D25072" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNet\x64\PDFNet.dll" />
310
          </Component>
311
        </Directory>
312
        <Directory Id="dir42403AE6F77DF937494566A5007502F8" Name="x86">
313
          <Component Id="cmp945FEACE37C0A866891D0A5508F5F2F1" Guid="{1CDCA754-69F2-44EF-A2A4-34A0F24B5379}">
314
            <File Id="fil6486702E56A2E074D5FE39D782A49792" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\PDFNet\x86\PDFNet.dll" />
315
          </Component>
316
        </Directory>
317
      </Directory>
318
      <Directory Id="dir0DF44C6AAA034D1DA7FB5C126F730566" Name="ru">
319
        <Component Id="cmp35C7B1A1FEB4309390D76601234540C1" Guid="{95C950C0-C30A-4F6E-A55C-E929A1F03798}">
320
          <File Id="fil24EE98DD1BD5502CF034EADD87B5B332" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Data.v18.1.resources.dll" />
321
        </Component>
322
        <Component Id="cmp816B2F0013A886095D101B50C95BEDCE" Guid="{894D904C-F3B0-430F-9C2E-C6AEE3FFC522}">
323
          <File Id="fil7ABC5C0D61F0844B063581F3D8A97204" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Office.v18.1.Core.resources.dll" />
324
        </Component>
325
        <Component Id="cmp6C5B2C88DF343F4263BD1463AEE8083F" Guid="{9B3A8653-1B21-4EFB-9D2A-F726E176758F}">
326
          <File Id="filD33497F669680F881F45562D7CA19186" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Pdf.v18.1.Core.resources.dll" />
327
        </Component>
328
        <Component Id="cmp03E0BB22A768E3CF0C1A309C9F4F2FC5" Guid="{4E003F87-CB33-4542-A030-2BA3997EBAF0}">
329
          <File Id="fil5127F4AD3F7FB5E3A3C7355E213613DE" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Printing.v18.1.Core.resources.dll" />
330
        </Component>
331
        <Component Id="cmp1F914DB6E0F71C1ABC3BE60F43B71849" Guid="{A756CAE5-F732-4CA1-A545-1DC43CEB54FB}">
332
          <File Id="fil9893C1507F043AC245AFBBE2BEE7DF23" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.RichEdit.v18.1.Core.resources.dll" />
333
        </Component>
334
        <Component Id="cmp94CEC47E94E95E8520B35EE4F3539444" Guid="{13D72302-3720-428D-9E4C-D53C35E1F5B6}">
335
          <File Id="fil23FAB99873878B15ED91597E0A9E1B67" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Sparkline.v18.1.Core.resources.dll" />
336
        </Component>
337
        <Component Id="cmp6A5B84A6B636C74EEF6EEE41428388F7" Guid="{EF99C54F-6510-4172-8BED-6A1FEBAC7874}">
338
          <File Id="fil5F7E5F446074A2B43DA3225B0BF9B026" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.Utils.v18.1.resources.dll" />
339
        </Component>
340
        <Component Id="cmp230725EA16B6C714B837CC46FFF0C9DA" Guid="{E334060F-335F-450B-8F02-34664112B66A}">
341
          <File Id="fil60E985E491E5E58D4958F74DB033022B" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraBars.v18.1.resources.dll" />
342
        </Component>
343
        <Component Id="cmpD63C9C5316EBE3AD25C6D013E8900BC4" Guid="{C5E4C0E6-9355-4EC4-AEFB-2FEB9F096CC7}">
344
          <File Id="filBE58EFFE27EEB33DC39450E071AC716B" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraEditors.v18.1.resources.dll" />
345
        </Component>
346
        <Component Id="cmpEF55D658F93856018C1F057F27963D05" Guid="{727C125B-F307-45EE-AA78-7BFB8D0BFDA6}">
347
          <File Id="filA11F747947361A86602C0D0BFC543129" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraGrid.v18.1.resources.dll" />
348
        </Component>
349
        <Component Id="cmpE88B1C79DA764FB40B31FE4B32871971" Guid="{9C866FE4-CB83-45DE-95E7-BC44C2F7E6F8}">
350
          <File Id="filECB5E2EB2ABD6151084ED0EB7E8B738A" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraLayout.v18.1.resources.dll" />
351
        </Component>
352
        <Component Id="cmpF8FFBB8F2828E27E997071F6D689E007" Guid="{B6A08D7D-2B11-4BFE-A73F-549C7BE068AB}">
353
          <File Id="fil86B73D00769C052114246B824DC3AF2E" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraPrinting.v18.1.resources.dll" />
354
        </Component>
355
        <Component Id="cmp345C0DDC3B2302B5A280DF062F3BAAAB" Guid="{3A00BFE3-2694-4020-AFAA-91795D1C45FA}">
356
          <File Id="filC5A1BCEC2B0BBC2A44B06D13E95ABFB9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\ru\DevExpress.XtraTreeList.v18.1.resources.dll" />
357
        </Component>
358
      </Directory>
359
      <Directory Id="dir096C43812785BCD77A2155D3CCE2F853" Name="x64">
360
        <Component Id="cmpCC6B81D46B8C10D449D9C1E0F101D0FC" Guid="{C80B0383-2B18-46DF-B3C1-624CD9FDF36C}">
361
          <File Id="filFA4F9ACEDFB3582755974D347D8CA416" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\x64\SQLite.Interop.dll" />
362
        </Component>
363
      </Directory>
364
      <Directory Id="dirDCA185D1B92EA016355E8EBFD76289B7" Name="x86">
365
        <Component Id="cmp94AC417A1E48834422557CB2DCA605C8" Guid="{5CC8975F-FBD6-477F-AFAD-1098D456F2C7}">
366
          <File Id="fil9536DD4C9B2CBC0D817F9E9E7CB477F9" KeyPath="yes" Source=".\DTI_PID\SPPIDConverter\bin\Debug\x86\SQLite.Interop.dll" />
367
        </Component>
368
      </Directory>
369 80
    </DirectoryRef>
370 81
  </Fragment>
82
    
371 83
  <Fragment>
372
    <ComponentGroup Id="cg_SPPIDConverter">
373
      <ComponentRef Id="cmp03D585731F502FABABF7FE0D232BF807" />
374
      <ComponentRef Id="cmp1356CCB4E5EC82A3FE5B98F85D3945AA" />
375
      <ComponentRef Id="cmpBC5A6790F0BA9B2BB01FD77D5E6F0D57" />
376
      <ComponentRef Id="cmpA9C8BA6FCE1FE2FCDA9E0B8B8A3477BD" />
377
      <ComponentRef Id="cmpAFED35B194ECAC1B6473E4DBE2147017" />
378
      <ComponentRef Id="cmp3D5E47078228C2454C0AF8BBC6B482EC" />
379
      <ComponentRef Id="cmpFA83E9BF73FBFEC50F85A8F5FDCC8A45" />
380
      <ComponentRef Id="cmp53944C93D3487612C76B750B63082E34" />
381
      <ComponentRef Id="cmp630953BB9224862FC152C8DE3ED56AC8" />
382
      <ComponentRef Id="cmpAA9B11021525508A6A324B03CBD25667" />
383
      <ComponentRef Id="cmpE7BAF7E429E7D90F9768B022652E57D4" />
384
      <ComponentRef Id="cmpD27CEDBCD8EA371A919546F452766B76" />
385
      <ComponentRef Id="cmp5C4FB1950490D8D93BAEECCEA8C50331" />
386
      <ComponentRef Id="cmp8706A08F42AA393F22454224D51FB6A9" />
387
      <ComponentRef Id="cmp841EF8B7E14A7B46D2EA46B6D3617EBF" />
388
      <ComponentRef Id="cmpE76CFC9E248A1352516C61FFB37FA3F9" />
389
      <ComponentRef Id="cmp35F2951837BD40A379CBA79186EF0C86" />
390
      <ComponentRef Id="cmp119FE8E1C5F9DB4E30A556CB48065808" />
391
      <ComponentRef Id="cmp0A808D72FF3AFF79F9F16B9E0651E067" />
392
      <ComponentRef Id="cmpA7F77937245A37D85CD3E602F2123BCE" />
393
      <ComponentRef Id="cmpA7A3872B852ECB11E9889AABBF24C424" />
394
      <ComponentRef Id="cmp45FC05A6C975F0F8E02676B26A592D68" />
395
      <ComponentRef Id="cmp468ADE1E8AE862D8E12AD3964277BC8E" />
396
      <ComponentRef Id="cmpDFE3CE39E7D31F1AB256E69FBB02226F" />
397
      <ComponentRef Id="cmpB132E0678D785C8D08DC777C29911C87" />
398
      <ComponentRef Id="cmp751928E48BF90C604FEE6E3161E18FAE" />
399
      <ComponentRef Id="cmp89BD7BDE84F39396176B55F6182B2441" />
400
      <ComponentRef Id="cmpC90EA65134AC4784E2B15D67FD012B86" />
401
      <ComponentRef Id="cmp381EC80B490A953D6597072496F92B2E" />
402
      <ComponentRef Id="cmp1D15F52EE2DA47C837A931786171486E" />
403
      <ComponentRef Id="cmp0C8A0810C6A0D5EDF6C8FADE2E317829" />
404
      <ComponentRef Id="cmp71D316047F296A98365AA2F0B6B1C11A" />
405
      <ComponentRef Id="cmp00A83DEF50E135E368580984BF6238B8" />
406
      <ComponentRef Id="cmpB4A9C144DAC695D6BDB2BEB64687F773" />
407
      <ComponentRef Id="cmpAE86A8D57CAEF931A55408C165BF3A42" />
408
      <ComponentRef Id="cmp7913037A184C0A49503196B386197A25" />
409
      <ComponentRef Id="cmp307CA463E9A1F1B61A8E3D033302B0F7" />
410
      <ComponentRef Id="cmp27962ECB7EF1DC6F51D235D65CE8E158" />
411
      <ComponentRef Id="cmpAFCD5ECC4DDAF8B1FFD3F5A51980803A" />
412
      <ComponentRef Id="cmpC90079EC06B27F900AD04264028C916D" />
413
      <ComponentRef Id="cmpC0D3353D10D50C2E9BEEEF94B07194E5" />
414
      <ComponentRef Id="cmp8A8A89AD3F7595DDB0B8BCE543A699B2" />
415
      <ComponentRef Id="cmp06295D66B7589EDC64CE3FDF6F2CF7FC" />
416
      <ComponentRef Id="cmp1DFC86EE14B5D123EBDDB2CCD239E27E" />
417
      <ComponentRef Id="cmpC8C3A712A15C8CF72212852464F9E771" />
418
      <ComponentRef Id="cmp1DB35F278DDB9B1620EB97940FB2CF2C" />
419
      <ComponentRef Id="cmp70D8B9B4FDC63F25641DCCBEEF353B07" />
420
      <ComponentRef Id="cmp10B94C1AABB3649A3A2C1AD2485EE1AE" />
421
      <ComponentRef Id="cmp648C3C8E63F4A32FC277DDD565E525E6" />
422
      <ComponentRef Id="cmp9E2FCB8C20899490B675E887A5250828" />
423
      <ComponentRef Id="cmpD6ADFD60DE3BE0BD2CC5C2950D764DCD" />
424
      <ComponentRef Id="cmp8C677A76C3F1E74BFA874FE8FABA47D9" />
425
      <ComponentRef Id="cmp6B5CA03C2FCB51022F1698294BBB080E" />
426
      <ComponentRef Id="cmp18F4D57D53725D48F43295F55EC8F339" />
427
      <ComponentRef Id="cmpCA4F3106ACEC1F09EB1E7D3D880CF419" />
428
      <ComponentRef Id="cmp618B8C998C41B4FE6900E91C0B754F19" />
429
      <ComponentRef Id="cmpA998BA016052FA1B5BE0510943C49868" />
430
      <ComponentRef Id="cmpAA2F7A77303736D2243CC47D1E7F602F" />
431
      <ComponentRef Id="cmp60D1554934D517BFEE451AE12BE2A46D" />
432
      <ComponentRef Id="cmpC5513FA65EB0305CC13772975394129A" />
433
      <ComponentRef Id="cmp30738B3F46A93D53C5594F4C9D1C386D" />
434
      <ComponentRef Id="cmp15E7ADB783BCFE5FAD9EF3D9AC42D889" />
435
      <ComponentRef Id="cmp572C2ED6BB987A97EB3344862567195D" />
436
      <ComponentRef Id="cmp7852CDE1983AE58D5C11C101BAF7F3DA" />
437
      <ComponentRef Id="cmp9485CC7118EC92F3C83DEA9B9BD9615C" />
438
      <ComponentRef Id="cmpA04B0C70B030AF1DE20A5029C56DA7B2" />
439
      <ComponentRef Id="cmpDC93521D338CA8C735350D5859CD98FA" />
440
      <ComponentRef Id="cmpD73A8BD6F02EA6FF1F8137E6F8A5DEEA" />
441
      <ComponentRef Id="cmp803ECB489BD4EF1863DB513ED55B283D" />
442
      <ComponentRef Id="cmp84AF39AB3B3110E9E2431F57B36CCE24" />
443
      <ComponentRef Id="cmp0613598DDC86947FDFBE1D2BA2377175" />
444
      <ComponentRef Id="cmp40EA14B09DECE5809CD5A7928E879058" />
445
      <ComponentRef Id="cmp02A383FB6ECEA109D5D8ACBBBF1D19DE" />
446
      <ComponentRef Id="cmpA774F25F75C429E9EFC511C19CC915EA" />
447
      <ComponentRef Id="cmp6214978DE622A4C8FFAE04D17C5A9DC2" />
448
      <ComponentRef Id="cmpDF663B4453744793022025466D0ED816" />
449
      <ComponentRef Id="cmp9376B3A364118AB22FB5F0E77923F3D3" />
450
      <ComponentRef Id="cmp1FB5E2DF5B47C405064785E61C4A4C8C" />
451
      <ComponentRef Id="cmpD80712B9B116A3167BA41C6C51D38D0B" />
452
      <ComponentRef Id="cmpF2363C2A7D0891130F07994C4DB3195A" />
453
      <ComponentRef Id="cmpA718C74E7DE0AA9283833E9ABEFF8C32" />
454
      <ComponentRef Id="cmpCC5FE6932A6F21C500589B76ED37DCD1" />
455
      <ComponentRef Id="cmp839909264DF21DC3BF14F716D5F7DA04" />
456
      <ComponentRef Id="cmpC51C25F4280C631FB3083CB396AFCB7C" />
457
      <ComponentRef Id="cmp945FEACE37C0A866891D0A5508F5F2F1" />
458
      <ComponentRef Id="cmp35C7B1A1FEB4309390D76601234540C1" />
459
      <ComponentRef Id="cmp816B2F0013A886095D101B50C95BEDCE" />
460
      <ComponentRef Id="cmp6C5B2C88DF343F4263BD1463AEE8083F" />
461
      <ComponentRef Id="cmp03E0BB22A768E3CF0C1A309C9F4F2FC5" />
462
      <ComponentRef Id="cmp1F914DB6E0F71C1ABC3BE60F43B71849" />
463
      <ComponentRef Id="cmp94CEC47E94E95E8520B35EE4F3539444" />
464
      <ComponentRef Id="cmp6A5B84A6B636C74EEF6EEE41428388F7" />
465
      <ComponentRef Id="cmp230725EA16B6C714B837CC46FFF0C9DA" />
466
      <ComponentRef Id="cmpD63C9C5316EBE3AD25C6D013E8900BC4" />
467
      <ComponentRef Id="cmpEF55D658F93856018C1F057F27963D05" />
468
      <ComponentRef Id="cmpE88B1C79DA764FB40B31FE4B32871971" />
469
      <ComponentRef Id="cmpF8FFBB8F2828E27E997071F6D689E007" />
470
      <ComponentRef Id="cmp345C0DDC3B2302B5A280DF062F3BAAAB" />
471
      <ComponentRef Id="cmpCC6B81D46B8C10D449D9C1E0F101D0FC" />
472
      <ComponentRef Id="cmp94AC417A1E48834422557CB2DCA605C8" />
473
    </ComponentGroup>
84
      <ComponentGroup Id="SPPIDConverter">
85
        <ComponentRef Id="RegistryEntries" />
86
		<Component Id="cmpb0f18af5beea4c0b9d697006a5dfed8c" Directory="INSTALLFOLDER" Guid="eda18c1a-9e34-4483-b7d9-ac56cfadf77f">
87
		  <File Id="fil3d250461968a4ed2a8f01f8e15b190cd" KeyPath="yes" Source=".\Setup\DevExpress.Data.v18.2.dll" />
88
		</Component>
89
		<Component Id="cmpfc8dd44948f84275a716e54939cf2bcc" Directory="INSTALLFOLDER" Guid="ffb9eec9-f9dc-46aa-a1c8-e4fcd3d8da2d">
90
		  <File Id="filc1f3ffe4c92540dab4f55b6b3569cf13" KeyPath="yes" Source=".\Setup\DevExpress.Dialogs.v18.2.Core.dll" />
91
		</Component>
92
		<Component Id="cmp9ade784107c34bbf8e785bcea86a51d8" Directory="INSTALLFOLDER" Guid="46329d51-ae2b-4654-965a-a5f52de035c2">
93
		  <File Id="fil337f757a1ebb440fa18eeeab2537f51c" KeyPath="yes" Source=".\Setup\DevExpress.Images.v18.2.dll" />
94
		</Component>
95
		<Component Id="cmpae26f07a6c5e4ce999ef5b892ec83f55" Directory="INSTALLFOLDER" Guid="e368c3a8-6bfa-49c4-a9c4-32684a33416b">
96
		  <File Id="fil325e623fdf584af0849d2fe83625f169" KeyPath="yes" Source=".\Setup\DevExpress.Office.v18.2.Core.dll" />
97
		</Component>
98
		<Component Id="cmp7092e1a1b5b34557a12a49247b111e70" Directory="INSTALLFOLDER" Guid="0970d5dd-c675-4987-bfed-5b954a33b265">
99
		  <File Id="fil7974c159fb9c4bafa7e1b095c4725291" KeyPath="yes" Source=".\Setup\DevExpress.Pdf.v18.2.Core.dll" />
100
		</Component>
101
		<Component Id="cmp0c9e788dae074744b289cb8867fc0e80" Directory="INSTALLFOLDER" Guid="a32136f2-062b-4698-b55d-9ba0e5e71bbc">
102
		  <File Id="filca33c37c1eb54828a18349da78c1f1ed" KeyPath="yes" Source=".\Setup\DevExpress.Printing.v18.2.Core.dll" />
103
		</Component>
104
		<Component Id="cmpb082a3bd9c7f4dbfbf40fe297ebb723b" Directory="INSTALLFOLDER" Guid="7b1ee306-2b09-4cce-9bbb-b55f963ee84c">
105
		  <File Id="filc1e660ced58e4838a97e81a948d017a6" KeyPath="yes" Source=".\Setup\DevExpress.RichEdit.v18.2.Core.dll" />
106
		</Component>
107
		<Component Id="cmp49c49810e4d94183b990fe7a14eddd7c" Directory="INSTALLFOLDER" Guid="63b65614-60be-4c7c-bf8c-e5457b123211">
108
		  <File Id="fil42e31eea5bd746dd97785526b6062978" KeyPath="yes" Source=".\Setup\DevExpress.Sparkline.v18.2.Core.dll" />
109
		</Component>
110
		<Component Id="cmp3b46cf44de784ce184321e128cf02ece" Directory="INSTALLFOLDER" Guid="40a1022c-b9b9-40a3-a72e-63f4697629c5">
111
		  <File Id="filafc9e9d886694caca8819bfa9e08038e" KeyPath="yes" Source=".\Setup\DevExpress.Utils.v18.2.dll" />
112
		</Component>
113
		<Component Id="cmp6b6c6ef256fe4307a1f3bcbe77556442" Directory="INSTALLFOLDER" Guid="b962d4fd-43b8-4165-9c15-aa5c524139ba">
114
		  <File Id="filca52c344e3754e789b8312c97077c5c3" KeyPath="yes" Source=".\Setup\DevExpress.XtraBars.v18.2.dll" />
115
		</Component>
116
		<Component Id="cmp45973d273af1421688eb9761d9fdc1b3" Directory="INSTALLFOLDER" Guid="d38783e9-c2d5-40a6-b108-b5ba4182c3b1">
117
		  <File Id="fil9d55d466b08d42a3868438549a1ce41c" KeyPath="yes" Source=".\Setup\DevExpress.XtraDialogs.v18.2.dll" />
118
		</Component>
119
		<Component Id="cmp3b54e090cba84d27846636c247cbd73f" Directory="INSTALLFOLDER" Guid="ee63b56d-c8c9-49a1-b2d1-05d1bfeb4ade">
120
		  <File Id="fil0f7e294ad1a045eba3ce25dc5de67bc7" KeyPath="yes" Source=".\Setup\DevExpress.XtraEditors.v18.2.dll" />
121
		</Component>
122
		<Component Id="cmpededd30d9213415d9d2d874cdc906f4d" Directory="INSTALLFOLDER" Guid="cc64c600-ab65-41cd-9f8a-08638115cdd0">
123
		  <File Id="fil06f7fbdc97654c9c9ad42983e205ea92" KeyPath="yes" Source=".\Setup\DevExpress.XtraGrid.v18.2.dll" />
124
		</Component>
125
		<Component Id="cmpacdaac95c093422080a80516b743a2f1" Directory="INSTALLFOLDER" Guid="fb11738e-deb4-4b1d-b074-557cb1e68c01">
126
		  <File Id="fil1ab312bf3c7646faaaf5d4afb0cc72e3" KeyPath="yes" Source=".\Setup\DevExpress.XtraLayout.v18.2.dll" />
127
		</Component>
128
		<Component Id="cmp0a8dd0991fb749fa8855367e306f66b4" Directory="INSTALLFOLDER" Guid="1d73d0c8-5659-4b3b-b793-4e7bae93e9c1">
129
		  <File Id="filb13a5b2470d44ad799840fc074c06bcf" KeyPath="yes" Source=".\Setup\DevExpress.XtraPrinting.v18.2.dll" />
130
		</Component>
131
		<Component Id="cmpdbe57bf91e794a6c8c0e5d23a16d383a" Directory="INSTALLFOLDER" Guid="3a0d08d8-fd15-476e-9abc-b2268da75cc3">
132
		  <File Id="fil4ca70f6a689e437f994e75e7aced92cd" KeyPath="yes" Source=".\Setup\DevExpress.XtraTreeList.v18.2.dll" />
133
		</Component>
134
		<Component Id="cmpf9a03b3be5e542329ca07243baae7bc7" Directory="INSTALLFOLDER" Guid="b479a9d5-e55b-43ca-8f99-95c5d544c486">
135
		  <File Id="fil9afdbb5ad2eb431db7f7e8c7aa345b80" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.dll" />
136
		</Component>
137
		<Component Id="cmp05ee1fef7c4540dfac00137be1a34024" Directory="INSTALLFOLDER" Guid="5345e4ce-3d70-42aa-a227-a8612a8e7cf9">
138
		  <File Id="fild6052a08f7e142a2b754840f45f7ff06" KeyPath="yes" Source=".\Setup\Oracle.ManagedDataAccess.dll" />
139
		</Component>
140
		<Component Id="cmpd947dcfcd3ad4846811fe561ce80b6d9" Directory="INSTALLFOLDER" Guid="8026542a-0d0f-4802-b7bd-8681c8a7649b">
141
		  <File Id="fil81854b9c71354b5e9e68e060b9f2074b" KeyPath="yes" Source=".\Setup\SPPIDConverter.dll" />
142
		</Component>
143
		<Component Id="cmp3fd818fef0c94e79b70a8bfd4216e5e1" Directory="INSTALLFOLDER" Guid="915e5e36-f50d-475c-8052-1d4405834edf">
144
		  <File Id="fil2d092ef8be324b7391c24e2278018e38" KeyPath="yes" Source=".\Setup\System.Data.SQLite.dll" />
145
		</Component>
146
		<Component Id="cmp33fc98f768ff4867aaeccbf8a53edbc4" Directory="INSTALLFOLDER" Guid="ccffc192-8624-46dc-9b72-c0c5f41f0b79">
147
		  <File Id="fil97b7e1ff311e4908b00786eb51ba88c3" KeyPath="yes" Source=".\Setup\System.Data.SQLite.EF6.dll" />
148
		</Component>
149
		<Component Id="cmp0665fca33b02482e920e2f72edd3d8a8" Directory="INSTALLFOLDER" Guid="6b1b5e86-e680-4b41-99f2-db7d62d830dc">
150
		  <File Id="fil578d74cc5e9f4e1baeb376a26ea9e8a8" KeyPath="yes" Source=".\Setup\System.Data.SQLite.Linq.dll" />
151
		</Component>
152
		<Component Id="cmp07A723C862F2A9EE9A0D3DBF602B0490" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="D8D7CCE1-3715-478C-97B8-C501D93BA90B">
153
			<File Id="filCA484022BCA56523344480B2BD2C03AC" KeyPath="yes" Source=".\Setup\de\DevExpress.Data.v18.2.resources.dll" />
154
		</Component>
155
		<Component Id="cmp231134E0F9CB739A6FBE3367B4648580" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="E1751B7A-E9D2-4D69-8F42-61A9F743122B">
156
			<File Id="filB8F6C66059174E8A05399D2E176A159F" KeyPath="yes" Source=".\Setup\de\DevExpress.Dialogs.v18.2.Core.resources.dll" />
157
		</Component>
158
		<Component Id="cmp83F823486283DF107AA1A231F8319398" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="7B4069EF-B52C-4E79-B835-7F66982C8211">
159
			<File Id="fil1592B5995B51FE3A6A1D3A71C27DC050" KeyPath="yes" Source=".\Setup\de\DevExpress.Office.v18.2.Core.resources.dll" />
160
		</Component>
161
		<Component Id="cmpEE24A9D6CFC5AA0AFECEF03CFB599677" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="8B6AF2B5-0E0B-4939-AF48-902A9CAB382C">
162
			<File Id="fil600FF8763D5389841980C5ABA53B7280" KeyPath="yes" Source=".\Setup\de\DevExpress.Pdf.v18.2.Core.resources.dll" />
163
		</Component>
164
		<Component Id="cmp52E8221A44E25857CFCD5385E429D02E" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="F2BF0542-5631-46BF-8959-04E53213C54C">
165
			<File Id="filD6D93401C57221CA7B1E4E30F61B38FD" KeyPath="yes" Source=".\Setup\de\DevExpress.Printing.v18.2.Core.resources.dll" />
166
		</Component>
167
		<Component Id="cmp393DC2DD9FD15C6FD4E2095C494E9DC5" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="C48224A3-3E86-4E8B-AAD5-140BD137C53E">
168
			<File Id="filCA04DA64A588AFA1AB3E9D737B054C4A" KeyPath="yes" Source=".\Setup\de\DevExpress.RichEdit.v18.2.Core.resources.dll" />
169
		</Component>
170
		<Component Id="cmp733FD988915587D1F63026E65BB316B5" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="B961DB5A-6D2D-4BB2-B863-0CE739E75BDF">
171
			<File Id="fil504A4539688CC3E8B4D0003266592751" KeyPath="yes" Source=".\Setup\de\DevExpress.Sparkline.v18.2.Core.resources.dll" />
172
		</Component>
173
		<Component Id="cmp15F983BCCD447968DF4F8F17F8D623F4" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="50AB4539-33DC-48BE-97EF-59FE637BA040">
174
			<File Id="fil48CDAFE8D7EEF7F241A74A61533A3294" KeyPath="yes" Source=".\Setup\de\DevExpress.Utils.v18.2.resources.dll" />
175
		</Component>
176
		<Component Id="cmpA6CABF29C7804C46238967E7DB13D522" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="FBB0F8FE-3EFE-4103-9ECF-7446C7BDF623">
177
			<File Id="filBC151D645AD4C28F23855766CCED8D16" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraBars.v18.2.resources.dll" />
178
		</Component>
179
		<Component Id="cmp3E91C4637ABB808045EDE6C2F059D4E7" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="671B5D50-60A8-4022-83EA-00EB4E022119">
180
			<File Id="filD336061FE1EA22791FD66C4FA8726033" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraEditors.v18.2.resources.dll" />
181
		</Component>
182
		<Component Id="cmp0D9129A3C98DE12E6C5C563828E16639" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="35D272C9-0554-4F43-8FC7-0340B51FA722">
183
			<File Id="filE3F727C6B3F1E760D7C8E4DF13FCE241" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraGrid.v18.2.resources.dll" />
184
		</Component>
185
		<Component Id="cmp0746EFF96E800CA2CE0AD212D5AE9BDE" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="61ED8EBF-0209-4790-9269-AAF50FE35D7C">
186
			<File Id="filE05E46A0C069F37EB2650C50D1A6649A" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraLayout.v18.2.resources.dll" />
187
		</Component>
188
		<Component Id="cmp516FB6045FFE0B567C806CED5B203C04" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="ADA15153-6A0B-469F-9DA5-EEAAE8EF187A">
189
			<File Id="fil873DEBF9F00A9722FA298872D60EF2E6" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraPrinting.v18.2.resources.dll" />
190
		</Component>
191
		<Component Id="cmpDF8BE4ABC8237BCBFC720F37976FB926" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="F4CB2096-FC42-48B8-93AE-139D05B22946">
192
			<File Id="fil8FC4BADDB1F59DD83926572CCB0D6C6F" KeyPath="yes" Source=".\Setup\de\DevExpress.XtraTreeList.v18.2.resources.dll" />
193
		</Component>
194
		<Component Id="cmpFDB0E376C7898FA61919EF88D5924510" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="80C3E262-0467-44A1-ABBA-50F842C177C6">
195
			<File Id="fil4E562F8DC7AC0EE42D32D93BB431ACFC" KeyPath="yes" Source=".\Setup\es\DevExpress.Data.v18.2.resources.dll" />
196
		</Component>
197
		<Component Id="cmp45817A439A46F2657AA1A4330F14E785" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="04733D2D-DAB6-45BE-B095-9C5235EA2F7F">
198
			<File Id="fil88AAF3487525B6ED66E97047B4B35446" KeyPath="yes" Source=".\Setup\es\DevExpress.Dialogs.v18.2.Core.resources.dll" />
199
		</Component>
200
		<Component Id="cmp6389628274F6B7FF8A43B5E050487673" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="15D97E0E-FAEA-4EAC-BFDD-E3988413A9C7">
201
			<File Id="filDC3D6D241495A5F0729768BF0108E1A7" KeyPath="yes" Source=".\Setup\es\DevExpress.Office.v18.2.Core.resources.dll" />
202
		</Component>
203
		<Component Id="cmpB2E57B38F754E4FBA94310914DDC1683" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="3D86B91E-D17A-4B23-AF0A-598116CBBD0D">
204
			<File Id="filC7DDE97A27F3D148DFB898E73F84A4ED" KeyPath="yes" Source=".\Setup\es\DevExpress.Pdf.v18.2.Core.resources.dll" />
205
		</Component>
206
		<Component Id="cmp52F7B10C96A2616DC5591DE402016665" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="383AB2FE-B49F-4F18-8930-99A05E931D0A">
207
			<File Id="fil17C864C1CF7CD94A48E002E95240A8CB" KeyPath="yes" Source=".\Setup\es\DevExpress.Printing.v18.2.Core.resources.dll" />
208
		</Component>
209
		<Component Id="cmpE3CA2AAF489919367FC64C1A8FF72D0E" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="CABB5C5B-4AC0-4A67-B431-95273B8CC216">
210
			<File Id="fil14D2CD785958E2B5060D90894417EF55" KeyPath="yes" Source=".\Setup\es\DevExpress.RichEdit.v18.2.Core.resources.dll" />
211
		</Component>
212
		<Component Id="cmp1884A6BEB08468E014F8298E8F2C8EB3" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="E80039D9-EE4F-451F-B559-F65D2A18A820">
213
			<File Id="filAE02B4EE51B5D17B5866E40421101B98" KeyPath="yes" Source=".\Setup\es\DevExpress.Sparkline.v18.2.Core.resources.dll" />
214
		</Component>
215
		<Component Id="cmp1ECD52AA681642DFBAC3843B7A496E56" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="37B5C992-2124-4C8F-A067-6B49B0675047">
216
			<File Id="filE5687FA479FA1191A3D11F0C44A14330" KeyPath="yes" Source=".\Setup\es\DevExpress.Utils.v18.2.resources.dll" />
217
		</Component>
218
		<Component Id="cmpBABC0624E977973041742D43892DA71A" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="18C2BA56-8411-49F8-820E-6C0B62EE5B0D">
219
			<File Id="filD9BCFCF527E4106CA16AF9DD1F3DE57B" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraBars.v18.2.resources.dll" />
220
		</Component>
221
		<Component Id="cmpC08FF75158DCF73A90CF640A596601C4" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="E26F3850-C567-4556-AF47-3F0530E8E2E2">
222
			<File Id="fil623608F326D7C68F47469E0DDF32929E" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraEditors.v18.2.resources.dll" />
223
		</Component>
224
		<Component Id="cmp3BB85BB89134C409455EC8CB9C9C2283" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="EC54ACCE-2229-443C-939A-62115B36A1F8">
225
			<File Id="filE43DB7AF1EA4F12FF3255BE652D30C23" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraGrid.v18.2.resources.dll" />
226
		</Component>
227
		<Component Id="cmp1B83FDD0C391CCF3D9951074B9E85B68" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="00A7C2B7-4B75-4F88-BF8E-B8422A6B5A0D">
228
			<File Id="fil5836526517CFF73B950983BE667CA3BE" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraLayout.v18.2.resources.dll" />
229
		</Component>
230
		<Component Id="cmp5524895BBC1780206722F49F01ADE604" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="2A727D68-AFF8-4DB3-A95A-AB3CCAD5F2AE">
231
			<File Id="fil420E484A74C499E92BC32640AF933FF9" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraPrinting.v18.2.resources.dll" />
232
		</Component>
233
		<Component Id="cmpFD906076C1CFB70AA4B4826F7D1BD30E" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="D9C43C23-292B-493C-BA35-70AF52575018">
234
			<File Id="filB1A2FB32B8359F5CE86262C988ECE1FE" KeyPath="yes" Source=".\Setup\es\DevExpress.XtraTreeList.v18.2.resources.dll" />
235
		</Component>
236
		<Component Id="cmp513CAAF244379833B9F81EC768DB2EF7" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="4FA7413C-DB37-4B64-B2BA-E2FE9EA7AF11">
237
			<File Id="fil133B2F45CE27B03E52EECDC781C63D49" KeyPath="yes" Source=".\Setup\ja\DevExpress.Data.v18.2.resources.dll" />
238
		</Component>
239
		<Component Id="cmpB996CB696027AA74EE5FDE3891801A0B" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="4A46D21A-DB00-482C-8D08-78C8F0301919">
240
			<File Id="fil8AE456014320B62AC729573C4B6B2D6D" KeyPath="yes" Source=".\Setup\ja\DevExpress.Dialogs.v18.2.Core.resources.dll" />
241
		</Component>
242
		<Component Id="cmpE371462AA73D58E91C5616A709FBCFB4" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="56016455-608F-4E6B-B808-8C30FCC80E60">
243
			<File Id="fil621694311272CF5199C1F5E47E3E58C3" KeyPath="yes" Source=".\Setup\ja\DevExpress.Office.v18.2.Core.resources.dll" />
244
		</Component>
245
		<Component Id="cmp0EA4232A26E3CB980EC1567D35E104C1" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="D237E59C-86AC-4E7B-B6B6-75AC83FA4A23">
246
			<File Id="fil6C506ABE0A2907D66545ECCFC9F7DCFD" KeyPath="yes" Source=".\Setup\ja\DevExpress.Pdf.v18.2.Core.resources.dll" />
247
		</Component>
248
		<Component Id="cmp9A082FD6318175991BB78BDE4FF0DD9E" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="596BE2C2-DEFE-4C15-81EB-5CB73871CA60">
249
			<File Id="fil25AD28B1E52A2D58E6C4798554141317" KeyPath="yes" Source=".\Setup\ja\DevExpress.Printing.v18.2.Core.resources.dll" />
250
		</Component>
251
		<Component Id="cmp549BC01C0F542F6A0033C507ED7FD191" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="5CE20E16-F110-43E3-9E3C-8E5B3B8BD8C5">
252
			<File Id="fil640C3B9D0AE624B38A7AFEF0A4876301" KeyPath="yes" Source=".\Setup\ja\DevExpress.RichEdit.v18.2.Core.resources.dll" />
253
		</Component>
254
		<Component Id="cmp68D76803A2D7000AB30810D3F9D1BFDA" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="96518EE5-4EDD-4BBF-8F93-2AE1F31809DB">
255
			<File Id="fil114F67C5E0FEEAF05DC1AA393627BAF9" KeyPath="yes" Source=".\Setup\ja\DevExpress.Sparkline.v18.2.Core.resources.dll" />
256
		</Component>
257
		<Component Id="cmp1E929F81DDC38F08F66589C17E1ED3DB" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="C72844A1-A9DB-4184-8489-9E52C6B16A3C">
258
			<File Id="fil243AAB3F632E5DE102FAA2261D5E5E29" KeyPath="yes" Source=".\Setup\ja\DevExpress.Utils.v18.2.resources.dll" />
259
		</Component>
260
		<Component Id="cmpE28E7C769DC55360A77C3CFDEB2ED6D4" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="90BFBC48-7A02-4C23-8E2D-1269052E70E4">
261
			<File Id="fil1AD5DF18C7FE17B2B41DDE8116C93F48" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraBars.v18.2.resources.dll" />
262
		</Component>
263
		<Component Id="cmpD88356FA5B0A03A82B2D92C2B1167E17" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="0061E1B9-765B-4E26-A52D-D7754385837A">
264
			<File Id="filD54A0EE524CD5D86FE002249B5B4ABC3" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraEditors.v18.2.resources.dll" />
265
		</Component>
266
		<Component Id="cmpD2F08680A770A2B4C47A9EAC120A03E1" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="DAC0EBDE-21D5-447C-8392-E8C5D34A781F">
267
			<File Id="fil4F5D41447E7F0A93644894484A06C3DA" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraGrid.v18.2.resources.dll" />
268
		</Component>
269
		<Component Id="cmpE36CE98F0D76E0923935598479C0F1D7" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="0B1B712A-0B3B-4497-BCCF-B20AFC516FAA">
270
			<File Id="fil13148D48CFBC10BAC0266050081FDFA6" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraLayout.v18.2.resources.dll" />
271
		</Component>
272
		<Component Id="cmp63219C323955E38AED359CDB9232A79C" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="A647D055-DA31-4299-88FD-F060AE279F6A">
273
			<File Id="fil9B01CFA3A24D2CB217728579EF3F50D7" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraPrinting.v18.2.resources.dll" />
274
		</Component>
275
		<Component Id="cmpAF28E0D8309D8DD6AA706747C54A0FAC" Directory="dir997B58958EFAE06BB705E870622AB899" Guid="A9E2830B-380F-4F19-B1B7-5F13159BECA6">
276
			<File Id="fil11880C09C8D538BEB4C18162C996860B" KeyPath="yes" Source=".\Setup\ja\DevExpress.XtraTreeList.v18.2.resources.dll" />
277
		</Component>
278
		<Component Id="cmpA8361C6642E2DD37C60C4B428152DD64" Directory="dirF152986C1E6339E5EF84FD1370841521" Guid="42AE4B67-A556-44C4-B13D-0449BBDCCD06">
279
			<File Id="fil56BC410436C299D53308726E7309B6F2" KeyPath="yes" Source=".\Setup\ko\SPPIDConverter.resources.dll" />
280
		</Component>
281
		<Component Id="cmp193D408EDBE646DEC0CF3C6A3E7C539C" Directory="dirF152986C1E6339E5EF84FD1370841521" Guid="0749EC5B-5913-4E8F-A2A6-FB8411A5AD6D">
282
			<File Id="filA6C0363E943F948B0D0F9B3BD70566F7" KeyPath="yes" Source=".\Setup\ko\SPPIDConverter_AutoModeling.resources.dll" />
283
		</Component>
284
		<Component Id="cmpDD1FE8C874470DDD60587545E91615A2" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="14637B4D-9E2F-4D69-BB25-710C9223B677">
285
			<File Id="fil6A53DACB07113C9CFCD858C2A6163538" KeyPath="yes" Source=".\Setup\ru\DevExpress.Data.v18.2.resources.dll" />
286
		</Component>
287
		<Component Id="cmpC6B8D69BCA526580FC518495D2756A3C" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="7A02BB8A-D7AB-4DF0-9E08-18C617CEC9B7">
288
			<File Id="fil801C12CB4DAEC17A35F717EA3524FD7E" KeyPath="yes" Source=".\Setup\ru\DevExpress.Dialogs.v18.2.Core.resources.dll" />
289
		</Component>
290
		<Component Id="cmp58DB44CC44A769AFD9ABBE45E52DA4B6" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="255DF4EE-BC72-48C6-918A-875CC5F1FA77">
291
			<File Id="fil2F296EE2C7287E24EE171B04DB8DFFFE" KeyPath="yes" Source=".\Setup\ru\DevExpress.Office.v18.2.Core.resources.dll" />
292
		</Component>
293
		<Component Id="cmp67B5B6E742A857A23A0FB0301BB77E66" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="D20FE2B7-B11B-4C57-953E-2F6218172C0F">
294
			<File Id="filF3687A361D9645A754FC8C872696DE98" KeyPath="yes" Source=".\Setup\ru\DevExpress.Pdf.v18.2.Core.resources.dll" />
295
		</Component>
296
		<Component Id="cmp29BC23CD0B4737739EDA7F3308FEAD19" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="8B8F5475-DF44-4D07-A9C9-E0E3F56021B5">
297
			<File Id="fil6804B4AEF085351939C4D7A8441B6D9C" KeyPath="yes" Source=".\Setup\ru\DevExpress.Printing.v18.2.Core.resources.dll" />
298
		</Component>
299
		<Component Id="cmp733ACC3D8647842D6531F8D1277B1B6A" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="CDB4D339-19EA-4E07-92D7-8B847C56A807">
300
			<File Id="filE1C1E36F5F5092190C58AA3A5CAA8478" KeyPath="yes" Source=".\Setup\ru\DevExpress.RichEdit.v18.2.Core.resources.dll" />
301
		</Component>
302
		<Component Id="cmpF548701DAD8861924C92FD6344FDE694" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="43D6D21A-F853-459B-99B4-77AF95CEE39F">
303
			<File Id="fil6E316C1CBCE5F40CA348CB1018711C2A" KeyPath="yes" Source=".\Setup\ru\DevExpress.Sparkline.v18.2.Core.resources.dll" />
304
		</Component>
305
		<Component Id="cmpEF9FCB8555DCD82DC0C50C66149F8C99" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="A80715D7-FCA8-443E-8E25-71993EF64C5A">
306
			<File Id="fil341B41D0F4F8CB784D798463D124A152" KeyPath="yes" Source=".\Setup\ru\DevExpress.Utils.v18.2.resources.dll" />
307
		</Component>
308
		<Component Id="cmp50D0A6BA0EE6825B6C8BEF8B509C76B1" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="76C7683D-0D2A-4422-B272-335E48B56416">
309
			<File Id="fil857439445B78D09C9EF67A55609F8CF9" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraBars.v18.2.resources.dll" />
310
		</Component>
311
		<Component Id="cmp27BB8C94E91D11AE377B4F67A4137FD4" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="B5FF92D6-AEEA-419D-98C5-89C8E4F89BA5">
312
			<File Id="fil8E096D553899028C95804E664FAAA877" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraEditors.v18.2.resources.dll" />
313
		</Component>
314
		<Component Id="cmp63BAB9BF86328C9951CEAEB179CDC62B" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="4C4734BF-D1AA-4D4E-B40B-7968705E8E9B">
315
			<File Id="fil03FC8D89EAD19E75D0AA67145984FB50" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraGrid.v18.2.resources.dll" />
316
		</Component>
317
		<Component Id="cmp820B4786A2E055EB49423974548084D9" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="AF0BEE69-DAE9-43BF-9426-A2DA39AE6790">
318
			<File Id="filC5B74B7F4B97A3FA912431E5FD85BBFF" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraLayout.v18.2.resources.dll" />
319
		</Component>
320
		<Component Id="cmp9E9B70C7250CD8906E360735FFFA57D8" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="DB02E685-9F5C-4C9F-877A-EF124F6DD8B4">
321
			<File Id="fil6EE58B57144470263D59190F16C89991" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraPrinting.v18.2.resources.dll" />
322
		</Component>
323
		<Component Id="cmp347775F708F81B2B64CE3CA39F892EDD" Directory="dirE9205C68F964857267FD3312DBFF9A91" Guid="F4580815-8FDF-449F-86E2-EAFCC7CC6484">
324
			<File Id="filE2B8C3856324D77F342851FA6A41BCF5" KeyPath="yes" Source=".\Setup\ru\DevExpress.XtraTreeList.v18.2.resources.dll" />
325
		</Component>
326
		<Component Id="cmp19F6DF8A2ABC78D782D76F1EEC9A5800" Directory="dir43FCCFA109FBF584D9155DCE31E452EB" Guid="883CC44F-4895-4B27-9CE0-D6D94D10F9E7">
327
			<File Id="filC7EA62E1AC64247AFBE682E8631402B8" KeyPath="yes" Source=".\Setup\x64\SQLite.Interop.dll" />
328
		</Component>
329
		<Component Id="cmp77484AF39EF2F8BD64E876C33A1C3E49" Directory="dir97F42FF68945B97AAE670945C4FDAE93" Guid="664F6764-0C91-4D5B-BFA7-72703EEFC1D4">
330
			<File Id="filD2ACACD0EBAF09B1953E9C3793C13C69" KeyPath="yes" Source=".\Setup\x86\SQLite.Interop.dll" />
331
		</Component>
332
      </ComponentGroup>
474 333
  </Fragment>
475 334
</Wix>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)