Merge lp:~mandel/ubuntuone-windows-installer/add_version_wix_var into lp:ubuntuone-windows-installer/beta

Proposed by Manuel de la Peña
Status: Merged
Approved by: Rick McBride
Approved revision: 98
Merged at revision: 98
Proposed branch: lp:~mandel/ubuntuone-windows-installer/add_version_wix_var
Merge into: lp:ubuntuone-windows-installer/beta
Prerequisite: lp:~mandel/ubuntuone-windows-installer/add_icon
Diff against target: 38 lines (+3/-3)
3 files modified
install/UbuntuOne7.wxs (+1/-1)
install/UbuntuOneXP.wxs (+1/-1)
main.build (+1/-1)
To merge this branch: bzr merge lp:~mandel/ubuntuone-windows-installer/add_version_wix_var
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
John Lenton (community) Approve
Review via email: mp+37716@code.launchpad.net

Description of the change

Fix lp:629047 by adding a wix variable that will be passed to the wix project to state the version of the package.

To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) :
review: Approve
Revision history for this message
Rick McBride (rmcbride) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'install/UbuntuOne7.wxs'
--- install/UbuntuOne7.wxs 2010-10-06 09:12:45 +0000
+++ install/UbuntuOne7.wxs 2010-10-06 09:12:46 +0000
@@ -10,7 +10,7 @@
10 UpgradeCode="1f5dcd90-849c-11df-8395-0800200c9a66"10 UpgradeCode="1f5dcd90-849c-11df-8395-0800200c9a66"
11 Language="1033" 11 Language="1033"
12 Codepage="1252"12 Codepage="1252"
13 Version="1.0.0" 13 Version="$(var.VERSION)"
14 Manufacturer="Canonical Ltd.">14 Manufacturer="Canonical Ltd.">
15 15
16 <Package Id="*"16 <Package Id="*"
1717
=== modified file 'install/UbuntuOneXP.wxs'
--- install/UbuntuOneXP.wxs 2010-10-06 09:12:45 +0000
+++ install/UbuntuOneXP.wxs 2010-10-06 09:12:46 +0000
@@ -10,7 +10,7 @@
10 UpgradeCode="1f5dcd90-849c-11df-8395-0800200c9a66"10 UpgradeCode="1f5dcd90-849c-11df-8395-0800200c9a66"
11 Language="1033" 11 Language="1033"
12 Codepage="1252"12 Codepage="1252"
13 Version="1.0.0" 13 Version="$(var.VERSION)"
14 Manufacturer="Canonical Ltd.">14 Manufacturer="Canonical Ltd.">
15 15
16 <Package Id="*"16 <Package Id="*"
1717
=== modified file 'main.build'
--- main.build 2010-10-06 09:12:45 +0000
+++ main.build 2010-10-06 09:12:46 +0000
@@ -292,7 +292,7 @@
292 managed="true"292 managed="true"
293 workingdir="install"293 workingdir="install"
294 program="candle.exe"294 program="candle.exe"
295 commandline="-ext WixUIExtension -ext WixUtilExtension UbuntuOne7.wxs"/>295 commandline='-ext WixUIExtension -ext WixUtilExtension -dVERSION="${buildnumber.major}.${buildnumber.minor}.${buildnumber.build}.${buildnumber.revision}" UbuntuOne7.wxs'/>
296 296
297 <!-- wix linker -->297 <!-- wix linker -->
298 <exec basedir="tools/Wix/bin"298 <exec basedir="tools/Wix/bin"

Subscribers

People subscribed via source and target branches

to all changes: