프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MARKUS.wxs @ fc6ec385

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

1 933dc7f9 humkyung
<?xml version="1.0" encoding="UTF-8"?>
2 3c71b3a5 taeseongkim
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
3 53472da1 humkyung
  <Product Id="*" Name="MARKUS" Language="1033" Version="1.0.0.0" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C">
4 933dc7f9 humkyung
    <Package Platform="x64" 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 6472eea2 djkim
    <WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" />    
11 aefdc00d djkim
	
12 933dc7f9 humkyung
    <Feature Id="ProductFeature" Title="MARKUS" Level="1">
13
      <ComponentGroupRef Id="MARKUS" />
14 3c71b3a5 taeseongkim
    </Feature>    
15 8ce5c897 humkyung
16 3c71b3a5 taeseongkim
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]readme.html" />
17 f3b3ba86 djkim
	<Property Id="NETFRAMEWORK40">
18
		<RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Install" Type="raw" />
19
	</Property>
20
	<CustomAction Id="SetFX461" Property="WixShellExecTarget" Value="http://go.microsoft.com/fwlink/?LinkId=671743" />
21 fc6ec385 djkim
	<UI>
22
	<Dialog Id="NetFRWDlg" Width="260" Height="95" Title="[ProductName] Installation" NoMinimize="yes">
23
24
    <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="40">
25
      <Text>This setup requires the .NET Framework version 4.6.1 Please install the .NET Framework and run this setup again. The .NET Framework can be obtained from the web. Would you like to do this now?</Text>
26
    </Control>
27
28
    <Control Id="YesButton" Type="PushButton" X="72" Y="67" Width="56" Height="17" Default="yes" Cancel="yes" Text="[ButtonText_Yes]">
29
      <Publish Event="DoAction" Value="SetFX461" Order="1">1</Publish>
30
      <Publish Event="DoAction" Value="LaunchBrowser" Order="2">1</Publish>
31
      <Publish Event="EndDialog" Value="Exit" Order="3">1</Publish>
32
    </Control>
33
34
    <Control Id="NoButton" Type="PushButton" X="132" Y="67" Width="56" Height="17" Default="no" Cancel="yes" Text="[ButtonText_No]">
35
      <Publish Event="EndDialog" Value="Exit">1</Publish>
36
    </Control>    
37
  </Dialog>
38 f3b3ba86 djkim
	
39 fc6ec385 djkim
	<InstallUISequence>
40
    <Show Dialog="NetFRWDlg" After="AppSearch">
41
      (NOT Installed) AND (NOT NETFRAMEWORK40)
42
    </Show>        
43
  </InstallUISequence>
44
	</UI>
45 e4357f18 djkim
	<CustomAction Id="LaunchBrowser" 
46 3c71b3a5 taeseongkim
        BinaryKey="WixCA" 
47
        DllEntry="WixShellExec"
48
        Impersonate="yes" />        
49 8ce5c897 humkyung
    <InstallExecuteSequence>
50 3c71b3a5 taeseongkim
      <Custom Action='LaunchBrowser' After='InstallFinalize'>NOT Installed</Custom>
51 8ce5c897 humkyung
    </InstallExecuteSequence>
52 1603b8b9 djkim
  </Product>    
53 8f2444ac djkim
  
54 933dc7f9 humkyung
  <Fragment>
55
    <Directory Id="TARGETDIR" Name="SourceDir">
56
      <Directory Id="DesktopFolder" Name="Desktop">
57 4cc986f1 humkyung
        <Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature" Win64='yes'>
58 3c71b3a5 taeseongkim
          <RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/>          
59 933dc7f9 humkyung
          <RemoveFolder Id="DesktopFolder" On="uninstall"/>
60
        </Component>
61
      </Directory>
62
      
63
      <Directory Id="ProgramFiles64Folder">
64
        <Directory Id="COMPANYFOLDER" Name="DOFTECH">
65
          <Directory Id="INSTALLFOLDER" Name="MARKUS" />
66
        </Directory>
67
      </Directory>  
68
    </Directory>
69
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
70 3c71b3a5 taeseongkim
    <UIRef Id="WixUI_InstallDir"/>   
71 fc6ec385 djkim
    
72 933dc7f9 humkyung
  </Fragment>
73
74
  <Fragment>
75 e4596092 humkyung
    <DirectoryRef Id="TARGETDIR">
76
      <Component Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" Guid="57D045D4-AFC0-4874-8BA9-A1E8B9C348F9" KeyPath="yes">
77
        <RegistryKey ForceCreateOnInstall="yes" Key="KCOM\shell\open" Root="HKCR" />
78
      </Component>
79
    </DirectoryRef>
80
  </Fragment>
81
  
82
  <Fragment>
83
    <DirectoryRef Id="TARGETDIR">
84
      <Component Id="cmpB2A195FD7387054E641ABB044E70AD31" Guid="CA81C92A-E2BA-4E01-B4A0-6B5E5E5A6C63" KeyPath="yes">
85
        <RegistryKey Key="KCOM\shell\open\command" Root="HKCR">
86
          <RegistryValue Value="&quot;C:\Program Files\DOFTECH\MARKUS\KCOM.exe&quot; &quot;%1&quot;" Type="string" />
