프로젝트

일반

사용자정보

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

markus / MARKUS.wxs @ 814c3e05

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

1
<?xml version="1.0" encoding="UTF-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
3
  <Product Id="*" Name="MARKUS" Language="1033" Version="1.0.0.0" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C">
4
    <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
    <WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" />
11
    
12
    <Feature Id="ProductFeature" Title="MARKUS" Level="1">
13
      <ComponentGroupRef Id="MARKUS" />
14
    </Feature>
15
  </Product>
16

    
17
  <Fragment>
18
    <Directory Id="TARGETDIR" Name="SourceDir">
19
      <Directory Id="DesktopFolder" Name="Desktop">
20
        <Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature">
21
          <RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
22
          <Shortcut Id="DesktopShortcut"
23
                    Directory="DesktopFolder"
24
                    Name="MARKUS"
25
                    Description="PDF Markup Tool"
26
                    Target="[INSTALLFOLDER]KCOM.exe"
27
                    WorkingDirectory="INSTALLFOLDER" />
28
          <RemoveFolder Id="DesktopFolder" On="uninstall"/>
29
        </Component>
30
      </Directory>
31
      
32
      <Directory Id="ProgramFiles64Folder">
33
        <Directory Id="COMPANYFOLDER" Name="DOFTECH">
34
          <Directory Id="INSTALLFOLDER" Name="MARKUS" />
35
        </Directory>
36
      </Directory>  
37
    </Directory>
38
    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
39
    <UIRef Id="WixUI_InstallDir"/>
40
    
41
    <UI>
42
      <Publish Dialog="ExitDialog" 
43
        Control="Finish" 
44
        Event="DoAction" 
45
        Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed
46
      </Publish>
47
    </UI>
48
    <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch MARKUS" />
49
    <Property Id="WixShellExecTarget" Value="[INSTALLFOLDER]KCOM.exe" />
50
    <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
51
  </Fragment>
52

    
53
  <Fragment>
54
    <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
55
      <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. -->
56
      <!-- <Component Id="ProductComponent"> -->
57
        <!-- TODO: Insert files, registry keys, and other resources here. -->
58
      <!-- </Component> -->
59
    </ComponentGroup>
60
  </Fragment>
61
  
62
    <Fragment>
63
        <DirectoryRef Id="INSTALLFOLDER" />
64
    </Fragment>
65
    <Fragment>
66
        <ComponentGroup Id="MARKUS">
67
            <Component Id="cmpCC866C67D0ACDB0EBE26789908374F45" Directory="INSTALLFOLDER" Guid="F6CF8A7C-00AA-4B45-ADD4-F3DA249D8E64" Win64='yes'>
68
                <File Id="fil4A00EA3A4A830EE9C257BEC8A7AA9E1A" KeyPath="yes" Source=".\Setup\Bytescout.PDFExtractor.dll" />
69
            </Component>
70
            <Component Id="cmp25D995530710C8C386E94FD45CF48079" Directory="INSTALLFOLDER" Guid="F42D5123-8467-49D5-9B23-B6E2F94A1DB2" Win64='yes'>
71
                <File Id="fil8FE9B2B8DE4E517EC09CDEB3CD125199" KeyPath="yes" Source=".\Setup\Bytescout.PDFExtractor.OCRExtension.dll" />
72
            </Component>
73
            <Component Id="cmp0BFABD100B4065787B40AA6B05938DF7" Directory="INSTALLFOLDER" Guid="47BCF3AA-F366-4D2F-AC85-4F08EF19297A" Win64='yes'>
74
                <File Id="fil1D38723F4A034EDE78B6A3B94EFB99F2" KeyPath="yes" Source=".\Setup\EntityFramework.dll" />
75
            </Component>
76
            <Component Id="cmp6CF5CB56E3583D0EBD44D2BB10A62A27" Directory="INSTALLFOLDER" Guid="E0007A37-1DBD-49F4-B24B-D758C1209839" Win64='yes'>
77
                <File Id="filD3369B082D009ADB833B8DD9F589E45E" KeyPath="yes" Source=".\Setup\EntityFramework.xml" />
78
            </Component>
79
            <Component Id="cmpEFC8E4FEAD65C6F8432B4EB578EBEA5F" Directory="INSTALLFOLDER" Guid="DC38EC4A-2587-418E-BDB8-5031B21CFD8D" Win64='yes'>
80
                <File Id="filD04D74C9E941CA5FA1661C44EBD7C811" KeyPath="yes" Source=".\Setup\IFinalPDF.dll" />
81
            </Component>
82
            <Component Id="cmpA415203DE9EF9D193E74C69FE81234D3" Directory="INSTALLFOLDER" Guid="D988FC9F-EEBB-4DA9-BDA2-46B926576509" Win64='yes'>
83
                <File Id="fil83609071B2AD8A06678837154646C3FB" KeyPath="yes" Source=".\Setup\IKCOM.dll" />
84
            </Component>
85
            <Component Id="cmp1DE0B23F7942D4E47B62522F774F3C76" Directory="INSTALLFOLDER" Guid="A6489D0B-4E42-4F64-B34E-410A0A6A4DCC" Win64='yes'>
86
                <File Id="filF35DB5A41DFF81B0642F8FCBC3DFB906" KeyPath="yes" Source=".\Setup\itextsharp.dll" />
87
            </Component>
88
            <Component Id="cmp93004A2A70CA6CC5550444DB6A0BB24B" Directory="INSTALLFOLDER" Guid="C100266E-38BC-48D0-A690-F4C02D0E35C5" Win64='yes'>
89
                <File Id="fil718E22AC4914F03FC39F7293CDC8C672" KeyPath="yes" Source=".\Setup\itextsharp.xml" />
90
            </Component>
91
            <Component Id="cmp9DBCA795D932AB083234E0DAEF7CCCC5" Directory="INSTALLFOLDER" Guid="204BC3E0-DAC5-4467-B490-47964D9A7A25" Win64='yes'>
92
                <File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source=".\Setup\KCOM.exe" />
93
            </Component>
94
            <Component Id="cmp008EC7C4B15BA79DEC806A9852526EF9" Directory="INSTALLFOLDER" Guid="B4829BEF-7376-4039-8E1D-8A46D257F4AF" Win64='yes'>
95
                <File Id="filD7A7D725F3C20E26B1A149EAABD9323C" KeyPath="yes" Source=".\Setup\KCOM.exe.config" />
96
            </Component>
97
            <Component Id="cmp7752819596C3476DB4E5F7A60F8FE644" Directory="INSTALLFOLDER" Guid="04E50F42-40E2-4DAE-A14E-6C966A6D1813" Win64='yes'>
98
                <File Id="filFF54F68C528A4A959268781594F5D596" KeyPath="yes" Source=".\Setup\SmartUpdate.exe" />
99
            </Component>
100
            <Component Id="cmp969D915ED42B411BA95424C403A6A841" Directory="INSTALLFOLDER" Guid="7EA8712F-DF55-4892-BFDF-AEAE4BB24E25" Win64='yes'>
101
                <File Id="filDF23C3351DE043E29012E797F541D0F4" KeyPath="yes" Source=".\Setup\SmartUpdate.exe.config" />
102
            </Component>
103
            <Component Id="cmp40B0E7C91C025AAEEF1F0DEC51A66549" Directory="INSTALLFOLDER" Guid="471A4642-5A10-49EB-A77A-CF5C821BA1F1" Win64='yes'>
104
                <File Id="filF60CE67197837613CD57BE23CB07368E" KeyPath="yes" Source=".\Setup\KCOMDataModel.dll" />
105
            </Component>
106
            <Component Id="cmpEE8E531D52E746388211D454A7B652CD" Directory="INSTALLFOLDER" Guid="BF70CAD3-28DF-44F2-95DC-F9ECDFA33BC9" Win64='yes'>
107
                <File Id="filF33A63AB801D7E78849A4330E53EBD7B" KeyPath="yes" Source=".\Setup\KCOMDataModel.dll.config" />
108
            </Component>
109
            <Component Id="cmp316D71449D1179AA4417269E1EAAA3EB" Directory="INSTALLFOLDER" Guid="9FB3D1D9-78C0-496A-A376-1416C5297777" Win64='yes'>
110
                <File Id="fil8B3900D02D27C2FC1AFCD717FC2CC444" KeyPath="yes" Source=".\Setup\KCOM_API.dll.config" />
111
            </Component>
112
            <Component Id="cmpE740A4B2949399F46CCA8DB839158E5E" Directory="INSTALLFOLDER" Guid="321CD0FC-BB5E-468A-8082-1CB316147320" Win64='yes'>
113
                <File Id="filC75B35C59B7A51E5F8622BEFC6DA9B9C" KeyPath="yes" Source=".\Setup\Leadtools.Controls.Wpf.dll" />
114
            </Component>
115
            <Component Id="cmpA8DE4DA3395B5F5BF03338111DF09E8C" Directory="INSTALLFOLDER" Guid="0F5765D3-D57D-4B3E-AC82-C3F2000A796B" Win64='yes'>
116
                <File Id="fil67EBE1A3A060DD9659E2520F8EC39EB6" KeyPath="yes" Source=".\Setup\Leadtools.Forms.DocumentWriters.xml" />
117
            </Component>
118
            <Component Id="cmp71E5C0997194E5D4F731DF66DC87EAA0" Directory="INSTALLFOLDER" Guid="101835D6-A6B5-4D90-ACC5-BCC03AAC630A" Win64='yes'>
119
                <File Id="fil9B3182F965556BDCC8272E3AAA5E577F" KeyPath="yes" Source=".\Setup\Leadtools.ImageProcessing.SpecialEffects.dll" />
120
            </Component>
121
            <Component Id="cmp114A50E4842DBAF78A7D95A17045C4F4" Directory="INSTALLFOLDER" Guid="3051B818-C3D4-4E9B-B544-4993A16FD37C" Win64='yes'>
122
                <File Id="fil778A297D777C3F38FB07D37A705A1BCF" KeyPath="yes" Source=".\Setup\Leadtools.ImageProcessing.SpecialEffects.xml" />
123
            </Component>
124
            <Component Id="cmpC4AF66DDE0416D0A782FA007EFD0E049" Directory="INSTALLFOLDER" Guid="37E41856-C663-4181-84A6-381269102DEA" Win64='yes'>
125
                <File Id="filA232FB0952BCA954DD5279A4E23DBB0C" KeyPath="yes" Source=".\Setup\Leadtools.Windows.Controls.dll" />
126
            </Component>
127
            <Component Id="cmpBC6ECA696EFF94E693CF801ADA747C17" Directory="INSTALLFOLDER" Guid="AFAFB04F-AAAA-4506-ADEF-EB4F86292BC1" Win64='yes'>
128
                <File Id="filC0483C0F036279AE7EF0242104CFCD51" KeyPath="yes" Source=".\Setup\Leadtools.Windows.Media.dll" />
129
            </Component>
130
            <Component Id="cmpAD23B1B69BE99E91560732A5B62E2F2E" Directory="INSTALLFOLDER" Guid="5E67969B-5086-4722-8ED8-D26575E582AE" Win64='yes'>
131
                <File Id="filDD5AE854447CCFCF2FCD260AA5ACDFC0" KeyPath="yes" Source=".\Setup\Leadtools.Windows.Media.Effects.dll" />
132
            </Component>
133
            <Component Id="cmpAE30C534A889C894CC71402B2C837B37" Directory="INSTALLFOLDER" Guid="42ED661C-7A7D-41C7-BEF4-445F47138251" Win64='yes'>
134
                <File Id="fil983DF49730C8CF2E6A8B17702E0E0A81" KeyPath="yes" Source=".\Setup\Leadtools.Windows.Media.Effects.xml" />
135
            </Component>
136
            <Component Id="cmpE1D273F5D88DE886044843C4BDF39637" Directory="INSTALLFOLDER" Guid="6B1E37C1-6EC1-43D0-915D-8F22FFA5A134" Win64='yes'>
137
                <File Id="filE6BEC1E984B57FE3E6492F820A76EDBE" KeyPath="yes" Source=".\Setup\Leadtools.Windows.Media.TransitionBase.dll" />
138
            </Component>
139
            <Component Id="cmp294F1741605B818E414B341C59507561" Directory="INSTALLFOLDER" Guid="7F9EC631-63DE-412B-B39D-512F2B71012E" Win64='yes'>
140
                <File Id="fil5BB5CFFC2357E4DD91CF638E717A4007" KeyPath="yes" Source=".\Setup\Magick.NET-x64.dll" />
141
            </Component>
142
            <Component Id="cmp703E4E2EE9A399852FB7347D5455B9E5" Directory="INSTALLFOLDER" Guid="13C69E21-8EB4-4E56-B864-7E7FED9269E1" Win64='yes'>
143
                <File Id="fil060224841CD08C2C240F56FDE8DEE913" KeyPath="yes" Source=".\Setup\Magick.NET-x64.xml" />
144
            </Component>
145
            <Component Id="cmp8EDA5BC82452E2FBA9D15203B313D2BE" Directory="INSTALLFOLDER" Guid="D51CCDA3-10CA-4B6A-B4DC-95FB0E9FE473" Win64='yes'>
146
                <File Id="fil4A3468AE471AC5FA1CF3205E4B3A5C81" KeyPath="yes" Source=".\Setup\Magick.NET.Core.dll" />
147
            </Component>
148
            <Component Id="cmp6C747A862C160D0CBA162B4CB208EE4D" Directory="INSTALLFOLDER" Guid="ABD42F88-FF05-44E1-9EE2-0E49EC269118" Win64='yes'>
149
                <File Id="fil891F5B4C90A9344DDA35287F7699475F" KeyPath="yes" Source=".\Setup\Magick.NET.Core.xml" />
150
            </Component>
151
            <Component Id="cmpB070C085D8EC06CADA154AF5FD66846B" Directory="INSTALLFOLDER" Guid="42FAF6E9-A4DD-4906-8095-D9743B647C51" Win64='yes'>
152
                <File Id="filF24B4CBAAFC840DE6A8CCF7957055D33" KeyPath="yes" Source=".\Setup\Magick.NET.Wrapper-x64.dll" />
153
            </Component>
154
            <Component Id="cmp79801E85223A1B70BD8665901C60331E" Directory="INSTALLFOLDER" Guid="C3341576-C595-4E54-BC6A-337A6937F7E6" Win64='yes'>
155
                <File Id="fil1438287DB64A9B932B6E37AA58DA9872" KeyPath="yes" Source=".\Setup\Magick.NET.Wrapper-x64.xml" />
156
            </Component>
157
            <Component Id="cmpFE0047A5420B60BC9070B49ED04A3DF7" Directory="INSTALLFOLDER" Guid="92A19E1A-AD00-40EE-9194-1140097E3D0D" Win64='yes'>
158
                <File Id="filDB2B5EE0EF352042DCB528551CFF336A" KeyPath="yes" Source=".\Setup\MarkupToPDF.dll" />
159
            </Component>
160
            <Component Id="cmpBF387E9588F2B8473B629AAB925D2239" Directory="INSTALLFOLDER" Guid="D65A7FBC-F1DE-4031-97A3-B99E215B3C70" Win64='yes'>
161
                <File Id="fil3BBE868726AE8A4E2066B45DD738F0E3" KeyPath="yes" Source=".\Setup\MarkupToPDF.dll.config" />
162
            </Component>
163
            <Component Id="cmp2B9822AB4FE29C97D7C74389B67E3A7B" Directory="INSTALLFOLDER" Guid="EA07BB02-ED13-4A69-93E0-B4CE0833B27D" Win64='yes'>
164
                <File Id="filD10FADEA0033B1FF9119AD86377B6DFB" KeyPath="yes" Source=".\Setup\Microsoft.AspNet.SignalR.Client.dll" />
165
            </Component>
166
            <Component Id="cmp601B3BD81B5071744666A47E821CCDD1" Directory="INSTALLFOLDER" Guid="3FD119D8-FE0C-4C65-824E-107E25AF8B00" Win64='yes'>
167
                <File Id="fil4F8D22903F1C540154297E75E8066C41" KeyPath="yes" Source=".\Setup\Microsoft.AspNet.SignalR.Client.xml" />
168
            </Component>
169
            <Component Id="cmp227B2F253D6CB8A27087F47F70A62459" Directory="INSTALLFOLDER" Guid="D6BC83C1-C841-4BF6-89FF-5677B1AE8B09" Win64='yes'>
170
                <File Id="filB5261509ADB8E7D2D70A1C67DCA37876" KeyPath="yes" Source=".\Setup\Microsoft.Expression.Interactions.dll" />
171
            </Component>
172
            <Component Id="cmpC2107C307F76E546D2A4A5EAD4DA36D7" Directory="INSTALLFOLDER" Guid="D6643927-25B3-4ED4-B890-84CE3D9EDB07" Win64='yes'>
173
                <File Id="filBA11534FF762BA52842645F853FD1935" KeyPath="yes" Source=".\Setup\Microsoft.Expression.Interactions.xml" />
174
            </Component>
175
            <Component Id="cmp8D70D98B32C8F908DD58C5F06708F289" Directory="INSTALLFOLDER" Guid="E062FD1B-A2C7-4DAE-B5F7-6DB797F4A6CA" Win64='yes'>
176
                <File Id="fil65C3764DFEF4B816AA91E646D63059C1" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.dll" />
177
            </Component>
178
            <Component Id="cmp1DFBDA5C3F28C07C3DEBDDBAE7F78802" Directory="INSTALLFOLDER" Guid="0244B3F6-694F-4D60-BAFB-08D0ABF12738" Win64='yes'>
179
                <File Id="fil88E67E79EF1C4E174E3CA55C79D438EF" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
180
            </Component>
181
            <Component Id="cmp1CEBF83F44FBF4E54F6836267184EBCB" Directory="INSTALLFOLDER" Guid="AC2BADB9-D7D3-4DFF-93F4-60BAFF9B6946" Win64='yes'>
182
                <File Id="fil73DE8E4573C49C252AF9BBEB750C3371" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.Desktop.xml" />
183
            </Component>
184
            <Component Id="cmp2BD2CA101B27AF1371B06F4F15D95F9B" Directory="INSTALLFOLDER" Guid="A88C22F8-D166-429A-9BBF-C61374C3C768" Win64='yes'>
185
                <File Id="fil477B767EE43BD465EE01C8F343860270" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.dll" />
186
            </Component>
187
            <Component Id="cmpF17FF2B4A4721FA24BEFA74C0309A2F1" Directory="INSTALLFOLDER" Guid="99FD7363-1B2E-4FD1-A8C9-3DAD72508122" Win64='yes'>
188
                <File Id="fil34823D88AB36900C40AB3A8E7D4BD88A" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.Extensions.xml" />
189
            </Component>
190
            <Component Id="cmp70F570FFEF73490225CDC4144CEC292F" Directory="INSTALLFOLDER" Guid="2F862469-B791-465A-B6DA-40CAF1AE0696" Win64='yes'>
191
                <File Id="fil8DFD77FF75A79420C9E864EAFB8BD4C3" KeyPath="yes" Source=".\Setup\Microsoft.Threading.Tasks.xml" />
192
            </Component>
193
            <Component Id="cmpBC4FC00A26E7D32479D42D3411317FC5" Directory="INSTALLFOLDER" Guid="66675814-6C27-4B75-837F-12218179C428" Win64='yes'>
194
                <File Id="fil90A8AAD9FC612906D405476D61CEA3F4" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.dll" />
195
            </Component>
196
            <Component Id="cmp125C379E185231EFADA4CB4301BD0A9E" Directory="INSTALLFOLDER" Guid="876DA7E8-ED43-4C22-B6E9-9FB423B79821" Win64='yes'>
197
                <File Id="fil3A2F44A7730E98D18E0948B3261DFABD" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.xml" />
198
            </Component>
199
            <Component Id="cmpFF270796B5ECFDCA6FBC9A5B42997622" Directory="INSTALLFOLDER" Guid="FA963F20-F161-487C-A16F-9E22ABD93A2D" Win64='yes'>
200
                <File Id="filF3FD1E724D473C5E4FDE0C01A7C08ABB" KeyPath="yes" Source=".\Setup\OpenCvSharp.dll" />
201
            </Component>
202
            <Component Id="cmp3130C45B39F42CB4532BE4BED6757D8E" Directory="INSTALLFOLDER" Guid="8CE98AB2-72D3-4892-A172-E569D580E77D" Win64='yes'>
203
                <File Id="fil8E43F874782D05A015D5858F55C06DCC" KeyPath="yes" Source=".\Setup\OpenCvSharp.xml" />
204
            </Component>
205
            <Component Id="cmp82162AA35E4D78F0F145A3CCC93A196B" Directory="INSTALLFOLDER" Guid="C2BCCC3F-1013-40C8-88B2-E0EBC143ED13" Win64='yes'>
206
                <File Id="fil30E1423B0A61DF08B361E12C1768FD64" KeyPath="yes" Source=".\Setup\PDFNet.dll" />
207
            </Component>
208
            <Component Id="cmp43571D5B3C98C620B91CFB722AB036A9" Directory="INSTALLFOLDER" Guid="A3528BD7-DF0A-4334-8BF7-75FCC2328A63" Win64='yes'>
209
                <File Id="fil25C6F19EFB20FE77CA17650F918CB561" KeyPath="yes" Source=".\Setup\RestSharp.dll" />
210
            </Component>
211
            <Component Id="cmpA07E47E90BE78F39DC836350A272AD7E" Directory="INSTALLFOLDER" Guid="175CE52D-477A-4E45-8C62-A3EAFCE48F83" Win64='yes'>
212
                <File Id="filFC40DFE58E4E3410234192A7B56EE5DA" KeyPath="yes" Source=".\Setup\RestSharp.xml" />
213
            </Component>
214
            <Component Id="cmp0B7DCF3BDD5BA1BE346BED244739B409" Directory="INSTALLFOLDER" Guid="F76B9108-0696-4D5C-B5B4-DD96699B00F6" Win64='yes'>
215
                <File Id="filC9EC0B08804939F9B02B006B7F740330" KeyPath="yes" Source=".\Setup\Rxx.dll" />
216
            </Component>
217
            <Component Id="cmp4D703F4F9E22020603CAD20F8A6732D6" Directory="INSTALLFOLDER" Guid="993A7FCB-02EC-41DD-B6FB-7F695EF442F5" Win64='yes'>
218
                <File Id="fil443D417F48D98C2F0BF916AD1A5F7E73" KeyPath="yes" Source=".\Setup\Rxx.xml" />
219
            </Component>
220
            <Component Id="cmp06E205989506C503C7B11F6FE4B449C6" Directory="INSTALLFOLDER" Guid="613A366C-0DF9-4F8B-80E9-37A8D37A0BC5" Win64='yes'>
221
                <File Id="fil1585A04883FF89B289FC2454E8EDC783" KeyPath="yes" Source=".\Setup\System.IO.dll" />
222
            </Component>
223
            <Component Id="cmp29F939233941398174AE650F10917EE2" Directory="INSTALLFOLDER" Guid="C00CC9F9-5296-4CD4-BC7B-1B363643E188" Win64='yes'>
224
                <File Id="fil60F9BEFA23716E87B5A5BBE1A9D95798" KeyPath="yes" Source=".\Setup\System.IO.xml" />
225
            </Component>
226
            <Component Id="cmpBA5ABAFBBC1B2CC2232B3287ABE89965" Directory="INSTALLFOLDER" Guid="A9DD617E-B4DD-41A9-BEE0-2D1FB4F24949" Win64='yes'>
227
                <File Id="fil7D48B04FDEE4653060C375A94010A762" KeyPath="yes" Source=".\Setup\System.Net.Http.dll" />
228
            </Component>
229
            <Component Id="cmp797F8DC3A63E0E850FE46EF921C60A2B" Directory="INSTALLFOLDER" Guid="CEF3B274-0D7E-4990-8DF0-94FB5ED36741" Win64='yes'>
230
                <File Id="fil97977DF0056BA3A8A7A4420F0D93914C" KeyPath="yes" Source=".\Setup\System.Net.Http.Extensions.dll" />
231
            </Component>
232
            <Component Id="cmp0D2E91AD62C787ED248697FDA0E57000" Directory="INSTALLFOLDER" Guid="059BB4C4-25E3-412A-8637-BAED53B32293" Win64='yes'>
233
                <File Id="fil63427980B3C5601FBA6D65443811B065" KeyPath="yes" Source=".\Setup\System.Net.Http.Extensions.xml" />
234
            </Component>
235
            <Component Id="cmp862AFB170C95C2950115AF83949F8EBE" Directory="INSTALLFOLDER" Guid="0CCC41D2-7BE7-4839-8D43-69FAD94EDA8C" Win64='yes'>
236
                <File Id="filC6DC735FD1B63B9AA5507BA3585A39FB" KeyPath="yes" Source=".\Setup\System.Net.Http.Primitives.dll" />
237
            </Component>
238
            <Component Id="cmp992BC94250D724817C545305DCD23D33" Directory="INSTALLFOLDER" Guid="27EB3DD3-39EE-4C81-9F6E-2B23BD785F92" Win64='yes'>
239
                <File Id="fil2AE0627785D66C2CAC0B4DFB63B317C2" KeyPath="yes" Source=".\Setup\System.Net.Http.Primitives.xml" />
240
            </Component>
241
            <Component Id="cmp5CBF91F07AFC195A7A5B6006DE491FFF" Directory="INSTALLFOLDER" Guid="EEE14C1D-05D2-441F-AE9C-F0B2B0D75213" Win64='yes'>
242
                <File Id="filDA6A662B79BB9F3A75FFF1382B78F6E7" KeyPath="yes" Source=".\Setup\System.Net.Http.WebRequest.dll" />
243
            </Component>
244
            <Component Id="cmpAC7F14E01CF7B0339BC7498B004EAB5A" Directory="INSTALLFOLDER" Guid="6D9A39D8-76A2-4C40-B8C2-6240C9E078C9" Win64='yes'>
245
                <File Id="filEEA458C8C389DFCE095A6EDEDB33304D" KeyPath="yes" Source=".\Setup\System.Net.Http.WebRequest.xml" />
246
            </Component>
247
            <Component Id="cmp42DCC6F5718EE9E99FD27D6EC4DC8B65" Directory="INSTALLFOLDER" Guid="96466CBC-9DD0-45FF-9D8F-727BDDB69766" Win64='yes'>
248
                <File Id="filBEC8D8E145CC6BF308933B7C61B08E0A" KeyPath="yes" Source=".\Setup\System.Net.Http.xml" />
249
            </Component>
250
            <Component Id="cmp8E100A18327D40D73A207E32DC2A5DF7" Directory="INSTALLFOLDER" Guid="E1D9DE2B-E212-41F1-8F2A-EC3F94EC6692" Win64='yes'>
251
                <File Id="fil3EB43006AD1D6A442A5059D2602A1B16" KeyPath="yes" Source=".\Setup\System.Reactive.dll" />
252
            </Component>
253
            <Component Id="cmp1CACC900AE8CC42B7DCC354D1408B638" Directory="INSTALLFOLDER" Guid="AD426E24-8039-4353-971E-942F6D9076A5" Win64='yes'>
254
                <File Id="filC84B08004410A279F837F55580C0500F" KeyPath="yes" Source=".\Setup\System.Reactive.xml" />
255
            </Component>
256
            <Component Id="cmp5535623A0957F12A580F2E0AE9AB7F24" Directory="INSTALLFOLDER" Guid="21F2B256-45FC-4A7B-804C-6BAEB3DA51A4" Win64='yes'>
257
                <File Id="fil1F7505072F9E81ACFDD7E6910787823E" KeyPath="yes" Source=".\Setup\System.Runtime.dll" />
258
            </Component>
259
            <Component Id="cmp069F536DD65148B9E0DADDF7F860B86D" Directory="INSTALLFOLDER" Guid="71773BCB-4356-444A-852D-68EDC7A78E90" Win64='yes'>
260
                <File Id="fil6366DF6D9D8AF01E24128E6663573FDA" KeyPath="yes" Source=".\Setup\System.Runtime.xml" />
261
            </Component>
262
            <Component Id="cmp174FEA916F072AFEF2DC68827B08C208" Directory="INSTALLFOLDER" Guid="1162E508-2BE4-4878-918C-1CF91FC6B0A8" Win64='yes'>
263
                <File Id="fil7F3C8D53605A91C20728F321E6100DC4" KeyPath="yes" Source=".\Setup\System.Threading.Tasks.dll" />
264
            </Component>
265
            <Component Id="cmpE2022A5DDEE4638DF06043143814CE16" Directory="INSTALLFOLDER" Guid="D46F37F8-FAC1-4F8B-ABB3-51EBB674168F" Win64='yes'>
266
                <File Id="fil1E7D5F59F3BB9AD60650D47B9BE37AAF" KeyPath="yes" Source=".\Setup\System.Threading.Tasks.xml" />
267
            </Component>
268
            <Component Id="cmp017BFB3832A5B110A2B3A350E13F2A5C" Directory="INSTALLFOLDER" Guid="B2E645A2-323F-4CF3-B147-ECC22611B7FA" Win64='yes'>
269
                <File Id="fil17E34524E8398461D615894C92558FE9" KeyPath="yes" Source=".\Setup\System.Windows.Interactivity.dll" />
270
            </Component>
271
            <Component Id="cmp278E62245C5B0A0B8A6A38F03AFAF157" Directory="INSTALLFOLDER" Guid="33BE9859-5501-4676-9E78-91FEFAECC4BD" Win64='yes'>
272
                <File Id="fil79CEBF2A3B2604BFFEE54F9D75DFEB94" KeyPath="yes" Source=".\Setup\System.Windows.Interactivity.xml" />
273
            </Component>
274
            <Component Id="cmp11C8820ECB0CB2D86F64F2996509DCA7" Directory="INSTALLFOLDER" Guid="10446EB8-93B1-499B-B740-48B67E18C8EE" Win64='yes'>
275
                <File Id="fil634B1A249B0D62C150EFB286C2C91A46" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.dll" />
276
            </Component>
277
            <Component Id="cmpAF56AE510EB3BDF893C5B06C6ABA7BDD" Directory="INSTALLFOLDER" Guid="31517AA7-FF5B-47AF-A585-D23EFD75C1F6" Win64='yes'>
278
                <File Id="filF728404062A49EA67C9D8FE3BBE0E898" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.Docking.dll" />
279
            </Component>
280
            <Component Id="cmp21BF690CF842B5194CB2028F73189055" Directory="INSTALLFOLDER" Guid="2D9F9627-560D-405C-B008-841034AD2A49" Win64='yes'>
281
                <File Id="fil266D83FF68961E612507118F431810F7" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.GridView.dll" />
282
            </Component>
283
            <Component Id="cmp4CBD77EFA337CFC3401C374F65E29BAA" Directory="INSTALLFOLDER" Guid="BE75CF50-CAA4-47B1-8D37-0D3C18912AF5" Win64='yes'>
284
                <File Id="fil3DF9298853D1D63F2B5664B24979D0E0" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.Input.dll" />
285
            </Component>
286
            <Component Id="cmpBBA2EA4FDA3C5AA2693FAC9589038964" Directory="INSTALLFOLDER" Guid="6C3C743A-B83B-4B8E-8454-A03C91C7F789" Win64='yes'>
287
                <File Id="filDC3BAC1BF9BBD0564415BD06BEEE0135" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.Navigation.dll" />
288
            </Component>
289
            <Component Id="cmpBF5C0D6200AF06B163C4D15C43D1664D" Directory="INSTALLFOLDER" Guid="F84B084E-331D-4BE1-A479-0A9FE0515B86" Win64='yes'>
290
                <File Id="filF79E0D2ADE14C7A2E11C65C296BC40BF" KeyPath="yes" Source=".\Setup\Telerik.Windows.Controls.RibbonView.dll" />
291
            </Component>
292
            <Component Id="cmp92AE6AD1C56764FC0C2F256343677A9F" Directory="INSTALLFOLDER" Guid="C727A92F-1EB1-4975-9546-19EEB5B859DC" Win64='yes'>
293
                <File Id="filD747EE49E2E0D8A06187AA226FF1C561" KeyPath="yes" Source=".\Setup\Telerik.Windows.Data.dll" />
294
            </Component>
295
            <Component Id="cmpD4F96F8456CA51A0505F7EC4B9879DD3" Directory="INSTALLFOLDER" Guid="CF5EDC61-16A3-4C5B-828D-686DF687A4D0" Win64='yes'>
296
                <File Id="fil3BD41897DF05C8AF141EB84E9B234F25" KeyPath="yes" Source=".\Setup\Telerik.Windows.Themes.Office2016.dll" />
297
            </Component>
298
            <Component Id="cmpCD235197A0E4A6BCD3DEB46A5728EB4F" Directory="INSTALLFOLDER" Guid="2374F5C7-960C-427B-A0F1-800E4B830DBB" Win64='yes'>
299
                <File Id="fil0E4AE6C9555A11AC8411AE8BE6530CDA" KeyPath="yes" Source=".\Setup\Telerik.Windows.Themes.VisualStudio2013.dll" />
300
            </Component>
301
            <Component Id="cmpD66161B22C8DDFE193762CF8D0B49773" Directory="INSTALLFOLDER" Guid="98601B23-FE51-47A2-B501-76F0A7D87349" Win64='yes'>
302
                <File Id="fil1C2BE90F452AF1252F563498E0387BF2" KeyPath="yes" Source=".\Setup\Telerik.Windows.Themes.Windows8.dll" />
303
            </Component>
304
            <Component Id="cmp7F07F6231918203727082BB6A28CC75F" Directory="INSTALLFOLDER" Guid="22FE42A1-8651-460D-B867-67E1CC2FC670" Win64='yes'>
305
                <File Id="fil3E19A0F06927704B530947F360809AD8" KeyPath="yes" Source=".\Setup\Telerik.Windows.Zip.dll" />
306
            </Component>
307
            <Component Id="cmpFF91FE36548D6FA9C8D0DC80206BE1EF" Directory="INSTALLFOLDER" Guid="C478F137-DD9A-4628-A07B-8CAFF92BA681" Win64='yes'>
308
                <File Id="fil898D8F5BF92067A65BDD539092A9A061" KeyPath="yes" Source=".\Setup\Telerik.Windows.Zip.xml" />
309
            </Component>
310
            <Component Id="cmp0514F1BB70C8ECCFF44A0A355A53441B" Directory="INSTALLFOLDER" Guid="F82992EC-E1EA-4C1A-92D7-388D207D0EFB" Win64='yes'>
311
                <File Id="fil9F98448866AC2226C494BD9810AF69EF" KeyPath="yes" Source=".\Setup\ToggleSwitch.dll" />
312
            </Component>
313
            <Component Id="cmp2B79D8B21752ECF6DF82930454768404" Directory="INSTALLFOLDER" Guid="4DB19C60-1622-41C3-B973-AB1D58693C41" Win64='yes'>
314
                <File Id="filC5BEFD2EAA8948BAA5384BF4A966EDA5" KeyPath="yes" Source=".\Setup\ZoomAndPan.dll" />
315
            </Component>
316
        </ComponentGroup>
317
    </Fragment>
318
</Wix>
클립보드 이미지 추가 (최대 크기: 500 MB)