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

Proposed by Manuel de la Peña
Status: Merged
Approved by: Rick McBride
Approved revision: 67
Merged at revision: 77
Proposed branch: lp:~mandel/ubuntuone-windows-installer/remove_license
Merge into: lp:ubuntuone-windows-installer/beta
Prerequisite: lp:~mandel/ubuntuone-windows-installer/remove_installer_options
Diff against target: 51 lines (+35/-3)
1 file modified
install/UbuntuOne.wxs (+35/-3)
To merge this branch: bzr merge lp:~mandel/ubuntuone-windows-installer/remove_license
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
Stuart Colville (community) Approve
Review via email: mp+34278@code.launchpad.net

Description of the change

Do a custom modification to the minimal ui from the msi to remove the EULA agreement since the user has to agree to it when he joins the service.

To post a comment you must log in.
Revision history for this message
Stuart Colville (muffinresearch) :
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
1=== modified file 'install/UbuntuOne.wxs'
2--- install/UbuntuOne.wxs 2010-09-01 14:47:38 +0000
3+++ install/UbuntuOne.wxs 2010-09-01 14:47:38 +0000
4@@ -1087,12 +1087,44 @@
5 <ComponentRef Id="Msvcr90Component" />
6 </Feature>
7
8- <UIRef Id="WixUI_Minimal"/>
9+ <UI Id="WixUI_Minimal_No_License">
10+ <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
11+ <TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
12+ <TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
13+
14+ <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
15+ <Property Id="WixUI_Mode" Value="Minimal" />
16+
17+ <DialogRef Id="ErrorDlg" />
18+ <DialogRef Id="FatalError" />
19+ <DialogRef Id="FilesInUse" />
20+ <DialogRef Id="MsiRMFilesInUse" />
21+ <DialogRef Id="PrepareDlg" />
22+ <DialogRef Id="ProgressDlg" />
23+ <DialogRef Id="ResumeDlg" />
24+ <DialogRef Id="UserExit" />
25+ <DialogRef Id="WelcomeDlg" />
26+
27+ <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
28+
29+ <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
30+
31+ <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="PrepareDlg">1</Publish>
32+
33+ <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
34+ <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
35+ <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">1</Publish>
36+
37+ <Property Id="ARPNOMODIFY" Value="1" />
38+ </UI>
39+
40+ <UIRef Id="WixUI_Common" />
41+ <UIRef Id="WixUI_Minimal_No_License"/>
42 <UIRef Id="WixUI_ErrorProgressText" />
43
44 <!-- UI settings, to be defined by the design team -->
45- <!-- <WixVariable Id="WixUILicenseRtf" Value="path\License.rtf" />
46- <WixVariable Id="WixUIBannerBmp" Value="path\banner.bmp" />
47+
48+ <!-- <WixVariable Id="WixUIBannerBmp" Value="path\banner.bmp" />
49 <WixVariable Id="WixUIDialogBmp" Value="path\dialog.bmp" />
50 <WixVariable Id="WixUIExclamationIco" Value="path\exclamation.ico" />
51 <WixVariable Id="WixUIInfoIco" Value="path\information.ico" />

Subscribers

People subscribed via source and target branches

to all changes: