From bf48af6c71e2803dee2722cb1919a4035970d0d9 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: May 14 2010 02:15:28 +0000 Subject: Bug 592120 - console for 64bit Window2008 can not be installed https://bugzilla.redhat.com/show_bug.cgi?id=592120 Resolves: bug 592120 Bug Description: console for 64bit Window2008 can not be installed Reviewed by: self Branch: HEAD Fix Description: Needed to set the InstallerVersion to 200 (or greater) which is required for 64-bit packages. Needed to mark all of the components as 64-bit in the 64-bit package, even for "noarch" components such as jar files and scripts, or the installer would think it is not a real 64-bit package. Bumped the GUID and the version to 1.1.6. Confirmed using Orca validation and summary properties checking. Platforms tested: Windows 2008 64-bit Flag Day: no Doc impact: no --- diff --git a/win/Console.wxs b/win/Console.wxs index 004bda1..8e9043d 100644 --- a/win/Console.wxs +++ b/win/Console.wxs @@ -54,7 +54,7 @@ + InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252' /> @@ -203,39 +203,39 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/win/VERSION.mak b/win/VERSION.mak index ad14b22..6ca3bc6 100644 --- a/win/VERSION.mak +++ b/win/VERSION.mak @@ -7,14 +7,14 @@ BRANDNOSPACE=389 # this is the vendor or manufacturer VENDOR=389 Project # the version -VERSION=1.1.5 +VERSION=1.1.6 # the name of the product - this is used in the title of the # installer, in the name of the folder, and in the name # of the shortcuts PRODUCTNAME=$(BRAND) Management Console # this is the GUID of the package - must be changed # when the version is changed - use uuidgen -n1 -PKGGUID=e9874937-a842-4396-bb5a-71cd89d4b5ba +PKGGUID=FD65E7CA-6D18-419a-9296-0224F81229EC # the upgrade GUID should usually not be changed UPGRADEGUID=7EA828C0-C219-438d-9BB3-3418DC900D60 # guid of old version to be removed