Hi Ari, Ari Constancio wrote: > I'm having trouble installing Avira Antivir Professional 8 with WPKG. Which kind of problems do you have? Any output? WPKG log? I am using the free edition on some private machines but it does not have a silent installer. > I'm using this configuration for both packages: > > <package > id="antivir" > name="Antivir Professional" > revision="2008" > reboot="false" > priority="1"> > <depends package-id="antivir_sec" /> > <check type="uninstall" condition="exists" path="Avira Antivir > Professional" /> > <install cmd='cmd /c copy %SOFTWARE%\antivir\hbedv.key > %SYSTEMDRIVE%\hbedv.key' /> > <install cmd='%SOFTWARE%\antivir\antivir_wrk\basic\setup.exe > /inf="%SOFTWARE%\antivir\setup.inf"' /> > <remove cmd='%SOFTWARE%\antivir\antivir_wrk\basic\setup.exe > /remsilent' /> > </package> I am not sure about Avira Professional but the free edition uses hbdev.key within "%ProgramFiles%\Avira\AntiVir Desktop", not within %SYSTEMDRIVE%. So you might have to copy it to another directory. In addition I see you're first copying the key and then installing Avira. You might have to change this order. > <package > id="antivir_sec" > name="Antivir Security Management Center Agent" > revision="2008" > reboot="false" > priority="2"> > <check type="uninstall" condition="exists" path="Avira Security > Management Center Agent" /> > <install cmd='%SOFTWARE%\antivir\antivir_sec_agent\setup.exe > /s /f1"%SOFTWARE%\antivir\setup.iss" /f2"%SYSTEMDRIVE%\log.txt"' /> > <remove cmd='%SOFTWARE%\antivir\antivir_sec_agent\setup.exe /x' /> > </package> This actually does not look bad. > Can anyone give me pointers to errors in above config? Maybe I did, maybe not ;-) br, Rainer |