87
        </RegistryKey>
88
      </Component>
89
    </DirectoryRef>
90
  </Fragment>
91
  
92
  <Fragment>
93
    <DirectoryRef Id="TARGETDIR">
94
      <Component Id="cmpCA3EA94464F79A1D590AD23EE3921964" Guid="171260E2-66FC-4088-9F1F-3FAEB29250CA" KeyPath="yes">
95
        <RegistryKey ForceCreateOnInstall="yes" Key="KCOM\shell" Root="HKCR" />
96
      </Component>
97
    </DirectoryRef>
98
  </Fragment>
99
  
100
  <Fragment>
101
    <DirectoryRef Id="TARGETDIR">
102
      <Component Id="cmpEB1634EB055BA192F2B44B8310392EAD" Guid="D8795ADA-D3EC-4F34-86C3-7D6BE54420EA" KeyPath="yes">
103
        <RegistryKey Key="KCOM" Root="HKCR">
104
          <RegistryValue Name="URL Protocol" Value="" Type="expandable" />
105
        </RegistryKey>
106
      </Component>
107
    </DirectoryRef>
108
  </Fragment>
109
    
110
  <Fragment>
111 933dc7f9 humkyung
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
112
      <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
113
      <!-- <Component Id="ProductComponent"> -->
114
        <!-- TODO: Insert files, registry keys, and other resources here. -->
115
      <!-- </Component> -->
116
    </ComponentGroup>
117
  </Fragment>
118
  
119
    <Fragment>
120 bab93260 humkyung
        <DirectoryRef Id="INSTALLFOLDER">
121
            <Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" />
122
            <Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" />
123
            <Directory Id="dirB55DFDA91FEE7CCCBC65CA7493B75748" Name="fr" />
124
            <Directory Id="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Name="it" />
125
            <Directory Id="dirF152986C1E6339E5EF84FD1370841521" Name="ko" />
126
            <Directory Id="dir2F3D431E0ED26930C4D37E679C7700A1" Name="nl" />
127
            <Directory Id="dir06249C254B8FEA6A37A7C6E4984EF433" Name="tessdata" />
128
            <Directory Id="dirE562A4656FE03253EA39D17E8127BA05" Name="tr" />
129 4cc986f1 humkyung
            <Directory Id="dirD38EDF1F361B4F099EBE0B9D8968D256" Name="x86" />
130
            <Directory Id="dirCFEC9E4F88644EEEA2E2C3669DAF0201" Name="x64" />
131 7393acea humkyung
            <Directory Id="CommonAppDataFolder">
132
              <Directory Id="MyAppDataFolder" Name="MARKUS" >
133 48133b12 humkyung
                <Component Id="CreateMyAppDataFolder" Guid="697A5A1C-88DB-4D1B-8C7A-614B8A20CD44" Win64='yes'>
134 7393acea humkyung
                  <CreateFolder />
135
                </Component>
136
              </Directory>
137
            </Directory>
138 bab93260 humkyung
        </DirectoryRef>
139 933dc7f9 humkyung
    </Fragment>
140
    <Fragment>
141
        <ComponentGroup Id="MARKUS">
142 48133b12 humkyung
            <ComponentRef Id="CreateMyAppDataFolder" />
143 3c71b3a5 taeseongkim
			<ComponentRef Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" />
144
			<ComponentRef Id="cmpB2A195FD7387054E641ABB044E70AD31" />
145
			<ComponentRef Id="cmpCA3EA94464F79A1D590AD23EE3921964" />
146
			<ComponentRef Id="cmpEB1634EB055BA192F2B44B8310392EAD" />
147 933dc7f9 humkyung
            <Component Id="cmpCC866C67D0ACDB0EBE26789908374F45" Directory="INSTALLFOLDER" Guid="F6CF8A7C-00AA-4B45-ADD4-F3DA249D8E64" Win64='yes'>
148 814c3e05 humkyung
                <File Id="fil4A00EA3A4A830EE9C257BEC8A7AA9E1A" KeyPath="yes" Source=".\Setup\Bytescout.PDFExtractor.dll" />
149 933dc7f9 humkyung
            </Component>
150
            <Component Id="cmp25D995530710C8C386E94FD45CF48079" Directory="INSTALLFOLDER" Guid="F42D5123-8467-49D5-9B23-B6E2F94A1DB2" Win64='yes'>
151 814c3e05 humkyung
                <File Id="fil8FE9B2B8DE4E517EC09CDEB3CD125199" KeyPath="yes" Source=".\Setup\Bytescout.PDFExtractor.OCRExtension.dll" />
152 933dc7f9 humkyung
            </Component>
153
            <Component Id="cmp0BFABD100B4065787B40AA6B05938DF7" Directory="INSTALLFOLDER" Guid="47BCF3AA-F366-4D2F-AC85-4F08EF19297A" Win64='yes'>
154 814c3e05 humkyung
                <File Id="fil1D38723F4A034EDE78B6A3B94EFB99F2" KeyPath="yes" Source=".\Setup\EntityFramework.dll" />
155 933dc7f9 humkyung
            </Component>
