I am trying to upgrade Norton Corp ed 7.5 to 7.51 with kix. I can get the installation to start normally within kix and that runs and updates OK, but if i try to do the update silently with the same script as before but with the extra commands on the end (Commands from the norton manual) the update doesn't work. I am wondering if kix is possibly messing it up, has anyone else had this problem. The script is below

Here is for a prompted install;

shell "\\SERVERNAME\VPHOME\clt-inst\WIN32\setup.exe"

Here is for a silent install;

shell "\\SERVERNAME\VPHOME\clt-inst\WIN32\setup.exe /s /v /qn"

Thanks