Files
es_build_deliv/windows_deliv/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 = "00C1CA54-B234-43F7-8821-1488E8224BD3" ?>
<?define RegistriesGuid = "E8B890D0-3118-402E-8E90-BD401CD3DD89" ?>
<?define ShortcutsGuid = "8627643F-4630-4649-9AA5-E6BC78674934" ?>
<?else?>
<?define ProductGuid = "2E2B8DDA-0AF3-4FD9-AC40-5C862846307C" ?>
<?define RegistriesGuid = "FDC60BBD-74C9-40A8-9322-D6872738BD80" ?>
<?define ShortcutsGuid = "8DEF0013-A478-432F-B698-BB52844FBD8F" ?>
<?endif?>
<?define UpgradeGuid = "9E70F3A9-F792-4AA6-8F52-5351365B85D5" ?>
<?define Product = "EiffelStudio" ?>
<?define ProductVersion = "19.01" ?>
<?define ProductDescription = "EiffelStudio 19.01" Integrated Development Environment (IDE) Installer" ?>
<?define ProductKey = "Eiffel_19.01" ?>
<?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_19.01" ?>
<?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_19.01" ?>
<?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>