Hello,
I found a solution and it works.
`uninstallstring = ['"C:\Program Files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\Uninstall.exe" -remove -silent']`
Thank you!
The search returned 3 results
- December 16, 2019 - 3:46 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Uninstallation problem.
- Answers: 4
- Views : 3336
- December 10, 2019 - 8:45 AM
- Forum: WAPT Packages
- Subject: [SOLVED] Uninstallation problem.
- Answers: 4
- Views : 3336
Re: Uninstallation problem.
Good morning,
Thank you for your reply.
Here is the script for setup.py:
Thanks in advance.
Thank you for your reply.
Here is the script for setup.py:
Code: Select all
from setuphelpers import *
uninstallkey = []
def install():
print('installing my_AnyConnect')
install_msi_if_needed('anyconnect-win-4.8.01090-core-vpn-predeploy-k9.msi') - December 6, 2019 - 9:08 AM
- Forum: WAPT Packages
- Subject: [SOLVED] Uninstallation problem.
- Answers: 4
- Views : 3336
[SOLVED] Uninstallation problem.
Hello,
I'm using version 1.5, a Linux server, and a Windows 7 administration machine.
I created a package from an MSI file, and before deploying it, I always test it using the command:
`wapt-get -ldebug install C:\waptdev\my_mypackage-wapt
&
wapt-get -ldebug remove C:\waptdev\my_mypackage-wapt ...`
I'm using version 1.5, a Linux server, and a Windows 7 administration machine.
I created a package from an MSI file, and before deploying it, I always test it using the command:
`wapt-get -ldebug install C:\waptdev\my_mypackage-wapt
&
wapt-get -ldebug remove C:\waptdev\my_mypackage-wapt ...`
