From: Asanka Herath Date: Wed, 5 Oct 2005 14:32:29 +0000 (+0000) Subject: windows-wix-product-id-20051005 X-Git-Tag: openafs-devel-1_5_0~284 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b9b6cb7c25cb3bcd4d34d1a52a7915c9ba46df06;p=packages%2Fo%2Fopenafs.git 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. --- 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 @@ +