Changes
Bacula
,no edit summary
if exist "%WPKGROOT%\packages\bacula\%COMPUTERNAME%-before.bat" (
if exist "%ALLUSERSPROFILE%\Dati applicazioni\Bacula" (
copy /y "%WPKGROOT%\packages\bacula\%COMPUTERNAME%-before.bat" "%ALLUSERSPROFILE%\Dati applicazioni\Bacula\before.batbat"
)
if exist "%ALLUSERSPROFILE%\Application Data\Bacula" (
copy /y "%WPKGROOT%\packages\bacula\%COMPUTERNAME%-before.bat" "%ALLUSERSPROFILE%\Application Data\Bacula\before.batbat"
)
)
if exist "%WPKGROOT%\packages\bacula\%COMPUTERNAME%-after.bat" (
if exist "%ALLUSERSPROFILE%\Dati applicazioni\Bacula" (
copy /y "%WPKGROOT%\packages\bacula\%COMPUTERNAME%-after.bat" "%ALLUSERSPROFILE%\Dati applicazioni\Bacula\after.bat"
)
if exist "%ALLUSERSPROFILE%\Application Data\Bacula" (