The search returned 3 results
- September 29, 2021 - 5:23 PM
- Forum: WAPT Packages
- Subject: Uninstall Key error
- Answers: 6
- Views : 5676
Re: Uninstall Key error
The application is there, but with a different UninstallKey: {B8A6E157-DFE1-42EC-9F0C-F36EC0FCED63}
- September 29, 2021 - 4:52 PM
- Forum: WAPT Packages
- Subject: Uninstall Key error
- Answers: 6
- Views : 5676
Re: Uninstall Key error
Thanks for the feedback, florentR2.
I tried it, but unfortunately, `uninstallkey.remove` returns a "returned non-zero exit status 1603" error.
Here's the installation code from my setup.py:
`def install():
# declaring local variables
package_version = control.get_software_version()
# installing ...`
I tried it, but unfortunately, `uninstallkey.remove` returns a "returned non-zero exit status 1603" error.
Here's the installation code from my setup.py:
`def install():
# declaring local variables
package_version = control.get_software_version()
# installing ...`
- September 29, 2021 - 2:34 PM
- Forum: WAPT Packages
- Subject: Uninstall Key error
- Answers: 6
- Views : 5676
Uninstall Key error
Hello,
I automatically created a package to install our antivirus client.
The setup.py file only contains an install_msi_if_needed statement, and it works perfectly.
However, as there's always a however, during the last automatic antivirus update, the Uninstall Key must have changed, and WAPT doesn't recognize it...
I automatically created a package to install our antivirus client.
The setup.py file only contains an install_msi_if_needed statement, and it works perfectly.
However, as there's always a however, during the last automatic antivirus update, the Uninstall Key must have changed, and WAPT doesn't recognize it...
