3,217
edits
Changes
m
'''Note'''
If you use execute once / always, then put your installation instructions as "<install cmd...", not as "<upgrade cmd...".
no edit summary
Below, an example for execute="always":
<pre> <package<br> id="time"<br> name="Time Synchonization"<br> execute="always"><br> <install cmd="net time \\timeserver /set /yes" /><br>
</package>
</pre>
'''Notes'''
* if you use execute once / always, then put your installation instructions as "<install cmd...", not as "<upgrade cmd...".
* similarly, on revision upgrades, "<install cmd..." is used, not "<upgrade cmd..."
* all checks are ignored with execute once / always
[[category:Documentation]]