156
            <Component Id="cmp6CF5CB56E3583D0EBD44D2BB10A62A27" Directory="INSTALLFOLDER" Guid="E0007A37-1DBD-49F4-B24B-D758C1209839" Win64='yes'>
157 814c3e05 humkyung
                <File Id="filD3369B082D009ADB833B8DD9F589E45E" KeyPath="yes" Source=".\Setup\EntityFramework.xml" />
158 3c71b3a5 taeseongkim
            </Component>            
159 933dc7f9 humkyung
            <Component Id="cmpA415203DE9EF9D193E74C69FE81234D3" Directory="INSTALLFOLDER" Guid="D988FC9F-EEBB-4DA9-BDA2-46B926576509" Win64='yes'>
160 814c3e05 humkyung
                <File Id="fil83609071B2AD8A06678837154646C3FB" KeyPath="yes" Source=".\Setup\IKCOM.dll" />
161 933dc7f9 humkyung
            </Component>
162
            <Component Id="cmp1DE0B23F7942D4E47B62522F774F3C76" Directory="INSTALLFOLDER" Guid="A6489D0B-4E42-4F64-B34E-410A0A6A4DCC" Win64='yes'>
163 814c3e05 humkyung
                <File Id="filF35DB5A41DFF81B0642F8FCBC3DFB906" KeyPath="yes" Source=".\Setup\itextsharp.dll" />
164 933dc7f9 humkyung
            </Component>
165
            <Component Id="cmp93004A2A70CA6CC5550444DB6A0BB24B" Directory="INSTALLFOLDER" Guid="C100266E-38BC-48D0-A690-F4C02D0E35C5" Win64='yes'>
166 814c3e05 humkyung
                <File Id="fil718E22AC4914F03FC39F7293CDC8C672" KeyPath="yes" Source=".\Setup\itextsharp.xml" />
167 933dc7f9 humkyung
            </Component>
168
            <Component Id="cmp9DBCA795D932AB083234E0DAEF7CCCC5" Directory="INSTALLFOLDER" Guid="204BC3E0-DAC5-4467-B490-47964D9A7A25" Win64='yes'>
169 814c3e05 humkyung
                <File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source=".\Setup\KCOM.exe" />
170 933dc7f9 humkyung
            </Component>
171 8ce5c897 humkyung
            <Component Id="cmp8234C30B57CA4022B9BA108719FDF848" Directory="INSTALLFOLDER" Guid="3E2E60BB-3122-40F5-9A76-BDCF3F88D522" Win64='yes'>
172 3c71b3a5 taeseongkim
                <File Id="fil275D1AADC07745DA9912353B6B5FC53F" KeyPath="yes" Source=".\readme.html" />
173 0dbf8abb djkim
            </Component>            
174 933dc7f9 humkyung
            <Component Id="cmp008EC7C4B15BA79DEC806A9852526EF9" Directory="INSTALLFOLDER" Guid="B4829BEF-7376-4039-8E1D-8A46D257F4AF" Win64='yes'>
175 814c3e05 humkyung
                <File Id="filD7A7D725F3C20E26B1A149EAABD9323C" KeyPath="yes" Source=".\Setup\KCOM.exe.config" />
176 933dc7f9 humkyung
            </Component>
177 b52f789f humkyung
            <Component Id="cmp7752819596C3476DB4E5F7A60F8FE644" Directory="INSTALLFOLDER" Guid="04E50F42-40E2-4DAE-A14E-6C966A6D1813" Win64='yes'>
178 814c3e05 humkyung
                <File Id="filFF54F68C528A4A959268781594F5D596" KeyPath="yes" Source=".\Setup\SmartUpdate.exe" />
179 e25bca42 humkyung
            </Component>
180
            <Component Id="cmp969D915ED42B411BA95424C403A6A841" Directory="INSTALLFOLDER" Guid="7EA8712F-DF55-4892-BFDF-AEAE4BB24E25" Win64='yes'>
181 814c3e05 humkyung
                <File Id="filDF23C3351DE043E29012E797F541D0F4" KeyPath="yes" Source=".\Setup\SmartUpdate.exe.config" />
182 e25bca42 humkyung
            </Component>
183 a2752679 humkyung
            <Component Id="cmpD3A6FA6C7B0D4A7F8464F61659F02115" Directory="INSTALLFOLDER" Guid="123D40A1-7FF9-4CFB-9837-E1A00E2A7A70" Win64='yes'>
184
                <File Id="fil9C8C2AB2B1E142458FBD1EB991F289E1" KeyPath="yes" Source=".\packages\potrace.exe" />
185
            </Component>
186 89f88094 djkim
            <Component Id="cmp40B0E7C91C025AEEEF1F0DEC51A66549" Directory="INSTALLFOLDER" Guid="69d5a0ff-23db-4044-b874-1f8078446e24" Win64='yes'>
187 87542f92 humkyung
                <File Id="filF60CE67197837623CD57BE23CB07368E" KeyPath="yes" Source=".\Setup\CommonLib.dll" />
188 89f88094 djkim
            </Component>
189
			<Component Id="cmp40B0E7C91C025AAEEF1F0DEC51A66549" Directory="INSTALLFOLDER" Guid="471A4642-5A10-49EB-A77A-CF5C821BA1F1" Win64='yes'>
190 814c3e05 humkyung
                <File Id="filF60CE67197837613CD57BE23CB07368E" KeyPath="yes" Source=".\Setup\KCOMDataModel.dll" />
191 933dc7f9 humkyung
            </Component>
192
            <Component Id="cmpEE8E531D52E746388211D454A7B652CD" Directory="INSTALLFOLDER" Guid="BF70CAD3-28DF-44F2-95DC-F9ECDFA33BC9" Win64='yes'>
193 814c3e05 humkyung
                <File Id="filF33A63AB801D7E78849A4330E53EBD7B" KeyPath="yes" Source=".\Setup\KCOMDataModel.dll.config" />
194 933dc7f9 humkyung
            </Component>
195
            <Component Id="cmpFE0047A5420B60BC9070B49ED04A3DF7" Directory="INSTALLFOLDER" Guid="92A19E1A-AD00-40EE-9194-1140097E3D0D" Win64='yes'>
196 87542f92 humkyung
                <File Id="filDB2B5EE0EF352042DCB528551CFF336A" KeyPath="yes" Source=".\Setup\MarkupToPDF.dll" />
197 933dc7f9 humkyung
            </Component>
198
            <Component Id="cmpBF387E9588F2B8473B629AAB925D2239" Directory="INSTALLFOLDER" Guid="D65A7FBC-F1DE-4031-97A3-B99E215B3C70" Win64='yes'>
199 814c3e05 humkyung
                <File Id="fil3BBE868726AE8A4E2066B45DD738F0E3" KeyPath="yes" Source=".\Setup\MarkupToPDF.dll.config" />
200 933dc7f9 humkyung
            </Component>
201
            <Component Id="cmp2B9822AB4FE29C97D7C74389B67E3A7B" Directory="INSTALLFOLDER" Guid="EA07BB02-ED13-4A69-93E0-B4CE0833B27D" Win64='yes'>
202 814c3e05 humkyung
                <File Id="filD10FADEA0033B1FF9119AD86377B6DFB" KeyPath="yes" Source=".\Setup\Microsoft.AspNet.SignalR.Client.dll" />
203 933dc7f9 humkyung
            </Component>
204
            <Component Id="cmp601B3BD81B5071744666A47E821CCDD1" Directory="INSTALLFOLDER" Guid="3FD119D8-FE0C-4C65-824E-107E25AF8B00" Win64='yes'>
205 814c3e05 humkyung
                <File Id="fil4F8D22903F1C540154297E75E8066C41" KeyPath="yes" Source=".\Setup\Microsoft.AspNet.SignalR.Client.xml" />
206 933dc7f9 humkyung
            </Component>
207
            <Component Id="cmp227B2F253D6CB8A27087F47F70A62459" Directory="INSTALLFOLDER" Guid="D6BC83C1-C841-4BF6-89FF-5677B1AE8B09" Win64='yes'>
208 814c3e05 humkyung
                <File Id="filB5261509ADB8E7D2D70A1C67DCA37876" KeyPath="yes" Source=".\Setup\Microsoft.Expression.Interactions.dll" />
209 933dc7f9 humkyung
            </Component>
210
            <Component Id="cmpC2107C307F76E546D2A4A5EAD4DA36D7" Directory="INSTALLFOLDER" Guid="D6643927-25B3-4ED4-B890-84CE3D9EDB07" Win64='yes'>
211 814c3e05 humkyung
                <File Id="filBA11534FF762BA52842645F853FD1935" KeyPath="yes" Source=".\Setup\Microsoft.Expression.Interactions.xml" />
212 933dc7f9 humkyung
            </Component>
213
            <Component Id="cmp8D70D98B32C8F908DD58C5F06708F289" Directory="INSTALLFOLDER" Guid="E062FD1B-A2C7-4DAE-B5F7-6DB797F4A6CA" Win64='yes'>
214 814c3e05 humkyung
                <File Id="fil65C3764DFEF4B816AA91E646D63059C1" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.dll" />
215 933dc7f9 humkyung
            </Component>
216
            <Component Id="cmp1DFBDA5C3F28C07C3DEBDDBAE7F78802" Directory="INSTALLFOLDER" Guid="0244B3F6-694F-4D60-BAFB-08D0ABF12738" Win64='yes'>
217 814c3e05 humkyung
                <File Id="fil88E67E79EF1C4E174E3CA55C79D438EF" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
218 933dc7f9 humkyung
            </Component>
219
            <Component Id="cmp1CEBF83F44FBF4E54F6836267184EBCB" Directory="INSTALLFOLDER" Guid="AC2BADB9-D7D3-4DFF-93F4-60BAFF9B6946" Win64='yes'>
220 814c3e05 humkyung
                <File Id="fil73DE8E4573C49C252AF9BBEB750C3371" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.Desktop.xml" />
221 933dc7f9 humkyung
            </Component>
222
            <Component Id="cmp2BD2CA101B27AF1371B06F4F15D95F9B" Directory="INSTALLFOLDER" Guid="A88C22F8-D166-429A-9BBF-C61374C3C768" Win64='yes'>
223 814c3e05 humkyung
                <File Id="fil477B767EE43BD465EE01C8F343860270" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.dll" />
224 933dc7f9 humkyung
            </Component>
225
            <Component Id="cmpF17FF2B4A4721FA24BEFA74C0309A2F1" Directory="INSTALLFOLDER" Guid="99FD7363-1B2E-4FD1-A8C9-3DAD72508122" Win64='yes'>
226 814c3e05 humkyung
                <File Id="fil34823D88AB36900C40AB3A8E7D4BD88A" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.xml" />
227 933dc7f9 humkyung
            </Component>
228
            <Component Id="cmp70F570FFEF73490225CDC4144CEC292F" Directory="INSTALLFOLDER" Guid="2F862469-B791-465A-B6DA-40CAF1AE0696" Win64='yes'>
229 814c3e05 humkyung
                <File Id="fil8DFD77FF75A79420C9E864EAFB8BD4C3" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.xml" />
230 933dc7f9 humkyung
            </Component>
231
            <Component Id="cmpBC4FC00A26E7D32479D42D3411317FC5" Directory="INSTALLFOLDER" Guid="66675814-6C27-4B75-837F-12218179C428" Win64='yes'>
232 814c3e05 humkyung
                <File Id="fil90A8AAD9FC612906D405476D61CEA3F4" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.dll" />
233 933dc7f9 humkyung
            </Component>
234
            <Component Id="cmp125C379E185231EFADA4CB4301BD0A9E" Directory="INSTALLFOLDER" Guid="876DA7E8-ED43-4C22-B6E9-9FB423B79821" Win64='yes'>
235 814c3e05 humkyung
                <File Id="fil3A2F44A7730E98D18E0948B3261DFABD" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.xml" />
236 933dc7f9 humkyung
            </Component>
237
            <Component Id="cmp82162AA35E4D78F0F145A3CCC93A196B" Directory="INSTALLFOLDER" Guid="C2BCCC3F-1013-40C8-88B2-E0EBC143ED13" Win64='yes'>
238 814c3e05 humkyung
                <File Id="fil30E1423B0A61DF08B361E12C1768FD64" KeyPath="yes" Source=".\Setup\PDFNet.dll" />
239 933dc7f9 humkyung
            </Component>
240
            <Component Id="cmp43571D5B3C98C620B91CFB722AB036A9" Directory="INSTALLFOLDER" Guid="A3528BD7-DF0A-4334-8BF7-75FCC2328A63" Win64='yes'>
241 814c3e05 humkyung
                <File Id="fil25C6F19EFB20FE77CA17650F918CB561" KeyPath="yes" Source=".\Setup\RestSharp.dll" />
242 933dc7f9 humkyung
            </Component>
243
            <Component Id="cmpA07E47E90BE78F39DC836350A272AD7E" Directory="INSTALLFOLDER" Guid="175CE52D-477A-4E45-8C62-A3EAFCE48F83" Win64='yes'>
244 814c3e05 humkyung
                <File Id="filFC40DFE58E4E3410234192A7B56EE5DA" KeyPath="yes" Source=".\Setup\RestSharp.xml" />
245 933dc7f9 humkyung
            </Component>
246
            <Component Id="cmp0B7DCF3BDD5BA1BE346BED244739B409" Directory="INSTALLFOLDER" Guid="F76B9108-0696-4D5C-B5B4-DD96699B00F6" Win64='yes'>
247 814c3e05 humkyung
                <File Id="filC9EC0B08804939F9B02B006B7F740330" KeyPath="yes" Source=".\Setup\Rxx.dll" />
248 933dc7f9 humkyung
            </Component>
249
            <Component Id="cmp4D703F4F9E22020603CAD20F8A6732D6" Directory="INSTALLFOLDER" Guid="993A7FCB-02EC-41DD-B6FB-7F695EF442F5" Win64='yes'>
250 814c3e05 humkyung
                <File Id="fil443D417F48D98C2F0BF916AD1A5F7E73" KeyPath="yes" Source=".\Setup\Rxx.xml" />
251 933dc7f9 humkyung
            </Component>
252
            <Component Id="cmp11C8820ECB0CB2D86F64F2996509DCA7" Directory="INSTALLFOLDER" Guid="10446EB8-93B1-499B-B740-48B67E18C8EE" Win64='yes'>
253 814c3e05 humkyung
                <File Id="fil634B1A249B0D62C150EFB286C2C91A46" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.dll" />
254 933dc7f9 humkyung
            </Component>
255
            <Component Id="cmpAF56AE510EB3BDF893C5B06C6ABA7BDD" Directory="INSTALLFOLDER" Guid="31517AA7-FF5B-47AF-A585-D23EFD75C1F6" Win64='yes'>
256 814c3e05 humkyung
                <File Id="filF728404062A49EA67C9D8FE3BBE0E898" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.Docking.dll" />
257 933dc7f9 humkyung
            </Component>
258
            <Component Id="cmp21BF690CF842B5194CB2028F73189055" Directory="INSTALLFOLDER" Guid="2D9F9627-560D-405C-B008-841034AD2A49" Win64='yes'>
259 814c3e05 humkyung
                <File Id="fil266D83FF68961E612507118F431810F7" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.GridView.dll" />
260 933dc7f9 humkyung
            </Component>
