Main Page
From ISXKB
(→<center> Inno Setup Extensions Knowledge Base </center>) |
Current revision (08:54, 21 September 2009) (view source) m (Full stop after the old zip file missing) |
||
(11 intermediate revisions not shown.) | |||
Line 8: | Line 8: | ||
There are currently {{NUMBEROFARTICLES}} articles in the ISXKB. You can [[Special:Search|search]] the ISXKB, browse through a list with [[Special:Allpages|all articles]], or view them sorted by [[Special:Categories|category]]. A list sorted by [[Special:Popularpages|article popularity]] is also available as well as all [[Special:Specialpages|special pages]]. | There are currently {{NUMBEROFARTICLES}} articles in the ISXKB. You can [[Special:Search|search]] the ISXKB, browse through a list with [[Special:Allpages|all articles]], or view them sorted by [[Special:Categories|category]]. A list sorted by [[Special:Popularpages|article popularity]] is also available as well as all [[Special:Specialpages|special pages]]. | ||
- | |||
- | |||
If you would like to help improve and extend the ISXKB [[Help:Editing_pages]] is the place to go. Note that because of spamming now only trusted users can change and add pages, but it's easy to become one (if you're not a spammer ;-). [[Help:Editing_pages]] explains how. | If you would like to help improve and extend the ISXKB [[Help:Editing_pages]] is the place to go. Note that because of spamming now only trusted users can change and add pages, but it's easy to become one (if you're not a spammer ;-). [[Help:Editing_pages]] explains how. | ||
Line 15: | Line 13: | ||
If you are a developer and you're using Inno Setup as your deployment application feel free to add your software to the subcategory it belongs to under the [[:Category:Inno Setup Users|Inno Setup users]] category, or create a subcategory if you think it doesn't fit anywhere else. | If you are a developer and you're using Inno Setup as your deployment application feel free to add your software to the subcategory it belongs to under the [[:Category:Inno Setup Users|Inno Setup users]] category, or create a subcategory if you think it doesn't fit anywhere else. | ||
- | == | + | == Getting Started == |
- | + | Every Inno user should read these first: | |
- | + | * [[Inno Setup download and installation]] | |
- | *[[ | + | * [http://www.innosetup.org/ishelp Inno Setup's help file] |
- | + | * [[Installation considerations]] | |
- | *[ | + | * [[Application considerations]] |
- | + | * [[Vista considerations]] | |
- | *[[ | + | * [[:Category:Basics|Basics Category]] |
- | + | ||
- | *[[Application considerations]] | + | <table width="100%" border="0"> |
- | *[[ | + | <tr> |
- | *[[ | + | <td valign="top"> |
- | + | <DynamicArticleList> | |
- | + | title=Newly Posted Articles | |
+ | type=new | ||
+ | count=5 | ||
+ | </DynamicArticleList> | ||
+ | </td> | ||
+ | |||
+ | <td valign="top"> | ||
+ | <DynamicArticleList> | ||
+ | title=Recently Updated Articles | ||
+ | type=update | ||
+ | count=5 | ||
+ | </DynamicArticleList> | ||
+ | </td> | ||
+ | |||
+ | <td valign="top"> | ||
+ | <DynamicArticleList> | ||
+ | title=Most Popular Articles | ||
+ | type=hot | ||
+ | count=10 | ||
+ | </DynamicArticleList> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
== Old Articles == | == Old Articles == | ||
- | The old version of the Inno Setup Extensions Knowledge Base was a Windows HTML help file (.chm). The file can still be downloaded from here: [[Media:isxkbchm.zip|isxkbchm.zip 339KB]] | + | The old version of the Inno Setup Extensions Knowledge Base was a Windows HTML help file (.chm). The file can still be downloaded from here: [[Media:isxkbchm.zip|isxkbchm.zip 339KB]]. Some of these articles may be outdated in the meantime as newer versions of Inno Setup support many new features that had to be achieved via a [Code] section in earlier versions. |
- | Some of these articles may be outdated in the meantime as newer versions of Inno Setup support many new features that had to be achieved via a [Code] section in earlier versions. | + |
Current revision
Inno Setup Extensions Knowledge Base
Inno Setup is an open source script-driven installation system created in Delphi by Jordan Russell.
The Inno Setup Extensions Knowledge Base (ISXKB) aims to support users of this installation system by providing a source of information, code snippets, guide lines, and ready-to-use solutions.
There are currently 153 articles in the ISXKB. You can search the ISXKB, browse through a list with all articles, or view them sorted by category. A list sorted by article popularity is also available as well as all special pages.
If you would like to help improve and extend the ISXKB Help:Editing_pages is the place to go. Note that because of spamming now only trusted users can change and add pages, but it's easy to become one (if you're not a spammer ;-). Help:Editing_pages explains how.
If you are a developer and you're using Inno Setup as your deployment application feel free to add your software to the subcategory it belongs to under the Inno Setup users category, or create a subcategory if you think it doesn't fit anywhere else.
Getting Started
Every Inno user should read these first:
- Inno Setup download and installation
- Inno Setup's help file
- Installation considerations
- Application considerations
- Vista considerations
- Basics Category
Old Articles
The old version of the Inno Setup Extensions Knowledge Base was a Windows HTML help file (.chm). The file can still be downloaded from here: isxkbchm.zip 339KB. Some of these articles may be outdated in the meantime as newer versions of Inno Setup support many new features that had to be achieved via a [Code] section in earlier versions.