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

Side by Side Diff: installer/index.html

Issue 10969028: Removed outdated InnoSetup installer and renamed WixInstaller directory into the canonical installer (Closed)
Patch Set: Created June 20, 2013, 6:47 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « installer/en-us.wxl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Installation for Adblock Plus for IE</title> 3 <title>Installation for Adblock Plus for IE</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <h1>Installation Goals</h1> 6 <h1>Installation Goals</h1>
7 <h2>Use Cases Supported</h2> 7 <h2>Use Cases Supported</h2>
8 We have three basic use cases: 8 We have three basic use cases:
9 <ul> 9 <ul>
10 <li> 10 <li>
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 <h1>Reference</h1> 198 <h1>Reference</h1>
199 It would seem sensible to use a single MSI for both 32- and 64-bit versions. 199 It would seem sensible to use a single MSI for both 32- and 64-bit versions.
200 Indeed, there's a Stack Overflow question exactly on this topic. 200 Indeed, there's a Stack Overflow question exactly on this topic.
201 <a href="http://stackoverflow.com/questions/3724956/single-msi-to-install-co rrect-32-or-64-bit-c-sharp-application">Single MSI to install correct 32 or 64 b it c# application</a> 201 <a href="http://stackoverflow.com/questions/3724956/single-msi-to-install-co rrect-32-or-64-bit-c-sharp-application">Single MSI to install correct 32 or 64 b it c# application</a>
202 The answer, however, is no. 202 The answer, however, is no.
203 This blog post explains why. 203 This blog post explains why.
204 <a href="http://blogs.msdn.com/b/heaths/archive/2008/01/15/different-package s-are-required-for-different-processor-architectures.aspx">Different Packages ar e Required for Different Processor Architectures</a> 204 <a href="http://blogs.msdn.com/b/heaths/archive/2008/01/15/different-package s-are-required-for-different-processor-architectures.aspx">Different Packages ar e Required for Different Processor Architectures</a>
205 205
206 </body> 206 </body>
207 </html> 207 </html>
OLDNEW
« no previous file with comments | « installer/en-us.wxl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld