summaryrefslogtreecommitdiff
path: root/dist/winmsi/db.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'dist/winmsi/db.wxs')
-rw-r--r--dist/winmsi/db.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/winmsi/db.wxs b/dist/winmsi/db.wxs
index a12bf3b6..a274daed 100644
--- a/dist/winmsi/db.wxs
+++ b/dist/winmsi/db.wxs
@@ -1,5 +1,5 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id='*' UpgradeCode='2df79540-9c19-11df-b5e4-00262db1b537'
+ <Product Id='*' UpgradeCode='89316d6e-b68c-11e3-8d9b-001d099e0a33'
Name='@PRODUCT_NAME@' Version='@PROD_WIX_VERSION@'
Manufacturer='Oracle' Language='1033'>
@@ -12,7 +12,7 @@
Compressed='yes' Platform="x86"
Languages="1033" SummaryCodepage="1252" />
<!-- The upgrade id should be the same to the UpgradeCode of the previous version you want upgrade -->
- <Upgrade Id='529068a1-2ba8-11df-8e8e-00262db1b537'>
+ <Upgrade Id='2ef4dbf0-b1a7-11e2-af6c-001e4f951af2'>
<UpgradeVersion OnlyDetect="yes"
Minimum="@PROD_WIX_VERSION@"
Property="NEWERFOUND"