From af644a3e83dc07f49024e1957a434004af9e9e20 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 5 Oct 2005 16:32:34 +0000 Subject: [PATCH] STABLE14-windows-wix-product-id-20051005 Remove Product ID from Makefiles. They will be auto-generated in the Wix 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. ==================== Auto-generate Product IDs at build time since each installer has a unique name. This will allow upgrades to be performed automatically. (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 @@ +