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

Proposed by Manuel de la Peña
Status: Merged
Approved by: John Lenton
Approved revision: 66
Merged at revision: 76
Proposed branch: lp:~mandel/ubuntuone-windows-installer/remove_installer_options
Merge into: lp:ubuntuone-windows-installer/beta
Prerequisite: lp:~mandel/ubuntuone-windows-installer/add_storage_protocol_certificates
Diff against target: 24 lines (+3/-4)
1 file modified
install/UbuntuOne.wxs (+3/-4)
To merge this branch: bzr merge lp:~mandel/ubuntuone-windows-installer/remove_installer_options
Reviewer Review Type Date Requested Status
John Lenton (community) Approve
Rodrigo Moya (community) Approve
Review via email: mp+34276@code.launchpad.net

Description of the change

Removes the use of the Mondo UI to use the minimal one.

To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) :
review: Approve
Revision history for this message
John Lenton (chipaca) wrote :

the directory change is good also. I'm assuming we don't care about the upgrade from the old dir to the new?

review: Approve
Revision history for this message
Manuel de la Peña (mandel) wrote :

> the directory change is good also. I'm assuming we don't care about the
> upgrade from the old dir to the new?
I do not expect issues since during the upgrade the user will not be allow to change the path.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'install/UbuntuOne.wxs'
2--- install/UbuntuOne.wxs 2010-09-01 14:47:21 +0000
3+++ install/UbuntuOne.wxs 2010-09-01 14:47:21 +0000
4@@ -63,7 +63,7 @@
5 </Directory>
6 </Directory>
7 <Directory Id="ProgramFilesFolder"
8- Name="PFiles">
9+ Name="ProgramFilesFolder">
10 <Directory Id="Canonical"
11 Name="Canonical">
12 <Directory Id="U1Installdir"
13@@ -1086,9 +1086,8 @@
14 <ComponentRef Id="Msvcp90Component" />
15 <ComponentRef Id="Msvcr90Component" />
16 </Feature>
17-
18- <!-- Provide the UI extensions to be used -->
19- <UIRef Id="WixUI_Mondo" />
20+
21+ <UIRef Id="WixUI_Minimal"/>
22 <UIRef Id="WixUI_ErrorProgressText" />
23
24 <!-- UI settings, to be defined by the design team -->

Subscribers

People subscribed via source and target branches

to all changes: