Difference between revisions of "Help:Add silent installers"
From WPKG | Open Source Software Deployment and Distribution
m (→Add silent installers) |
m (→Add silent installers) |
||
Line 6: | Line 6: | ||
# Type the name of the application/tool you want to add in the search box. | # Type the name of the application/tool you want to add in the search box. | ||
− | |||
# If no page exist yet with that name you can click on the "Create an article with this title" link. | # If no page exist yet with that name you can click on the "Create an article with this title" link. | ||
− | |||
# 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. | # 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. | ||
− | |||
# Type your XML code between the '''<nowiki><source lang="xml"> </source></nowiki>''' tags. | # Type your XML code between the '''<nowiki><source lang="xml"> </source></nowiki>''' tags. | ||
− | |||
# Use environment variables like '''%PROGRAMFILES%''' to specify the paths. For a thorough list of Windows environment variables see [[Windows environment variables]]. Similarly, please also use '''%SOFTWARE%''' to specify the WPKG package installation directory on the server. Silent installer scripts will then work for everyone's setup, rather than only those whose directory structure matches your own. | # Use environment variables like '''%PROGRAMFILES%''' to specify the paths. For a thorough list of Windows environment variables see [[Windows environment variables]]. Similarly, please also use '''%SOFTWARE%''' to specify the WPKG package installation directory on the server. Silent installer scripts will then work for everyone's setup, rather than only those whose directory structure matches your own. | ||
− | |||
# 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: | # 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: | ||
− | + | [[Category:Silent Installers]] |
Revision as of 12:49, 4 February 2008
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:
- Type the name of the application/tool you want to add in the search box.
- If no page exist yet with that name you can click on the "Create an article with this title" link.
- 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.
- Type your XML code between the <source lang="xml"> </source> tags.
- Use environment variables like %PROGRAMFILES% to specify the paths. For a thorough list of Windows environment variables see Windows environment variables. Similarly, please also use %SOFTWARE% to specify the WPKG package installation directory on the server. Silent installer scripts will then work for everyone's setup, rather than only those whose directory structure matches your own.
- 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: