Page 1 of 1

Some script aspects not firing

Posted: Thu Jan 26, 2017 4:55 pm
by Xander
Fred, I've finally got some time to fine tune my 'quick tuneup' script

Code: Select all

<UVKCommandsScript>
<RunWait>
"\\nas\_uvk\third party\niniteone.exe /updateonly /disableshortcuts /allusers /cleancache"
;once this runs, I'll throw in the /silent parameter; it works as is from the Run box

<UAKScan> ;works
<MBAMScan> ;works
<AvastBCScan> ;doesn't work
<RogueKillerScan> ;doesn't work
<TDSSKillerScan> ;doesn't work
<AswMBRScan> ;doesn't work
<AdwCleanerScan> ;doesn't work
<SASScan> ;fires up but it's only here for testing, I don't use it
Any suggestions on what might be wrong here? I tried throwing another "<UVKCommandsScript>" in front of the scans but that didn't help.

Re: Some script aspects not firing

Posted: Thu Jan 26, 2017 5:17 pm
by Fred
Hi Xander.

Your script seems fine. The third party scans from script use the same functions as the System repair section, so if something is wrong, it must be in the script parser.

I'll test that out. Thanks for reporting

Re: Some script aspects not firing

Posted: Wed Jan 09, 2019 12:57 pm
by Vove
Fred wrote: Thu Jan 26, 2017 5:17 pm Hi Xander.

Your script seems fine. The third party scans from script use the same functions as the System repair section, so if something is wrong, it must be in the script parser.

I'll test that out. Thanks for reporting
Thank you for this answer! Had the same issue!