4
4
5
5
<Product Id =" *" Name =" MySQL .NET UDF" Language =" 1033" Version =" 1.0.0.0" Manufacturer =" James Davis, www.debugthings.com"
6
6
UpgradeCode =" a4d9eaa0-947d-4442-a124-78a7f3ed4815" >
7
- <Package InstallerVersion =" 405" Compressed =" yes" InstallScope =" perMachine"
7
+ <Package InstallerVersion =" 405" Compressed =" yes" InstallScope =" perMachine"
8
8
Platform =" x64" Description =" MySQL .NET UDF" Manufacturer =" www.debugthings.com" />
9
9
<Property Id =" ARPURLINFOABOUT" Value =" https://github.com/jldgit/mysql_udf_dotnet" />
10
10
<Property Id =" ARPURLUPDATEINFO" Value =" http://www.debugthings.com/mysql" />
11
11
<Property Id =" ARPSIZE" Value =" 1024" />
12
-
12
+
13
13
14
14
<?define CustomText =" Use this to install MySQL .NET UDF to a custom location. Use the browse button below to select the directory." ?>
15
15
<?define InstallText 50=" Installs the MySQL .NET UDF plugin to the MySQL 5.0 installation directory and the .NET Assemblies into the GAC." ?>
108
108
<Feature Id =" VCRedist12x64" Title =" Visual C++ 12.0 Runtime (64-bit)" AllowAdvertise =" no" Display =" hidden" Level =" 1" >
109
109
<MergeRef Id =" VCRedistx64" />
110
110
</Feature >
111
-
111
+
112
112
<Feature Id =" ProductFeature" Title =" MySQL .NET UDF" Level =" 1" Display =" expand" Description =" $(var.MainDesc)" >
113
113
<Feature Id =" DotNet20Assemblies" Level =" 0" Display =" hidden" >
114
114
<Component Id =" cmp_MySQLHostManager20" Guid =" {F158CF0A-C7D3-4521-A376-2E71A0B9A8EB}" Directory =" GAC35" >
194
194
<Condition Level =" 1" > <![CDATA[ NOT MYSQLVERSION OR NOT MYSQLVERSION64]]> </Condition >
195
195
</Feature >
196
196
</Feature >
197
-
198
- <!-- <Feature Id="ProductSamples" Title="Samples" Level="1">
199
- <Feature Id="SimpleExample" Title="Simple .NET Example" Level="2" >
200
- <ComponentGroupRef Id="cmpgrp_Default" />
201
- <ComponentGroupRef Id="cmpgrp_Default" />
202
- </Feature>
203
- <Feature Id="CompledExample" Title="Complex .NET Example" Level="2">
204
- <ComponentGroupRef Id="cmpgrp_Default" />
205
- <ComponentGroupRef Id="cmpgrp_Default" />
206
- </Feature>
207
- </Feature>-->
208
197
</Product >
209
198
210
199
317
306
</Directory >
318
307
</Directory >
319
308
</Directory >
309
+ <Directory Id =" MYSQLUDF" Name =" MySQL .NET UDF" ></Directory >
320
310
</Directory >
321
311
</Directory >
322
312
</Fragment >
323
313
324
- <!-- <Fragment>
325
- <Directory Id="TARGETDIR" Name="SourceDir">
326
- <Directory Id="ProgramFiles64Folder">
327
- <Directory Id="MYSQLFOLDER_64" Name="MySQL">
328
- <Directory Id="MYSQLVER50_64" Name="MySQL Server 5.0">
329
- <Directory Id="BIN50_64" Name="bin" />
330
- <Directory Id="LIB50_64" Name="lib">
331
- <Directory Id="PLUGIN50_64" Name="plugin" />
332
- </Directory>
333
- </Directory>
334
- <Directory Id="MYSQLVER51_64" Name="MySQL Server 5.1">
335
- <Directory Id="BIN51_64" Name="bin" />
336
- <Directory Id="LIB51_64" Name="lib">
337
- <Directory Id="PLUGIN51_64" Name="plugin" />
338
- </Directory>
339
- </Directory>
340
- <Directory Id="MYSQLVER52_64" Name="MySQL Server 5.2">
341
- <Directory Id="BIN52_64" Name="bin" />
342
- <Directory Id="LIB52_64" Name="lib">
343
- <Directory Id="PLUGIN52_64" Name="plugin" />
344
- </Directory>
345
- </Directory>
346
- <Directory Id="MYSQLVER53_64" Name="MySQL Server 5.3">
347
- <Directory Id="BIN53_64" Name="bin" />
348
- <Directory Id="LIB53_64" Name="lib">
349
- <Directory Id="PLUGIN53_64" Name="plugin" />
350
- </Directory>
351
- </Directory>
352
- <Directory Id="MYSQLVER54_64" Name="MySQL Server 5.4">
353
- <Directory Id="BIN54_64" Name="bin" />
354
- <Directory Id="LIB54_64" Name="lib">
355
- <Directory Id="PLUGIN54_64" Name="plugin" />
356
- </Directory>
357
- </Directory>
358
- <Directory Id="MYSQLVER55_64" Name="MySQL Server 5.5">
359
- <Directory Id="BIN55_64" Name="bin" />
360
- <Directory Id="LIB55_64" Name="lib">
361
- <Directory Id="PLUGIN55_64" Name="plugin" />
362
- </Directory>
363
- </Directory>
364
- <Directory Id="MYSQLVER56_64" Name="MySQL Server 5.6">
365
- <Directory Id="BIN56_64" Name="bin" />
366
- <Directory Id="LIB56_64" Name="lib">
367
- <Directory Id="PLUGIN56_64" Name="plugin" />
368
- </Directory>
369
- </Directory>
370
- <Directory Id="MYSQLVER57_64" Name="MySQL Server 5.7">
371
- <Directory Id="BIN57_64" Name="bin" />
372
- <Directory Id="LIB57_64" Name="lib">
373
- <Directory Id="PLUGIN57_64" Name="plugin" />
374
- </Directory>
375
- </Directory>
376
- </Directory>
377
- </Directory>
378
- </Directory>
379
- </Fragment>-->
380
314
381
315
<Fragment >
382
316
<Component Id =" cmp_MySQLConfig" Guid =" *" Directory =" BIN50" >
394
328
<ComponentGroup Id =" cmpgrp_MySQL50" Directory =" PLUGIN50" >
395
329
<ComponentRef Id =" cmp_MySQLPlugin" />
396
330
</ComponentGroup >
397
- <ComponentGroup Id =" cmpgrp_MySQL50_64" Directory =" PLUGIN50 " >
331
+ <ComponentGroup Id =" cmpgrp_MySQL50_64" Directory =" PLUGIN50_64 " >
398
332
<ComponentRef Id =" cmp_MySQLPlugin_64" />
399
333
</ComponentGroup >
400
334
408
342
<ComponentGroup Id =" cmpgrp_MySQL51" Directory =" PLUGIN51" >
409
343
<ComponentRef Id =" cmp_MySQLPlugin" />
410
344
</ComponentGroup >
411
- <ComponentGroup Id =" cmpgrp_MySQL51_64" Directory =" PLUGIN51 " >
345
+ <ComponentGroup Id =" cmpgrp_MySQL51_64" Directory =" PLUGIN51_64 " >
412
346
<ComponentRef Id =" cmp_MySQLPlugin_64" />
413
347
</ComponentGroup >
414
348
422
356
<ComponentGroup Id =" cmpgrp_MySQL55" Directory =" PLUGIN55" >
423
357
<ComponentRef Id =" cmp_MySQLPlugin" />
424
358
</ComponentGroup >
425
- <ComponentGroup Id =" cmpgrp_MySQL55_64" Directory =" PLUGIN55 " >
359
+ <ComponentGroup Id =" cmpgrp_MySQL55_64" Directory =" PLUGIN55_64 " >
426
360
<ComponentRef Id =" cmp_MySQLPlugin_64" />
427
361
</ComponentGroup >
428
362
437
371
<ComponentGroup Id =" cmpgrp_MySQL56" Directory =" PLUGIN56" >
438
372
<ComponentRef Id =" cmp_MySQLPlugin" />
439
373
</ComponentGroup >
440
- <ComponentGroup Id =" cmpgrp_MySQL56_64" Directory =" PLUGIN56 " >
374
+ <ComponentGroup Id =" cmpgrp_MySQL56_64" Directory =" PLUGIN56_64 " >
441
375
<ComponentRef Id =" cmp_MySQLPlugin_64" />
442
376
</ComponentGroup >
443
377
452
386
<ComponentGroup Id =" cmpgrp_MySQL57" Directory =" PLUGIN57" >
453
387
<ComponentRef Id =" cmp_MySQLPlugin" />
454
388
</ComponentGroup >
455
- <ComponentGroup Id =" cmpgrp_MySQL57_64" Directory =" PLUGIN57 " >
389
+ <ComponentGroup Id =" cmpgrp_MySQL57_64" Directory =" PLUGIN57_64 " >
456
390
<ComponentRef Id =" cmp_MySQLPlugin_64" />
457
391
</ComponentGroup >
458
392
463
397
<ComponentRef Id =" cmp_MySQLConfig" />
464
398
</ComponentGroup >
465
399
466
-
467
-
468
-
469
400
</Fragment >
470
401
</Wix >
0 commit comments