12 lines
458 B
XML
12 lines
458 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Include>
|
|
<?define InstallName = "eSuite WorkBench" ?>
|
|
<?define Manufacturer = "Sun Strategy" ?>
|
|
<?define UpgradeCode = "e940103f-334f-4534-978b-b12f405eae09" ?>
|
|
<?define INSTALLFOLDER = "$(var.InstallName)" ?>
|
|
|
|
<!-- Set installer version based on the file version of the main assembly. -->
|
|
<?define ProductVersion="!(bind.FileVersion.fileSuiteWorkBench)"?>
|
|
<!--<?define ProductVersion="0.7.0.0"?>-->
|
|
</Include>
|