Page 1 of 1
Remove the WAPT agent
Published: July 4, 2016 - 10:06 AM
by a.grisard
Hello,
I would like to remove the WAPT agent from the workstations. Could you please tell me how to do this? I can't find it on your website.
Thank you.
Re: Remove the WAPT agent
Published: July 4, 2016 - 2:08 PM
by sfonteneau
Good morning
With a wapt package:
Code: Select all
def install():
create_onetime_task('removewapt','C:\wapt\unins000.exe',parameters='/SILENT', delay_minutes=2,max_runtime=10, retry_count=3,retry_delay_minutes=2)
This will create a task scheduled for 1 hour + 2 minutes.
The scheduled task will execute: C:\wapt\unins000.exe /SILENT
Simon
Re: Remove the WAPT agent
Published: July 4, 2016 - 5:11 PM
by a.grisard
There's something I don't understand. What is the path to the executable for the wapt-get make template? Is it "c:\wapt\unins000.exe"?
Re: Remove the WAPT agent
Published: July 5, 2016 - 9:10 AM
by a.grisard
I successfully removed the package, but some files remained in c:\wapt.
I deleted them using a VBScript. Thanks for the information.