| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |