Files
es_build_deliv/windows_deliv/install/includes/Preprocessors.wxi
2018-06-27 11:58:47 +02:00

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 = "9CCB7F8C-7AC0-44d0-8F0F-F17A1E4E0161" ?>
<?define RegistriesGuid = "238E308A-4805-4803-AE76-105BD697B236" ?>
<?define ShortcutsGuid = "D52D8C72-06D3-4bde-A27F-00A184062D70" ?>
<?else?>
<?define ProductGuid = "9ABBC2D5-C6AE-4816-B34F-CE4C3A5BCC45" ?>
<?define RegistriesGuid = "67E1AF55-FD3D-4a92-97CF-DE7D195A485F" ?>
<?define ShortcutsGuid = "2697FFE1-80F1-445a-8745-E0913FCA69CB" ?>
<?endif?>
<?define UpgradeGuid = "8F2F7FDA-F3F9-4ebc-8FF3-E320EE191970" ?>
<?define Product = "EiffelStudio" ?>
<?define ProductVersion = "18.06" ?>
<?define ProductDescription = "EiffelStudio 18.06 Integrated Development Environment (IDE) Installer" ?>
<?define ProductKey = "Eiffel_18.06" ?>
<?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.06" ?>
<?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.06" ?>
<?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>