Changes

Jump to: navigation, search

WPKG

11 bytes added, 04:25, 17 December 2007
no edit summary
Computer scientists love recursion, or bootstrap, so this it a try to write a WPKG xml file that... installs itself.
<pre>
<package
id="wpkg"
<!-- <remove cmd='msiexec /qn /x{2F7AB97F-17EC-4128-9BD1-903FC71F1B52}' /> --> <!-- 1.2rc6 -->
<!-- <remove cmd='msiexec /qn /x{D6D68FEC-0044-4E2A-9333-6C4BC1D5B1DE}' /> --> <!-- 1.2rc5 -->
 
</package>
<remove cmd='echo "nothing"' />
</package>
</pre>
I use this setup from now to install all the stuff with a single command; I've simply build up a batch file that defines the same environment variable defined in settings.xml and start directly wpkg.js, as:
117
edits

Navigation menu