261
            <Component Id="cmp4CBD77EFA337CFC3401C374F65E29BAA" Directory="INSTALLFOLDER" Guid="BE75CF50-CAA4-47B1-8D37-0D3C18912AF5" Win64='yes'>
262 814c3e05 humkyung
                <File Id="fil3DF9298853D1D63F2B5664B24979D0E0" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.Input.dll" />
263 933dc7f9 humkyung
            </Component>
264
            <Component Id="cmpBBA2EA4FDA3C5AA2693FAC9589038964" Directory="INSTALLFOLDER" Guid="6C3C743A-B83B-4B8E-8454-A03C91C7F789" Win64='yes'>
265 814c3e05 humkyung
                <File Id="filDC3BAC1BF9BBD0564415BD06BEEE0135" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.Navigation.dll" />
266 933dc7f9 humkyung
            </Component>
267
            <Component Id="cmpBF5C0D6200AF06B163C4D15C43D1664D" Directory="INSTALLFOLDER" Guid="F84B084E-331D-4BE1-A479-0A9FE0515B86" Win64='yes'>
268 814c3e05 humkyung
                <File Id="filF79E0D2ADE14C7A2E11C65C296BC40BF" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.RibbonView.dll" />
269 933dc7f9 humkyung
            </Component>
270
            <Component Id="cmp92AE6AD1C56764FC0C2F256343677A9F" Directory="INSTALLFOLDER" Guid="C727A92F-1EB1-4975-9546-19EEB5B859DC" Win64='yes'>
271 814c3e05 humkyung
                <File Id="filD747EE49E2E0D8A06187AA226FF1C561" KeyPath="yes" Source=".\Setup\Telerik.Windows.Data.dll" />
272 933dc7f9 humkyung
            </Component>
273
            <Component Id="cmpCD235197A0E4A6BCD3DEB46A5728EB4F" Directory="INSTALLFOLDER" Guid="2374F5C7-960C-427B-A0F1-800E4B830DBB" Win64='yes'>
274 814c3e05 humkyung
                <File Id="fil0E4AE6C9555A11AC8411AE8BE6530CDA" KeyPath="yes" Source=".\Setup\Telerik.Windows.Themes.VisualStudio2013.dll" />
275 933dc7f9 humkyung
            </Component>
276
            <Component Id="cmp7F07F6231918203727082BB6A28CC75F" Directory="INSTALLFOLDER" Guid="22FE42A1-8651-460D-B867-67E1CC2FC670" Win64='yes'>
277 814c3e05 humkyung
                <File Id="fil3E19A0F06927704B530947F360809AD8" KeyPath="yes" Source=".\Setup\Telerik.Windows.Zip.dll" />
278 933dc7f9 humkyung
            </Component>
279
            <Component Id="cmpFF91FE36548D6FA9C8D0DC80206BE1EF" Directory="INSTALLFOLDER" Guid="C478F137-DD9A-4628-A07B-8CAFF92BA681" Win64='yes'>
280 814c3e05 humkyung
                <File Id="fil898D8F5BF92067A65BDD539092A9A061" KeyPath="yes" Source=".\Setup\Telerik.Windows.Zip.xml" />
281 933dc7f9 humkyung
            </Component>
282
            <Component Id="cmp0514F1BB70C8ECCFF44A0A355A53441B" Directory="INSTALLFOLDER" Guid="F82992EC-E1EA-4C1A-92D7-388D207D0EFB" Win64='yes'>
283 814c3e05 humkyung
                <File Id="fil9F98448866AC2226C494BD9810AF69EF" KeyPath="yes" Source=".\Setup\ToggleSwitch.dll" />
284 933dc7f9 humkyung
            </Component>
285
            <Component Id="cmp2B79D8B21752ECF6DF82930454768404" Directory="INSTALLFOLDER" Guid="4DB19C60-1622-41C3-B973-AB1D58693C41" Win64='yes'>
286 87542f92 humkyung
                <File Id="filC5BEFD2EAA8948BAA5384BF4A966EDA5" KeyPath="yes" Source=".\Setup\ZoomAndPan.dll" />
287 933dc7f9 humkyung
            </Component>
288 36ac358e humkyung
            <Component Id="cmp8FBF2BDB3D3B55D95D738AE16D776E91" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="067FD2A4-9164-4898-949A-7EF1F27BD840" Win64='yes'>
289 4da9bfc6 humkyung
                <File Id="filCE89910B4AD60B36118F14BA5A049859" KeyPath="yes" Source=".\Setup\de\Telerik.Windows.Controls.resources.dll" />
290 bab93260 humkyung
            </Component>
291 36ac358e humkyung
            <Component Id="cmp2A3F3E6BA2490D3202F1332C9EC174FB" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="3E60D941-DBE2-472F-BB71-544F5CF588B4" Win64='yes'>
292 4da9bfc6 humkyung
                <File Id="fil5D75AD906A44966046A97C57C4F18833" KeyPath="yes" Source=".\Setup\es\Telerik.Windows.Controls.resources.dll" />
293 bab93260 humkyung
            </Component>
294 36ac358e humkyung
            <Component Id="cmp018DDF4A0C68B7CD2430401924062DB2" Directory="dirB55DFDA91FEE7CCCBC65CA7493B75748" Guid="7D79A805-D7B9-4E0F-885D-356CBB0AE28F" Win64='yes'>
295 4da9bfc6 humkyung
                <File Id="filABD02679788FB3CF55E5561863627EB1" KeyPath="yes" Source=".\Setup\fr\Telerik.Windows.Controls.resources.dll" />
296 bab93260 humkyung
            </Component>
297 36ac358e humkyung
            <Component Id="cmp7C8985562649003E18B234BE73E4B656" Directory="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Guid="F7BE7736-783F-438D-931E-D4B06DD4D0AD" Win64='yes'>
298 4da9bfc6 humkyung
                <File Id="fil2AB10F4CAB8B23469B3F044F6FA6C8FF" KeyPath="yes" Source=".\Setup\it\Telerik.Windows.Controls.resources.dll" />
299 bab93260 humkyung
            </Component>
300 36ac358e humkyung
            <Component Id="cmpF3CF8EE111D7CD9F53555A41C71F46AB" Directory="dirF152986C1E6339E5EF84FD1370841521" Guid="A503D6F2-C5CD-4AF4-8880-792E54E44464" Win64='yes'>
301 4da9bfc6 humkyung
                <File Id="fil9DF62BA15697484B5ADD8F6342B72577" KeyPath="yes" Source=".\Setup\ko\EntityFramework.resources.dll" />
302 bab93260 humkyung
            </Component>
303 36ac358e humkyung
            <Component Id="cmp9D362277309EED1B413C0EC318CDF8D0" Directory="dir2F3D431E0ED26930C4D37E679C7700A1" Guid="447C0CE9-D606-4557-8B59-66182CBD5E67" Win64='yes'>
304 4da9bfc6 humkyung
                <File Id="fil0A3BECBAF1358C0A33D415890487998A" KeyPath="yes" Source=".\Setup\nl\Telerik.Windows.Controls.resources.dll" />
305 bab93260 humkyung
            </Component>
306 36ac358e humkyung
            <Component Id="cmp0CA869F93E8C96460E9DEDDBA02904A3" Directory="dirE562A4656FE03253EA39D17E8127BA05" Guid="EFC4F972-411E-42DB-8F9E-AF5AA092C2EB" Win64='yes'>
307 4da9bfc6 humkyung
                <File Id="filE14203CE7880C200F8EBF2F86DD14C45" KeyPath="yes" Source=".\Setup\tr\Telerik.Windows.Controls.resources.dll" />
308 bab93260 humkyung
            </Component>
309 36ac358e humkyung
            <Component Id="cmpB972CF14E2FE46EF4C27DF8E2A8D8148" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="DD3F9F2D-37DC-4FB1-BA8A-BE7600D0F681" Win64='yes'>
310 4da9bfc6 humkyung
                <File Id="fil6A0332515469DC460F8463EC6A6624A9" KeyPath="yes" Source=".\Setup\tessdata\deu.traineddata" />
311 bab93260 humkyung
            </Component>
312 36ac358e humkyung
            <Component Id="cmp92673DCD3A790F0AE44C8C35A1E2CE7C" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="97CA2A94-A16D-4160-92CC-9917011E793F" Win64='yes'>
313 4da9bfc6 humkyung
                <File Id="fil8A735A93EC1DA3907F32FD0458422B92" KeyPath="yes" Source=".\Setup\tessdata\eng.traineddata" />
314 bab93260 humkyung
            </Component>
315 36ac358e humkyung
            <Component Id="cmp9971145325DD7CCCE8C465A817FDC26A" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="13D63C44-13B4-4FDA-BBE5-811D4086E0B0" Win64='yes'>
316 4da9bfc6 humkyung
                <File Id="filE90E86FD8DB35F24AAC22256077E0AA0" KeyPath="yes" Source=".\Setup\tessdata\fra.traineddata" />
317 bab93260 humkyung
            </Component>
318 36ac358e humkyung
            <Component Id="cmpE2CD3D3C1E99C37D8F73459EBEFD3BA4" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="25B83C3D-915F-40D3-98E9-50F395072392" Win64='yes'>
319 4da9bfc6 humkyung
                <File Id="filFA0821084DD0DB0573FAFB7DB367CDF2" KeyPath="yes" Source=".\Setup\tessdata\spa.traineddata" />
320 f324a940 djkim
            </Component>            
321 e63d5e6d humkyung
            <Component Id="cmp4AAAF23576449894C66F0CD0A34DD81E" Directory="INSTALLFOLDER" Guid="0D279D98-F271-4E6A-BA5E-86619CAEFE4D" Win64='yes'>
322 4da9bfc6 humkyung
                <File Id="filBF3009E800CE3B36AC8E63585FE2117F" KeyPath="yes" Source=".\Setup\Svg2Xaml.dll" />
323 df1ef47c humkyung
            </Component>
324 e63d5e6d humkyung
            <Component Id="cmp096B4B06A37EF2531C9A1122D763E919" Directory="INSTALLFOLDER" Guid="02814047-5201-4CD3-A63B-43E4051BD1F6" Win64='yes'>
