From: Asanka Herath Date: Wed, 5 Oct 2005 20:15:15 +0000 (+0000) Subject: STABLE140-windows-wix-product-id-20051005 X-Git-Tag: openafs-stable-1_4_0-rc7~11 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e725581755fb425db9b1bdaedbe1f473873991c4;p=packages%2Fo%2Fopenafs.git 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) --- 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 @@ +