Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 11258006: Bootstrapper (Closed)

Created:
July 25, 2013, 9:47 p.m. by Eric
Modified:
Aug. 6, 2013, 12:43 p.m.
Visibility:
Public.

Description

Bootstrap installer. Overrides the UI of its packaged MSI's and substitutes its own. Localizable, at least if the quasi-documentation is accurate (see source comment). All the localization strings are in the ".wxl" file. Supersedes http://codereview.adblockplus.org/10977019/

Patch Set 1 #

Total comments: 22
Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -8 lines) Patch
A installer/1031/bootstrap-theme.wxl View 1 chunk +50 lines, -0 lines 2 comments Download
M installer/Makefile View 2 chunks +6 lines, -6 lines 0 comments Download
A installer/abp-64.png View Binary file 0 comments Download
A installer/bootstrap-theme.wxl View 1 chunk +50 lines, -0 lines 15 comments Download
A installer/bootstrap-theme.xml View 1 chunk +57 lines, -0 lines 3 comments Download
M installer/setup.wxs View 4 chunks +10 lines, -2 lines 2 comments Download

Messages

Total messages: 7
Eric
July 25, 2013, 9:55 p.m. (2013-07-25 21:55:17 UTC) #1
Felix Dahlke
http://codereview.adblockplus.org/11258006/diff/1/installer/1031/bootstrap-theme.wxl File installer/1031/bootstrap-theme.wxl (right): http://codereview.adblockplus.org/11258006/diff/1/installer/1031/bootstrap-theme.wxl#newcode2 installer/1031/bootstrap-theme.wxl:2: <WixLocalization Culture="de-de" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization"> Shouldn't this be Language="1031"? http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.wxl ...
Aug. 1, 2013, 9:51 a.m. (2013-08-01 09:51:21 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.wxl File installer/bootstrap-theme.wxl (right): http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.wxl#newcode6 installer/bootstrap-theme.wxl:6: <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String> I ...
Aug. 1, 2013, 10:30 a.m. (2013-08-01 10:30:33 UTC) #3
Felix Dahlke
http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.wxl File installer/bootstrap-theme.wxl (right): http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.wxl#newcode20 installer/bootstrap-theme.wxl:20: <String Id="InstallWelcome">This setup program installs Adblock Plus for IE ...
Aug. 1, 2013, 10:52 a.m. (2013-08-01 10:52:43 UTC) #4
Eric
http://codereview.adblockplus.org/11258006/diff/1/installer/1031/bootstrap-theme.wxl File installer/1031/bootstrap-theme.wxl (right): http://codereview.adblockplus.org/11258006/diff/1/installer/1031/bootstrap-theme.wxl#newcode2 installer/1031/bootstrap-theme.wxl:2: <WixLocalization Culture="de-de" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/localization"> On 2013/08/01 09:51:21, Felix H. ...
Aug. 1, 2013, 6:58 p.m. (2013-08-01 18:58:37 UTC) #5
Oleksandr
LGTM in general, apart of control sizes hardcoded, of course. http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.xml File installer/bootstrap-theme.xml (right): http://codereview.adblockplus.org/11258006/diff/1/installer/bootstrap-theme.xml#newcode1 ...
Aug. 3, 2013, 5:51 p.m. (2013-08-03 17:51:39 UTC) #6
Felix Dahlke
Aug. 5, 2013, 1:06 p.m. (2013-08-05 13:06:23 UTC) #7
Eric, as discussed elsewhere, can you check that this works with texts which are
roughly twice as long? If that works, then I guess we can go with the fixed
sizes for now.

If it doesn't work, we will only release an English installer and look into
localised installers later. We'll still want to have a single installer that
starts the correct MSI, so we might as well go with the bootstrapper.

Powered by Google App Engine
This is Rietveld