325 4da9bfc6 humkyung
                <File Id="fil56681951F589A14F0B808D7D4F936C29" KeyPath="yes" Source=".\Setup\Svg2Xaml.xml" />
326 f324a940 djkim
            </Component>            
327 a7346d3c humkyung
            <Component Id="cmpF5FBD3938B844D06B2BB93F3C8E9735D" Directory="INSTALLFOLDER" Guid="972720D3-9F4E-4115-A867-D428DFFE9C00" Win64='yes'>
328
                <File Id="fil05D02B4AA1454B0BAAB715EC9DC4EA20" KeyPath="yes" Source=".\Setup\log4net.dll" />
329
            </Component>
330
            <Component Id="cmp37D5E19B77924243BEC481CD72D30220" Directory="INSTALLFOLDER" Guid="FA4A1FA4-2393-4D7D-8C07-2012A751E1F5" Win64='yes'>
331
                <File Id="fil075399F2785342059E7C4C2B7872DA85" KeyPath="yes" Source=".\Setup\log4net.xml" />
332
            </Component>
333
            <Component Id="cmpF187B9086CF14C36BDBD3C0DE1C638C3" Directory="INSTALLFOLDER" Guid="89E15C73-8F9B-4308-83EE-B35766DB54D2" Win64='yes'>
334
                <File Id="filE16E5C37CA1646DB833466207DAA438F" KeyPath="yes" Source=".\Setup\System.Data.SQLite.dll" />
335
            </Component>
336 4cc986f1 humkyung
            <Component Id="cmpF187B9086CF14C36BDBA3C0DE1C638C3" Directory="INSTALLFOLDER" Guid="917bcf9e-afe7-40cc-b648-998a805d43eb" Win64='yes'>
337 5aaf27a2 djkim
                <File Id="filE16E5C37CA1646DB833466207DAA138F" KeyPath="yes" Source=".\Setup\System.Data.SQLite.dll.config" />
338
            </Component>
339 a7346d3c humkyung
            <Component Id="cmp23D2D49DF6C44A029D1A2AB241AC5A70" Directory="INSTALLFOLDER" Guid="9879429A-61B9-4EF5-9BB0-2C71A34543AF" Win64='yes'>
340
                <File Id="filEABB54BD3D0148B59040DE16589206A3" KeyPath="yes" Source=".\Setup\System.Data.SQLite.EF6.dll" />
341
            </Component>
342
            <Component Id="cmp068D509157D54D23A542123CE71B5374" Directory="INSTALLFOLDER" Guid="1F5C3864-2808-4315-A408-1E9FDA733621" Win64='yes'>
343
                <File Id="fil89495469897C42868399E2A1D1CE119F" KeyPath="yes" Source=".\Setup\System.Data.SQLite.Linq.dll" />
344
            </Component>
345 4cc986f1 humkyung
            <Component Id="cmp19F6DF8A2ABC78D782D76F1EEC9A5800" Directory="dirCFEC9E4F88644EEEA2E2C3669DAF0201" Guid="C1521B0F-E4EC-4399-89C6-3346D4CA2926" Win64='yes'>
346
              <File Id="filC7EA62E1AC64247AFBE682E8631402B8" KeyPath="yes" Source=".\Setup\x64\SQLite.Interop.dll" />
347
            </Component>
348
            <Component Id="cmp77484AF39EF2F8BD64E876C33A1C3E49" Directory="dirD38EDF1F361B4F099EBE0B9D8968D256" Guid="12C908D5-3BC8-4B61-BEEE-60522A7D6BD9" Win64='yes'>
349
              <File Id="filD2ACACD0EBAF09B1953E9C3793C13C69" KeyPath="yes" Source=".\Setup\x86\SQLite.Interop.dll" />
350
            </Component>
351 897f0ec4 humkyung
            <Component Id="cmpA999CE51CD7441D1ABF8967B4D2C7A9A" Directory="INSTALLFOLDER" Guid="1B9A77C2-1A1C-41A6-8875-A5393AE5AC7A" Win64='yes'>
352
                <File Id="filCB063063508C47CFBA76F059EFC71E72" KeyPath="yes" Source=".\Setup\System.Reactive.dll" />
353
            </Component>
354
            <Component Id="cmpA7D3E561E3C645CAA87BCDA2052CE853" Directory="INSTALLFOLDER" Guid="2DB66F4F-9E7C-4050-BD2A-D9B825C660C0" Win64='yes'>
355
                <File Id="filCB33C867CDE342B6B09DB17464950739" KeyPath="yes" Source=".\Setup\System.Windows.Interactivity.dll" />
356 f324a940 djkim
            </Component>            
357 a2752679 humkyung
            <Component Id="cmpA8E411F92BD54821B9A3CEF8E01BBE63" Directory="MyAppDataFolder" Guid="6BF0D3C5-0684-4E7D-BC53-4CE092A48FFE" Win64='yes'>
358
                <File Id="fil49E6FDC6BDFC49A5AB05A71FB2D3A5AE" KeyPath="yes" Source=".\KCOM\MARKUS.ini" />
359
            </Component>
360 933dc7f9 humkyung
        </ComponentGroup>
361
    </Fragment>
362 b52f789f humkyung
</Wix>
클립보드 이미지 추가 (최대 크기: 500 MB)