markus / MARKUS.wxs @ cda7efcc
이력 | 보기 | 이력해설 | 다운로드 (27.7 KB)
1 | 401c6836 | djkim | <?xml version="1.0" encoding="UTF-8"?> |
---|---|---|---|
2 | <?define NetFx461MinRelease = 394254 ?> |
||
3 | 47759f8d | 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"> |
4 | d08d786b | humkyung | <?define SourceDir=".\Publish"?> |
5 | 5e362f2d | humkyung | <Product Id="*" Name="MARKUS" Language="1033" Version="{VERSION}" Manufacturer="DOFTECH(C)" UpgradeCode="83FC35CA-6B7D-40C3-9D5F-E8F76097B25C"> |
6 | 933dc7f9 | humkyung | <Package Platform="x64" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> |
7 | |||
8 | 80283d8f | taeseongkim | <MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." AllowSameVersionUpgrades="yes" /> |
9 | <MediaTemplate EmbedCab="yes" /> |
||
10 | 47759f8d | taeseongkim | |
11 | 933dc7f9 | humkyung | <WixVariable Id="WixUILicenseRtf" Value="license.rtf" /> |
12 | 47759f8d | taeseongkim | <WixVariable Id="WixUIBannerBmp" Value="DOFTECH_LOGO.bmp" /> |
13 | |||
14 | 933dc7f9 | humkyung | <Feature Id="ProductFeature" Title="MARKUS" Level="1"> |
15 | <ComponentGroupRef Id="MARKUS" /> |
||
16 | 47759f8d | taeseongkim | </Feature> |
17 | </Product> |
||
18 | 933dc7f9 | humkyung | <Fragment> |
19 | <Directory Id="TARGETDIR" Name="SourceDir"> |
||
20 | <Directory Id="DesktopFolder" Name="Desktop"> |
||
21 | 80283d8f | taeseongkim | <Component Id="DesktopShortcut" Guid="DF06024A-95FE-43E2-BDF2-7C686EAF391F" Feature="ProductFeature" Win64="yes"> |
22 | 47759f8d | taeseongkim | <RegistryValue Root="HKCU" Key="Software\DOFTECH\MARKUS" Name="installed" Type="integer" Value="1" KeyPath="yes" /> |
23 | 80283d8f | taeseongkim | <RemoveFolder Id="DesktopFolder" On="uninstall" /> |
24 | 933dc7f9 | humkyung | </Component> |
25 | </Directory> |
||
26 | 47759f8d | taeseongkim | |
27 | 933dc7f9 | humkyung | <Directory Id="ProgramFiles64Folder"> |
28 | <Directory Id="COMPANYFOLDER" Name="DOFTECH"> |
||
29 | <Directory Id="INSTALLFOLDER" Name="MARKUS" /> |
||
30 | </Directory> |
||
31 | 47759f8d | taeseongkim | </Directory> |
32 | </Directory> |
||
33 | 933dc7f9 | humkyung | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" /> |
34 | 401c6836 | djkim | <UI> |
35 | 47759f8d | taeseongkim | <UIRef Id="WixUI_InstallDir" /> |
36 | <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg" Order="2">1</Publish> |
||
37 | <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg" Order="2">1</Publish> |
||
38 | <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="SetupFX"> |
||
39 | WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed and NOT WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED |
||
40 | </Publish> |
||
41 | </UI> |
||
42 | <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOX" Value="1" /> |
||
43 | <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Install .Net Framework 4.6.1" /> |
||
44 | 85d04550 | taeseongkim | <Property Id="WixShellExecTarget" Value="[#NDP461-KB3102438-Web.exe]" /> |
45 | 47759f8d | taeseongkim | <Property Id="NETFRAMEWORK40"> |
46 | <RegistrySearch Id="NetFramework40" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Release" Type="raw" /> |
||
47 | </Property> |
||
48 | <Property Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Secure="yes" /> |
||
49 | 401c6836 | djkim | <SetProperty Id="WIX_IS_NETFRAMEWORK_461_OR_LATER_INSTALLED" Value="1" After="AppSearch"> |
50 | 80283d8f | taeseongkim | NETFRAMEWORK40 >= "#$(var.NetFx461MinRelease)" |
51 | 401c6836 | djkim | </SetProperty> |
52 | 47759f8d | taeseongkim | <CustomAction Id="SetupFX" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" /> |
53 | 933dc7f9 | humkyung | </Fragment> |
54 | 47759f8d | taeseongkim | |
55 | 933dc7f9 | humkyung | <Fragment> |
56 | e4596092 | humkyung | <DirectoryRef Id="TARGETDIR"> |
57 | <Component Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" Guid="57D045D4-AFC0-4874-8BA9-A1E8B9C348F9" KeyPath="yes"> |
||
58 | <RegistryKey ForceCreateOnInstall="yes" Key="KCOM\shell\open" Root="HKCR" /> |
||
59 | </Component> |
||
60 | </DirectoryRef> |
||
61 | </Fragment> |
||
62 | 47759f8d | taeseongkim | |
63 | e4596092 | humkyung | <Fragment> |
64 | <DirectoryRef Id="TARGETDIR"> |
||
65 | <Component Id="cmpB2A195FD7387054E641ABB044E70AD31" Guid="CA81C92A-E2BA-4E01-B4A0-6B5E5E5A6C63" KeyPath="yes"> |
||
66 | <RegistryKey Key="KCOM\shell\open\command" Root="HKCR"> |
||
67 | <RegistryValue Value=""C:\Program Files\DOFTECH\MARKUS\KCOM.exe" "%1"" Type="string" /> |
||
68 | </RegistryKey> |
||
69 | </Component> |
||
70 | </DirectoryRef> |
||
71 | </Fragment> |
||
72 | 47759f8d | taeseongkim | |
73 | e4596092 | humkyung | <Fragment> |
74 | <DirectoryRef Id="TARGETDIR"> |
||
75 | <Component Id="cmpCA3EA94464F79A1D590AD23EE3921964" Guid="171260E2-66FC-4088-9F1F-3FAEB29250CA" KeyPath="yes"> |
||
76 | <RegistryKey ForceCreateOnInstall="yes" Key="KCOM\shell" Root="HKCR" /> |
||
77 | </Component> |
||
78 | </DirectoryRef> |
||
79 | </Fragment> |
||
80 | 47759f8d | taeseongkim | |
81 | e4596092 | humkyung | <Fragment> |
82 | <DirectoryRef Id="TARGETDIR"> |
||
83 | <Component Id="cmpEB1634EB055BA192F2B44B8310392EAD" Guid="D8795ADA-D3EC-4F34-86C3-7D6BE54420EA" KeyPath="yes"> |
||
84 | <RegistryKey Key="KCOM" Root="HKCR"> |
||
85 | <RegistryValue Name="URL Protocol" Value="" Type="expandable" /> |
||
86 | </RegistryKey> |
||
87 | </Component> |
||
88 | </DirectoryRef> |
||
89 | </Fragment> |
||
90 | 47759f8d | taeseongkim | |
91 | e4596092 | humkyung | <Fragment> |
92 | 933dc7f9 | humkyung | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
93 | <!-- TODO: Remove the comments around this Component element and the ComponentRef below in order to add resources to this installer. --> |
||
94 | <!-- <Component Id="ProductComponent"> --> |
||
95 | 47759f8d | taeseongkim | <!-- TODO: Insert files, registry keys, and other resources here. --> |
96 | 933dc7f9 | humkyung | <!-- </Component> --> |
97 | 47759f8d | taeseongkim | </ComponentGroup> |
98 | </Fragment> |
||
99 | |||
100 | <Fragment> |
||
101 | <DirectoryRef Id="INSTALLFOLDER"> |
||
102 | <Directory Id="dir242DC17B8DFC53C13CAF172FC08B730A" Name="de" /> |
||
103 | de691472 | humkyung | <Directory Id="dir9AE38F4F5CB5E565E774521E138F44FD" Name="es" /> |
104 | <Directory Id="dirB55DFDA91FEE7CCCBC65CA7493B75748" Name="fr" /> |
||
105 | <Directory Id="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Name="it" /> |
||
106 | <Directory Id="dir2F3D431E0ED26930C4D37E679C7700A1" Name="nl" /> |
||
107 | <Directory Id="dir151D8EB8B053AC493745294402052C80" Name="Plugin" /> |
||
108 | <Directory Id="dir41772C233BE465DE0D167364B3BB566C" Name="Resources" /> |
||
109 | <Directory Id="dir06249C254B8FEA6A37A7C6E4984EF433" Name="tessdata" /> |
||
110 | <Directory Id="dirE562A4656FE03253EA39D17E8127BA05" Name="tr" /> |
||
111 | 47759f8d | taeseongkim | <Directory Id="CommonAppDataFolder"> |
112 | <Directory Id="MyAppDataFolder" Name="MARKUS"> |
||
113 | <Component Id="CreateMyAppDataFolder" Guid="697A5A1C-88DB-4D1B-8C7A-614B8A20CD44" Win64="yes"> |
||
114 | <CreateFolder /> |
||
115 | </Component> |
||
116 | </Directory> |
||
117 | </Directory> |
||
118 | </DirectoryRef> |
||
119 | </Fragment> |
||
120 | <Fragment> |
||
121 | <ComponentGroup Id="MARKUS"> |
||
122 | <ComponentRef Id="CreateMyAppDataFolder" /> |
||
123 | <ComponentRef Id="cmp67889FD2219FCD1ECDA0BD9FE906CD7A" /> |
||
124 | <ComponentRef Id="cmpB2A195FD7387054E641ABB044E70AD31" /> |
||
125 | <ComponentRef Id="cmpCA3EA94464F79A1D590AD23EE3921964" /> |
||
126 | <ComponentRef Id="cmpEB1634EB055BA192F2B44B8310392EAD" /> |
||
127 | 5e98001b | humkyung | <Component Id="cmpCC866C67D0ACDB0EBE26789908374F45" Directory="INSTALLFOLDER" Guid="AF34AFEC-CBDF-4F07-B09F-817D6964228F" Win64="yes"> |
128 | <File Id="fil4A00EA3A4A830EE9C257BEC8A7AA9E1A" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.dll" /> |
||
129 | </Component> |
||
130 | <Component Id="cmp25D995530710C8C386E94FD45CF48079" Directory="INSTALLFOLDER" Guid="B7688926-E4F6-4885-A123-966DAB259385" Win64="yes"> |
||
131 | <File Id="fil8FE9B2B8DE4E517EC09CDEB3CD125199" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.OCRExtension.dll" /> |
||
132 | </Component> |
||
133 | <Component Id="cmp942548397646AF264A583617AE420D83" Directory="INSTALLFOLDER" Guid="29D76D63-B395-4F05-AD58-3AE650EA3E03" Win64="yes"> |
||
134 | <File Id="fil9A13B62FAF4D20B3554C932982608112" KeyPath="yes" Source="$(var.SourceDir)\Bytescout.PDFExtractor.xml" /> |
||
135 | </Component> |
||
136 | <Component Id="cmp25F3DC37F9078F30A5AE2B62D20FD811" Directory="INSTALLFOLDER" Guid="9A6C7D99-6CB0-4782-99FE-42B2500ACE93" Win64="yes"> |
||
137 | <File Id="filF8D2145548A097DACA5860948E80BE3D" KeyPath="yes" Source="$(var.SourceDir)\CommonLib.dll" /> |
||
138 | </Component> |
||
139 | <Component Id="cmpE5B102FA5798C87322EB9A5F1791B419" Directory="INSTALLFOLDER" Guid="FD57A416-DD5A-4BC0-AE5F-49B3EA9ED969" Win64="yes"> |
||
140 | <File Id="fil6C46219B8985F6C8BEA03BA8155A40C7" KeyPath="yes" Source="$(var.SourceDir)\ConfigParser.dll" /> |
||
141 | </Component> |
||
142 | <Component Id="cmp7D65C35D16B3F44B1A39DA696888A8FA" Directory="INSTALLFOLDER" Guid="CC73C2A5-8E22-41A7-8796-F9C374CDAAE9" Win64="yes"> |
||
143 | <File Id="filC99B8574CE4263FE947951F6D85A3BEF" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.dll" /> |
||
144 | </Component> |
||
145 | <Component Id="cmp8003A8E94E4BD671A3E66F60954FE79B" Directory="INSTALLFOLDER" Guid="DA29AEE9-6CFE-4FB4-B602-DDB92473E796" Win64="yes"> |
||
146 | <File Id="fil52820AA6329EE9F429D84CB3BA350014" KeyPath="yes" Source="$(var.SourceDir)\GemBox.Spreadsheet.xml" /> |
||
147 | </Component> |
||
148 | <Component Id="cmp80E441B30537105863B9FC027666C4DC" Directory="INSTALLFOLDER" Guid="A54DF52E-5C88-42C7-B271-8200A6FA0998" Win64="yes"> |
||
149 | <File Id="filBB0BF6B9A4CB6E5C9FA73E2D1B93CA79" KeyPath="yes" Source="$(var.SourceDir)\IIpc.dll" /> |
||
150 | </Component> |
||
151 | <Component Id="cmp209577072530348BFA4D14019DF98237" Directory="INSTALLFOLDER" Guid="C73611BC-7023-4382-8868-0BE131F574EE" Win64="yes"> |
||
152 | <File Id="fil775DEC07CABC1D92DDCB14C7CC436A67" KeyPath="yes" Source="$(var.SourceDir)\IIpc.dll.config" /> |
||
153 | </Component> |
||
154 | <Component Id="cmpA415203DE9EF9D193E74C69FE81234D3" Directory="INSTALLFOLDER" Guid="12D09E34-6948-49C2-AAC6-43EA440B4862" Win64="yes"> |
||
155 | <File Id="fil83609071B2AD8A06678837154646C3FB" KeyPath="yes" Source="$(var.SourceDir)\IKCOM.dll" /> |
||
156 | </Component> |
||
157 | <Component Id="cmp1DE0B23F7942D4E47B62522F774F3C76" Directory="INSTALLFOLDER" Guid="07DE0B27-B072-42A3-A1DE-6549CFBB197E" Win64="yes"> |
||
158 | <File Id="filF35DB5A41DFF81B0642F8FCBC3DFB906" KeyPath="yes" Source="$(var.SourceDir)\itextsharp.dll" /> |
||
159 | </Component> |
||
160 | <Component Id="cmp93004A2A70CA6CC5550444DB6A0BB24B" Directory="INSTALLFOLDER" Guid="08C76927-8DF0-4B86-90DD-F33FA7A3F7AF" Win64="yes"> |
||
161 | <File Id="fil718E22AC4914F03FC39F7293CDC8C672" KeyPath="yes" Source="$(var.SourceDir)\itextsharp.xml" /> |
||
162 | </Component> |
||
163 | <Component Id="cmp9DBCA795D932AB083234E0DAEF7CCCC5" Directory="INSTALLFOLDER" Guid="E4E316DA-CD8A-420B-9424-BEF952CD3DEC" Win64="yes"> |
||
164 | <File Id="filDBD3D396B7182945BD91EEFC05F44BB9" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe" /> |
||
165 | </Component> |
||
166 | <Component Id="cmp008EC7C4B15BA79DEC806A9852526EF9" Directory="INSTALLFOLDER" Guid="01F4888F-CC83-4368-9C8A-B6B7B336CED0" Win64="yes"> |
||
167 | <File Id="filD7A7D725F3C20E26B1A149EAABD9323C" KeyPath="yes" Source="$(var.SourceDir)\KCOM.exe.config" /> |
||
168 | </Component> |
||
169 | <Component Id="cmpD907B14A5E7130B7C4213B52A0B71689" Directory="INSTALLFOLDER" Guid="5DE8B66A-73E8-47B2-981B-22197725EF80" Win64="yes"> |
||
170 | <File Id="fil5FEDDDE06702987F4C2AD529606AEC70" KeyPath="yes" Source="$(var.SourceDir)\KCOM.XmlSerializers.dll" /> |
||
171 | </Component> |
||
172 | <Component Id="cmp40B0E7C91C025AAEEF1F0DEC51A66549" Directory="INSTALLFOLDER" Guid="AB743E55-8C8B-4E7C-A691-DCA814AF899C" Win64="yes"> |
||
173 | <File Id="filF60CE67197837613CD57BE23CB07368E" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.dll" /> |
||
174 | </Component> |
||
175 | <Component Id="cmpEE8E531D52E746388211D454A7B652CD" Directory="INSTALLFOLDER" Guid="4EC79085-8AF5-4133-A6EE-CEFB7DB7CD81" Win64="yes"> |
||
176 | <File Id="filF33A63AB801D7E78849A4330E53EBD7B" KeyPath="yes" Source="$(var.SourceDir)\KCOMDataModel.dll.config" /> |
||
177 | </Component> |
||
178 | <Component Id="cmp7EE89B380F7C8EC18AABE62FC78AC9AB" Directory="INSTALLFOLDER" Guid="24672E24-F58E-43A6-A045-1804DE293E83" Win64="yes"> |
||
179 | <File Id="fil54D1D9F81A7598FA61D2D90AFB5F5D01" KeyPath="yes" Source="$(var.SourceDir)\Log.config" /> |
||
180 | </Component> |
||
181 | <Component Id="cmp13D58469BCB864EB53214ED46E622188" Directory="INSTALLFOLDER" Guid="693AD824-0CC1-437A-A1AE-59EC2EF2EBD3" Win64="yes"> |
||
182 | <File Id="fil28F7A9478894C77C5F6C2A95DAA4B459" KeyPath="yes" Source="$(var.SourceDir)\log4net.dll" /> |
||
183 | </Component> |
||
184 | <Component Id="cmp742785C9A7B88BE6B2E81C2322E3D2EE" Directory="INSTALLFOLDER" Guid="0EC820BF-69D1-423D-AA58-9218763615C6" Win64="yes"> |
||
185 | <File Id="filA307C00D897BECB908C510DE71A3AD29" KeyPath="yes" Source="$(var.SourceDir)\log4net.xml" /> |
||
186 | </Component> |
||
187 | <Component Id="cmpFE0047A5420B60BC9070B49ED04A3DF7" Directory="INSTALLFOLDER" Guid="8FCEA0F9-C176-42F2-8479-A4BB49E8364B" Win64="yes"> |
||
188 | <File Id="filDB2B5EE0EF352042DCB528551CFF336A" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.dll" /> |
||
189 | </Component> |
||
190 | <Component Id="cmpBF387E9588F2B8473B629AAB925D2239" Directory="INSTALLFOLDER" Guid="B3813536-CB2F-4694-B0C4-FB71C7956D09" Win64="yes"> |
||
191 | <File Id="fil3BBE868726AE8A4E2066B45DD738F0E3" KeyPath="yes" Source="$(var.SourceDir)\MarkupToPDF.dll.config" /> |
||
192 | </Component> |
||
193 | <Component Id="cmp0BBC8C0CCEC8F022F944984A03840D54" Directory="INSTALLFOLDER" Guid="94870EB5-150D-4ED8-9B30-F14BF0C4129D" Win64="yes"> |
||
194 | <File Id="fil8AC79F3512ECCFAA2E50F71230FB27FF" KeyPath="yes" Source="$(var.SourceDir)\Markus.Fonts.dll" /> |
||
195 | </Component> |
||
196 | <Component Id="cmp44B75EE95560A911A708C00BB29D72AD" Directory="INSTALLFOLDER" Guid="970E8A9F-B273-4B2F-A0AB-13155988755C" Win64="yes"> |
||
197 | <File Id="fil548487577F3C736A3C5B7B0D32CB7633" KeyPath="yes" Source="$(var.SourceDir)\MARKUS.ini" /> |
||
198 | </Component> |
||
199 | <Component Id="cmp2B9822AB4FE29C97D7C74389B67E3A7B" Directory="INSTALLFOLDER" Guid="F297CB38-B898-40DB-88AC-327278C89B08" Win64="yes"> |
||
200 | <File Id="filD10FADEA0033B1FF9119AD86377B6DFB" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.AspNet.SignalR.Client.dll" /> |
||
201 | </Component> |
||
202 | <Component Id="cmp601B3BD81B5071744666A47E821CCDD1" Directory="INSTALLFOLDER" Guid="56C6295D-B802-4E17-BBAA-28F00F91A953" Win64="yes"> |
||
203 | <File Id="fil4F8D22903F1C540154297E75E8066C41" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.AspNet.SignalR.Client.xml" /> |
||
204 | </Component> |
||
205 | <Component Id="cmp227B2F253D6CB8A27087F47F70A62459" Directory="INSTALLFOLDER" Guid="EF740032-E603-4F60-84C2-6F8F63E3D979" Win64="yes"> |
||
206 | <File Id="filB5261509ADB8E7D2D70A1C67DCA37876" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.Expression.Interactions.dll" /> |
||
207 | </Component> |
||
208 | <Component Id="cmpC2107C307F76E546D2A4A5EAD4DA36D7" Directory="INSTALLFOLDER" Guid="A38BDA97-5597-4AA4-B931-404791AD1694" Win64="yes"> |
||
209 | <File Id="filBA11534FF762BA52842645F853FD1935" KeyPath="yes" Source="$(var.SourceDir)\Microsoft.Expression.Interactions.xml" /> |
||
210 | </Component> |
||
211 | <Component Id="cmpBC4FC00A26E7D32479D42D3411317FC5" Directory="INSTALLFOLDER" Guid="D4B2E125-683C-4046-AC94-2A70FBC1F7E5" Win64="yes"> |
||
212 | <File Id="fil90A8AAD9FC612906D405476D61CEA3F4" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" /> |
||
213 | </Component> |
||
214 | <Component Id="cmp125C379E185231EFADA4CB4301BD0A9E" Directory="INSTALLFOLDER" Guid="D599403E-9C96-4385-BEFE-D2B9AF4DF2C3" Win64="yes"> |
||
215 | <File Id="fil3A2F44A7730E98D18E0948B3261DFABD" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.xml" /> |
||
216 | </Component> |
||
217 | <Component Id="cmp2649E92579A3537BFD6860026671FCE5" Directory="INSTALLFOLDER" Guid="0C2F1393-871D-4D6F-9AB2-3E788E75B567" Win64="yes"> |
||
218 | <File Id="fil20BFA8B7C25F2F15B854D26933E1DBB6" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Converters.Wpf.dll" /> |
||
219 | </Component> |
||
220 | <Component Id="cmp1565A9AE683DFA87E34DFC76BDD2046B" Directory="INSTALLFOLDER" Guid="DAAE5AA4-2866-4B09-B436-AECBA78904EF" Win64="yes"> |
||
221 | <File Id="filC819065E746823F9E91591B30E03D619" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Converters.Wpf.xml" /> |
||
222 | </Component> |
||
223 | <Component Id="cmp3B4FCC07CAECDB94A069031BC168324E" Directory="INSTALLFOLDER" Guid="8A38C4EC-7BA0-476D-8683-C90DD450E119" Win64="yes"> |
||
224 | <File Id="filD33D7E850E022CF12EF5753B103A534D" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Core.dll" /> |
||
225 | </Component> |
||
226 | <Component Id="cmpD1641B00834F8B66D8D9A194C578E2CF" Directory="INSTALLFOLDER" Guid="504E55BB-69B6-45E6-BF43-3BA950B88A54" Win64="yes"> |
||
227 | <File Id="fil495999A5C59164D9D5693506EBEAF8D6" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Core.xml" /> |
||
228 | </Component> |
||
229 | <Component Id="cmp08EEC311E7471131DD9C48756161618E" Directory="INSTALLFOLDER" Guid="43239D14-5A6F-4ACA-9AC0-42082E9C136F" Win64="yes"> |
||
230 | <File Id="fil102BB91B40B34F1ADC227DEA746F2B01" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Css.dll" /> |
||
231 | </Component> |
||
232 | <Component Id="cmpDB8114C57E26A455AA8862F1A6C3B114" Directory="INSTALLFOLDER" Guid="A7E2DB0D-21A5-48E3-B2E4-F1437A20B7B7" Win64="yes"> |
||
233 | <File Id="filBDD3B9E3C5CF872A01B411376835708E" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Css.xml" /> |
||
234 | </Component> |
||
235 | <Component Id="cmp56E995C7783AEBDAC6B752A94ACD0ED2" Directory="INSTALLFOLDER" Guid="AD1401EF-BF61-4144-89E3-F12A9D5DA863" Win64="yes"> |
||
236 | <File Id="filCC44B5EA8E504783D32EAFDD3E30E21A" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Dom.dll" /> |
||
237 | </Component> |
||
238 | <Component Id="cmp32A2EC24B9409E67E4D8368BD6BCA811" Directory="INSTALLFOLDER" Guid="04E6EB02-9AC7-4ADC-861B-36C012CEDE83" Win64="yes"> |
||
239 | <File Id="filF7EC19239F904A5648DD50A36241F22C" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Dom.xml" /> |
||
240 | </Component> |
||
241 | <Component Id="cmpB8B303C1586A1169B1A2E216B6A9BE32" Directory="INSTALLFOLDER" Guid="85036645-FF0A-410E-951D-69EE8F02B4AC" Win64="yes"> |
||
242 | <File Id="fil0586FE7A984D4AF3A228468FF781AF97" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Model.dll" /> |
||
243 | </Component> |
||
244 | <Component Id="cmpBA70A2BBA4F356F53583EC6CCAF1AB5B" Directory="INSTALLFOLDER" Guid="AA951FE3-E75A-4904-98E6-F80055A80BD8" Win64="yes"> |
||
245 | <File Id="filB27DE2E31F724F323B47CBDB4FEDDE96" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Model.xml" /> |
||
246 | </Component> |
||
247 | <Component Id="cmp02DD37C0B535C7B93C5BB33A7DA9BB1C" Directory="INSTALLFOLDER" Guid="29F7CAB1-7598-4492-AF55-99A4C97E04EF" Win64="yes"> |
||
248 | <File Id="fil3CD450688EDB59F884A6545893A7F7D4" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Rendering.Wpf.dll" /> |
||
249 | </Component> |
||
250 | <Component Id="cmp8A98893B22A3B14BDB5C40838073DF18" Directory="INSTALLFOLDER" Guid="E2FA06AE-287D-41E6-94B0-C22A0AC9EBA2" Win64="yes"> |
||
251 | <File Id="filC6EAFDEC8BDDFDC069A3759FC790084C" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Rendering.Wpf.xml" /> |
||
252 | </Component> |
||
253 | <Component Id="cmpC1119906A8080810EDEBCBFD3B1B38F1" Directory="INSTALLFOLDER" Guid="96C15252-CAED-4582-883A-1AA34E6757C6" Win64="yes"> |
||
254 | <File Id="filF90875F2A924073A3615783B54E20562" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Runtime.Wpf.dll" /> |
||
255 | </Component> |
||
256 | <Component Id="cmp12AE3800F2727D49A33A6C5BCEDAAD18" Directory="INSTALLFOLDER" Guid="CCAEF08E-5D4B-4F1F-9992-D4A06B7DA679" Win64="yes"> |
||
257 | <File Id="filAF68FD3C2E89DAA5E2E45418E64ED646" KeyPath="yes" Source="$(var.SourceDir)\SharpVectors.Runtime.Wpf.xml" /> |
||
258 | </Component> |
||
259 | <Component Id="cmp017BFB3832A5B110A2B3A350E13F2A5C" Directory="INSTALLFOLDER" Guid="BE65ABED-C88D-4F9A-84DB-61CE41C175FF" Win64="yes"> |
||
260 | <File Id="fil17E34524E8398461D615894C92558FE9" KeyPath="yes" Source="$(var.SourceDir)\System.Windows.Interactivity.dll" /> |
||
261 | </Component> |
||
262 | <Component Id="cmp278E62245C5B0A0B8A6A38F03AFAF157" Directory="INSTALLFOLDER" Guid="3BBD3C3F-9127-4593-B49E-778BFA6731CC" Win64="yes"> |
||
263 | <File Id="fil79CEBF2A3B2604BFFEE54F9D75DFEB94" KeyPath="yes" Source="$(var.SourceDir)\System.Windows.Interactivity.xml" /> |
||
264 | </Component> |
||
265 | <Component Id="cmp11C8820ECB0CB2D86F64F2996509DCA7" Directory="INSTALLFOLDER" Guid="37BDD364-085F-416F-A8FA-AAB36F7332BC" Win64="yes"> |
||
266 | <File Id="fil634B1A249B0D62C150EFB286C2C91A46" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.dll" /> |
||
267 | </Component> |
||
268 | <Component Id="cmpAF56AE510EB3BDF893C5B06C6ABA7BDD" Directory="INSTALLFOLDER" Guid="FC283192-8420-4709-98E2-BE39D124D8E5" Win64="yes"> |
||
269 | <File Id="filF728404062A49EA67C9D8FE3BBE0E898" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Docking.dll" /> |
||
270 | </Component> |
||
271 | <Component Id="cmpBE7FBA8B56FB9D530920883132FE86C1" Directory="INSTALLFOLDER" Guid="6EECB404-FF1A-48FB-A556-AD35349B6F1D" Win64="yes"> |
||
272 | <File Id="fil9A2F4BEFBF53C4C709DA21A083DA6A1B" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Docking.xml" /> |
||
273 | </Component> |
||
274 | <Component Id="cmp21BF690CF842B5194CB2028F73189055" Directory="INSTALLFOLDER" Guid="A8EF4AFD-C303-4F17-8AB0-BF19DCF6BC2B" Win64="yes"> |
||
275 | <File Id="fil266D83FF68961E612507118F431810F7" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.GridView.dll" /> |
||
276 | </Component> |
||
277 | <Component Id="cmp1C473DEFC716BFE4576E3320389EA31B" Directory="INSTALLFOLDER" Guid="8B43279B-5A94-4269-8C29-88A6A3F6D07D" Win64="yes"> |
||
278 | <File Id="fil80B1C0878CCB7BB9886F1F11A90A7A25" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.GridView.xml" /> |
||
279 | </Component> |
||
280 | <Component Id="cmp4CBD77EFA337CFC3401C374F65E29BAA" Directory="INSTALLFOLDER" Guid="C967977E-F4CE-4170-9B0F-63989CD48D58" Win64="yes"> |
||
281 | <File Id="fil3DF9298853D1D63F2B5664B24979D0E0" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Input.dll" /> |
||
282 | </Component> |
||
283 | <Component Id="cmp0865E2640073EE438D5B03BB656DF9DE" Directory="INSTALLFOLDER" Guid="22F770FE-0F78-442A-A028-8AAD43DA636E" Win64="yes"> |
||
284 | <File Id="filECA66ED79E5B5BBCDE61F6FE872881A3" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Input.xml" /> |
||
285 | </Component> |
||
286 | <Component Id="cmpBBA2EA4FDA3C5AA2693FAC9589038964" Directory="INSTALLFOLDER" Guid="84E6D41E-DB6D-4EFE-A8A0-4B7C652F90D0" Win64="yes"> |
||
287 | <File Id="filDC3BAC1BF9BBD0564415BD06BEEE0135" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Navigation.dll" /> |
||
288 | </Component> |
||
289 | <Component Id="cmp49CCED87D28FB4CDF0F72AF169DC466C" Directory="INSTALLFOLDER" Guid="1666021D-4289-4AEE-9BC8-00C876B00419" Win64="yes"> |
||
290 | <File Id="fil057DEB58C31EE18ECD515C5922BF4644" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.Navigation.xml" /> |
||
291 | </Component> |
||
292 | <Component Id="cmpBF5C0D6200AF06B163C4D15C43D1664D" Directory="INSTALLFOLDER" Guid="017B0CB7-47AC-4C5E-BFDC-4B9427DEBDCC" Win64="yes"> |
||
293 | <File Id="filF79E0D2ADE14C7A2E11C65C296BC40BF" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.RibbonView.dll" /> |
||
294 | </Component> |
||
295 | <Component Id="cmpA4FDA7D04D2F33D44BB052128E61417C" Directory="INSTALLFOLDER" Guid="94A48D44-12A7-45EB-9FA3-88667CD297C4" Win64="yes"> |
||
296 | <File Id="fil427B1EE35E2EE2178733459BBA3DCF57" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.RibbonView.xml" /> |
||
297 | </Component> |
||
298 | <Component Id="cmp7A4117C0452228673BE7CB8D5536CBE3" Directory="INSTALLFOLDER" Guid="749228E0-EAF4-4EAF-AA49-A8FB6C9C4929" Win64="yes"> |
||
299 | <File Id="fil0F6252EEB3F3D007DA73E3109A1AC691" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Controls.xml" /> |
||
300 | </Component> |
||
301 | <Component Id="cmp92AE6AD1C56764FC0C2F256343677A9F" Directory="INSTALLFOLDER" Guid="68976D15-98DA-4462-8E46-36E390EB2866" Win64="yes"> |
||
302 | <File Id="filD747EE49E2E0D8A06187AA226FF1C561" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Data.dll" /> |
||
303 | </Component> |
||
304 | <Component Id="cmpB988D96D64F2043198653ACBC529877B" Directory="INSTALLFOLDER" Guid="D473D149-6531-4ED5-95B9-5E70169B4EF4" Win64="yes"> |
||
305 | <File Id="fil32A6E9716B9402B0C9010B45C4956E27" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Data.xml" /> |
||
306 | </Component> |
||
307 | <Component Id="cmpCD235197A0E4A6BCD3DEB46A5728EB4F" Directory="INSTALLFOLDER" Guid="9C2557F0-CD49-49AC-890E-2BB095F70DD5" Win64="yes"> |
||
308 | <File Id="fil0E4AE6C9555A11AC8411AE8BE6530CDA" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Themes.VisualStudio2013.dll" /> |
||
309 | </Component> |
||
310 | <Component Id="cmp7F07F6231918203727082BB6A28CC75F" Directory="INSTALLFOLDER" Guid="A66479EF-A15E-47FC-A16D-02DD1400EDED" Win64="yes"> |
||
311 | <File Id="fil3E19A0F06927704B530947F360809AD8" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Zip.dll" /> |
||
312 | </Component> |
||
313 | <Component Id="cmpFF91FE36548D6FA9C8D0DC80206BE1EF" Directory="INSTALLFOLDER" Guid="8F3105AA-CBCB-48CA-94DC-561EC93F2555" Win64="yes"> |
||
314 | <File Id="fil898D8F5BF92067A65BDD539092A9A061" KeyPath="yes" Source="$(var.SourceDir)\Telerik.Windows.Zip.xml" /> |
||
315 | </Component> |
||
316 | <Component Id="cmp0514F1BB70C8ECCFF44A0A355A53441B" Directory="INSTALLFOLDER" Guid="2E6719F6-DFC4-4BAD-A145-8BB4A5266722" Win64="yes"> |
||
317 | <File Id="fil9F98448866AC2226C494BD9810AF69EF" KeyPath="yes" Source="$(var.SourceDir)\ToggleSwitch.dll" /> |
||
318 | </Component> |
||
319 | <Component Id="cmp2A89C68EF23B496F749D66D9A4FC560C" Directory="INSTALLFOLDER" Guid="8C1E6F10-DC8E-45A0-8133-BADABD72423F" Win64="yes"> |
||
320 | <File Id="fil95BBC9308CF6D7C0CBAF3CB38818F4C3" KeyPath="yes" Source="$(var.SourceDir)\WcfExtensions.ServiceModel.dll" /> |
||
321 | </Component> |
||
322 | <Component Id="cmp2B79D8B21752ECF6DF82930454768404" Directory="INSTALLFOLDER" Guid="25BDC344-C3CD-4CFA-8B47-70FD7FE84630" Win64="yes"> |
||
323 | <File Id="filC5BEFD2EAA8948BAA5384BF4A966EDA5" KeyPath="yes" Source="$(var.SourceDir)\ZoomAndPan.dll" /> |
||
324 | </Component> |
||
325 | <Component Id="cmp8FBF2BDB3D3B55D95D738AE16D776E91" Directory="dir242DC17B8DFC53C13CAF172FC08B730A" Guid="BB139FEA-70A1-4A0F-A05E-D52306064536" Win64="yes"> |
||
326 | <File Id="filCE89910B4AD60B36118F14BA5A049859" KeyPath="yes" Source="$(var.SourceDir)\de\Telerik.Windows.Controls.resources.dll" /> |
||
327 | </Component> |
||
328 | <Component Id="cmp2A3F3E6BA2490D3202F1332C9EC174FB" Directory="dir9AE38F4F5CB5E565E774521E138F44FD" Guid="DCDA5CC1-B347-44A5-8FDE-1C3628A09E47" Win64="yes"> |
||
329 | <File Id="fil5D75AD906A44966046A97C57C4F18833" KeyPath="yes" Source="$(var.SourceDir)\es\Telerik.Windows.Controls.resources.dll" /> |
||
330 | </Component> |
||
331 | <Component Id="cmp018DDF4A0C68B7CD2430401924062DB2" Directory="dirB55DFDA91FEE7CCCBC65CA7493B75748" Guid="2E29B18D-DF25-49BB-B222-8B9768954436" Win64="yes"> |
||
332 | <File Id="filABD02679788FB3CF55E5561863627EB1" KeyPath="yes" Source="$(var.SourceDir)\fr\Telerik.Windows.Controls.resources.dll" /> |
||
333 | </Component> |
||
334 | <Component Id="cmp7C8985562649003E18B234BE73E4B656" Directory="dir45DE18DD71F3E8DD6BE4A0E2B48778C8" Guid="A1F31616-95D9-49DF-BFCB-46DCBC91E71C" Win64="yes"> |
||
335 | <File Id="fil2AB10F4CAB8B23469B3F044F6FA6C8FF" KeyPath="yes" Source="$(var.SourceDir)\it\Telerik.Windows.Controls.resources.dll" /> |
||
336 | </Component> |
||
337 | <Component Id="cmp9D362277309EED1B413C0EC318CDF8D0" Directory="dir2F3D431E0ED26930C4D37E679C7700A1" Guid="99CF7153-42DC-4D12-B8E5-1BD6DB0BB1F2" Win64="yes"> |
||
338 | <File Id="fil0A3BECBAF1358C0A33D415890487998A" KeyPath="yes" Source="$(var.SourceDir)\nl\Telerik.Windows.Controls.resources.dll" /> |
||
339 | </Component> |
||
340 | <Component Id="cmpE5658AF80F3604D566FB7792B4F119AA" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="09703D98-E6B0-4516-813C-D87532BEFAD8" Win64="yes"> |
||
341 | <File Id="fil29929991F4F8A6599D2533463D063C3B" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumGothic.ttf" /> |
||
342 | </Component> |
||
343 | <Component Id="cmp8D70268BD1010AFF04FE0366E50CA922" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="B0F1C13E-5702-480B-A02A-5EB850220B01" Win64="yes"> |
||
344 | <File Id="fil026FC2411D3DCA70A345F8B9DCE34825" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumMyeongjo-Regular.ttf" /> |
||
345 | </Component> |
||
346 | <Component Id="cmpEA5B96D62D04332D44C53951C808347A" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="198C2EEE-F020-467E-B1CE-A5EC49E51C98" Win64="yes"> |
||
347 | <File Id="fil9B56D2BD72D1D16DB347820D1E0F9487" KeyPath="yes" Source="$(var.SourceDir)\Resources\NanumSquareRoundR.ttf" /> |
||
348 | </Component> |
||
349 | <Component Id="cmpC129713EB3FBD80CCB02BF600C1F0F55" Directory="dir41772C233BE465DE0D167364B3BB566C" Guid="BA40B8AD-9A4A-4D6E-A5B9-D25B48722D91" Win64="yes"> |
||
350 | <File Id="filFAE58E284B9F60953B72B12CF2FEB67A" KeyPath="yes" Source="$(var.SourceDir)\Resources\Verdana.ttf" /> |
||
351 | </Component> |
||
352 | <Component Id="cmpB972CF14E2FE46EF4C27DF8E2A8D8148" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="82BD6000-1C97-4FA5-81AA-EB5CFD96BDDF" Win64="yes"> |
||
353 | <File Id="fil6A0332515469DC460F8463EC6A6624A9" KeyPath="yes" Source="$(var.SourceDir)\tessdata\deu.traineddata" /> |
||
354 | </Component> |
||
355 | <Component Id="cmp92673DCD3A790F0AE44C8C35A1E2CE7C" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="FCA42650-A2C0-4AA4-A26D-4A164B534E47" Win64="yes"> |
||
356 | <File Id="fil8A735A93EC1DA3907F32FD0458422B92" KeyPath="yes" Source="$(var.SourceDir)\tessdata\eng.traineddata" /> |
||
357 | </Component> |
||
358 | <Component Id="cmp9971145325DD7CCCE8C465A817FDC26A" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="074FA6BD-E686-41F8-9AF2-83720A043676" Win64="yes"> |
||
359 | <File Id="filE90E86FD8DB35F24AAC22256077E0AA0" KeyPath="yes" Source="$(var.SourceDir)\tessdata\fra.traineddata" /> |
||
360 | </Component> |
||
361 | <Component Id="cmpE2CD3D3C1E99C37D8F73459EBEFD3BA4" Directory="dir06249C254B8FEA6A37A7C6E4984EF433" Guid="E93433F0-C3BC-4155-BC59-DD819E296B47" Win64="yes"> |
||
362 | <File Id="filFA0821084DD0DB0573FAFB7DB367CDF2" KeyPath="yes" Source="$(var.SourceDir)\tessdata\spa.traineddata" /> |
||
363 | </Component> |
||
364 | <Component Id="cmp0CA869F93E8C96460E9DEDDBA02904A3" Directory="dirE562A4656FE03253EA39D17E8127BA05" Guid="5BC9CBFB-9093-4780-B5B6-79164989EDE2" Win64="yes"> |
||
365 | <File Id="filE14203CE7880C200F8EBF2F86DD14C45" KeyPath="yes" Source="$(var.SourceDir)\tr\Telerik.Windows.Controls.resources.dll" /> |
||
366 | </Component> |
||
367 | 933dc7f9 | humkyung | </ComponentGroup> |
368 | </Fragment> |
||
369 | 47759f8d | taeseongkim | </Wix> |