From e725581755fb425db9b1bdaedbe1f473873991c4 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Wed, 5 Oct 2005 20:15:15 +0000 Subject: [PATCH] STABLE140-windows-wix-product-id-20051005 As the file name of the OpenAFS installer changes with each release, so must the Product ID (but not the Upgrade ID). Therefore, do not hard code the Product ID in the Makefile, instead auto-generate it as part of the installer. ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== Remove staticly assigned product ids from the makefiles. Product Ids will be generated on the fly by Wix. (cherry picked from commit b9b6cb7c25cb3bcd4d34d1a52a7915c9ba46df06) --- src/WINNT/install/wix/NTMakefile | 1 - src/WINNT/install/wix/openafs.wxs | 8 +++++++- src/config/NTMakefile.amd64_w2k | 4 ---- src/config/NTMakefile.i386_nt40 | 4 ---- src/config/NTMakefile.i386_w2k | 4 ---- 5 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/WINNT/install/wix/NTMakefile b/src/WINNT/install/wix/NTMakefile index d8868af20..d1b75a20d 100644 --- a/src/WINNT/install/wix/NTMakefile +++ b/src/WINNT/install/wix/NTMakefile @@ -65,7 +65,6 @@ $(WIXOBJ): openafs.wxs $(WIXINCLUDES) -dVersionMajor=$(AFSPRODUCT_VER_MAJOR) \ -dVersionMinor=$(AFSPRODUCT_VER_MINOR) \ -dVersionPatch=$(AFSPRODUCT_VER_PATCH) \ - -dProductCode=$(AFSPRODUCT_VER_GUID) \ "-dDestDir=$(DESTDIR)\\" \ -dCellDbFile=CellServDB \ -v0 \ diff --git a/src/WINNT/install/wix/openafs.wxs b/src/WINNT/install/wix/openafs.wxs index d0c493b29..fb01ee615 100644 --- a/src/WINNT/install/wix/openafs.wxs +++ b/src/WINNT/install/wix/openafs.wxs @@ -7,8 +7,14 @@ +