You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
376 B
13 lines
376 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<packages>
|
|
<package id="logs"
|
|
name="Journaux d'installation"
|
|
revision="13"
|
|
priority="1"
|
|
execute="always">
|
|
|
|
<install timeout="15" cmd='%SOFTWARE%\logs\push_logs.bat' />
|
|
<upgrade include="install" />
|
|
<downgrade include="install" />
|
|
</package>
|
|
</packages>
|
|
|