|
|
|
@ -2,14 +2,17 @@ |
|
|
|
|
<packages> |
|
|
|
|
<package id="logs" |
|
|
|
|
name="Journaux d'installation" |
|
|
|
|
revision="8" |
|
|
|
|
revision="9" |
|
|
|
|
priority="1" |
|
|
|
|
execute="always"> |
|
|
|
|
|
|
|
|
|
<install timeout="5" cmd='%COMSPEC% /C if not exist "%WPKGLOGS%\logs" mkdir %WPKGLOGS%\logs' /> |
|
|
|
|
<install timeout="5" cmd='%COMSPEC% /C if not exist "%WPKGLOGS%\databases" mkdir %WPKGLOGS%\databases' /> |
|
|
|
|
<install timeout="5" cmd='%COMSPEC% /C if not exist "%WPKGLOGS%\databases" mkdir %WPKGLOGS%\fusioninventory' /> |
|
|
|
|
<install timeout="15" cmd='%COMSPEC% /C copy /Y "%SYSTEMROOT%\system32\wpkg.xml" "%WPKGLOGS%\databases\%COMPUTERNAME%.xml"' /> |
|
|
|
|
<install timeout="15" cmd='%COMSPEC% /C copy /Y "%TEMP%\wpkg-%COMPUTERNAME%.log" "%WPKGLOGS%\logs\%COMPUTERNAME%.log"' /> |
|
|
|
|
<install architecture='x86' timeout="15" cmd='%COMSPEC% /C if exists "%PROGRAMFILES%\FusionInventory-Agent\agent-log.txt" copy /Y "%PROGRAMFILES%\FusionInventory-Agent\agent-log.txt" "%WPKGLOGS%\fusioninventory\%COMPUTERNAME%.txt"' /> |
|
|
|
|
<install architecture='x64' timeout="15" cmd='%COMSPEC% /C if exists "%PROGRAMFILES(x86)%\FusionInventory-Agent\agent-log.txt" copy /Y "%PROGRAMFILES(x86)%\FusionInventory-Agent\agent-log.txt" "%WPKGLOGS%\fusioninventory\%COMPUTERNAME%.txt"' /> |
|
|
|
|
<upgrade include="install" /> |
|
|
|
|
<downgrade include="install" /> |
|
|
|
|
</package> |
|
|
|
|