This is an script that I want to run om my computers. (Kixtart 4.51)

First I want to remove the Panda and then when the panda is removed I want to run the install script for F-secure, and finally when it is installed I dont want the script to run. Thats why I added the IF NOT EXIST statement. Now theres only one small problem left.. How do I make it work ?? The file PandaRemover contains a reboot when it finds the avengine, so the first reboot works.



Code:
DEBUG ON
IF EXIST ("%programfiles%\Panda Software\AVTC\avengine.exe")
? "Preparing to delete."
? "Loading the PandaRemove2 from network"
RUN "\\server4\Gemensam\kix\pandaunst\pandaremover.exe"
? "Pandoraremove2 har completed
ELSE
RUN ("msiexec /i \\server4\Gemensam\kix\pandaunst\Fsecure_CS6.03.msi /passive /norestart")
endif
_________________________
_ _________________ _ Computers make very fast, very accurate mistakes