Changes

Jump to: navigation, search

Ninite

17 bytes added, 20:37, 17 January 2013
A wpkg package to install an individual application
= A wpkg package to install an individual application =
Below is an example of a package which will install the application named in the appSelectName variable (in this case PDFCreator). The names used by the ninite commandline are given on [https://ninite.com/applist/pro.html this page]. The various switches disable the application's own autoupdate features and prevent the installers creating shortcuts on the desktop or quicklaunch bar. For a full list of commandline options see [https://ninite.com/help/features/switches.html this page].
<presource lang="xml">
<package id="pdfcreator" name='PDFCreator' revision="20130117.1" reboot="false" notify="false" execute="once" priority="10">
<variable name="appSelectName" value='PDFCreator' />
<remove cmd='%comspec% /C %SOFTWARE%\ninite\NiniteOne.exe /cachepath %SOFTWARE%\ninite\ninitecache /select %appSelectName% /silent /uninstall'/>
</package>
</presource>
This could probably be done more elegantly using [http://wpkg.org/Package_Templates wpkg package templates].
 
= A wpkg package which will update all relevant applications =

Navigation menu