Files
es_build_deliv/windows/install/includes/Preprocessors.wxi

83 lines
3.1 KiB
XML

<?xml version="1.0"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?ifndef Preprocessors?>
<?define Preprocessors = "1"?>
<?ifdef x64?>
<?define IsWin64 = "yes"?>
<?else?>
<?define IsWin64 = "no"?>
<?endif?>
<?ifdef x64?>
<?define PrgFiles = "ProgramFiles64Folder" ?>
<?define MsiVersion = "300" ?>
<?define MsiPlatform = "x64" ?>
<?else?>
<?define PrgFiles = "ProgramFilesFolder" ?>
<?define MsiVersion = "200" ?>
<?define MsiPlatform = "x86" ?>
<?endif?>
<!-- PRODUCT SPECIFIC -->
<?ifdef EiffelStudio?>
<?ifdef Enterprise?>
<?define Edition = "Enterprise"?>
<?define LicenseFile = "enterprise.rtf"?>
<?else?>
<?define Edition = "GPL"?>
<?define LicenseFile = "gpl.rtf"?>
<?endif?>
<?ifdef x64?>
<?define ProductGuid = "C0ECCD9E-FB11-49C8-BB76-D3466CCF8803" ?>
<?define RegistriesGuid = "B583F10F-575B-471E-9D5B-716CE7FB7AAA" ?>
<?define ShortcutsGuid = "15029359-1ECF-475D-BDAC-FBFDE875B58C" ?>
<?else?>
<?define ProductGuid = "5584AB7C-AE11-4CC5-A5CC-30BAB02844D8" ?>
<?define RegistriesGuid = "86ED8CF2-CC48-4D46-A9F5-A6B1D7347736" ?>
<?define ShortcutsGuid = "A68AC36A-E574-49AE-8870-8599923F5D0A" ?>
<?endif?>
<?define UpgradeGuid = "807C2196-0BDD-4C4D-96C6-B94E3EDC8C99" ?>
<?define Product = "EiffelStudio" ?>
<?define ProductVersion = "18.05" ?>
<?define ProductDescription = "EiffelStudio 18.05 Integrated Development Environment (IDE) Installer" ?>
<?define ProductKey = "Eiffel_18.05" ?>
<?else?>
<?ifdef EiffelEnvision?>
<?ifdef Enterprise?>
<?define Edition = "Enterprise Edition"?>
<?define LicenseFile = "enterprise.rtf"?>
<?else?>
<?define Edition = "Lite"?>
<?define LicenseFile = "free.rtf"?>
<?endif?>
<?ifdef x64?>
<?define ProductGuid = "A8D26619-266C-49C3-A257-F9F8C4F958A0" ?>
<?else?>
<?define ProductGuid = "C0FD2907-AC52-42C6-8420-1D37A400C770" ?>
<?endif?>
<?define UpgradeGuid = "F98A29ED-2E72-45E8-8F45-E936B25774DB" ?>
<?define Product = "EiffelEnvision" ?>
<?define ProductVersion = "2.8" ?>
<?define ProductDescription = "EiffelEnvision 2.8 The Eiffel for .NET Language Package for Visual Studio .NET 2005" ?>
<?define ProductKey = "Eiffel_18.05" ?>
<?else?>
<?define Edition = "Test"?>
<?define LicenseFile = "gpl.rtf"?>
<?define ProductGuid = "9FF8F00B-86B0-41AD-962C-00517951FB62" ?>
<?define UpgradeGuid = "1263FA71-F9CA-4F2E-BFEC-988C77F7DF50" ?>
<?define Product = "EiffelStudio" ?>
<?define ProductVersion = "2.8" ?>
<?define ProductDescription = "Test" ?>
<?define ProductKey = "Eiffel_18.05" ?>
<?endif?>
<?endif?>
<?define ProductName = "$(var.Product) $(var.ProductVersion) ($(var.Platform)) $(var.Edition)" ?>
<?define InstallName = "$(var.Product) $(var.ProductVersion) $(var.Edition)" ?>
<!-- END PRODUCT SPECIFIC -->
<?endif?>
</Include>