9
edits
Changes
no edit summary
== Add silent installers ==
If you've never contributed to a wiki before it can take some time to figure out how to add a new page and link it up to the correct category.
To add a silent installer simply follow the next few steps:
1. Type the name of the application/tool you want to add in the search box
2. If no page exist yet with that name you can click on the "Click on the "create an article with this title" link
3. Type a short introduction of the application. Use the "External Link" button in the toolbar to add a link where one can download the application from.
4. Type your xml code between the <PRE></PRE> tags.
5. Use variables like %PACKAGES% and %PROGRAMFILES% to specify the paths.
6. Link your silent installer to the "Silent Installers" category (so it ends up under the right letter in the list) by adding the following as your last line
<pre>[[Category:Silent Installers]]</pre>
If you've never contributed to a wiki before it can take some time to figure out how to add a new page and link it up to the correct category.
To add a silent installer simply follow the next few steps:
1. Type the name of the application/tool you want to add in the search box
2. If no page exist yet with that name you can click on the "Click on the "create an article with this title" link
3. Type a short introduction of the application. Use the "External Link" button in the toolbar to add a link where one can download the application from.
4. Type your xml code between the <PRE></PRE> tags.
5. Use variables like %PACKAGES% and %PROGRAMFILES% to specify the paths.
6. Link your silent installer to the "Silent Installers" category (so it ends up under the right letter in the list) by adding the following as your last line
<pre>[[Category:Silent Installers]]</pre>