From: Jeffrey Altman Date: Wed, 5 Oct 2005 16:32:34 +0000 (+0000) Subject: STABLE14-windows-wix-product-id-20051005 X-Git-Tag: openafs-stable-1_4_1-rc1~68 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=af644a3e83dc07f49024e1957a434004af9e9e20;p=packages%2Fo%2Fopenafs.git 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) --- 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 @@ +