From d6b1811c1cd2e6515d357862f9f2f7e4cd14c3af Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sat, 10 Jul 2010 19:07:24 +0000 Subject: [PATCH] Workaround for WiX bug to allow building on svn revisions >255 --- Builder/IISMainHandler/build.txt | 2 +- Builder/IISMainHandler/product.wxs | 6 +++--- Builder/IISUploadHandler/product.wxs | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index a42ae07..18af9ba 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -725 \ No newline at end of file +731 \ No newline at end of file diff --git a/Builder/IISMainHandler/product.wxs b/Builder/IISMainHandler/product.wxs index 3188e6c..9e74dfd 100644 --- a/Builder/IISMainHandler/product.wxs +++ b/Builder/IISMainHandler/product.wxs @@ -1,13 +1,13 @@ + Version='1.255.{build}.0' Manufacturer='inga-lovinde' UpgradeCode='3981e346-b07f-45aa-bb8e-263a01dee3f{targetId}' > - + - + diff --git a/Builder/IISUploadHandler/product.wxs b/Builder/IISUploadHandler/product.wxs index e9743dc..fb967b6 100644 --- a/Builder/IISUploadHandler/product.wxs +++ b/Builder/IISUploadHandler/product.wxs @@ -1,13 +1,13 @@ + Version='1.255.{build}.0' Manufacturer='inga-lovinde' UpgradeCode='1311A47C-18A2-47CB-AB1C-85C7FF020D68' > - + - +