One can run VeraCrypt Setup.exe /u to uninstall VeraCrypt, but after confirming it in a prompt that pops out. It would be cool to have a force option that would uninstall it without the prompt, e.g. VeraCrypt Setup.exe /u /f.
I wanted to add a new version of VeraCrypt to Npackd which is a Windows equivalent of repositories on Linux. So you can just upgrade all your programs at once from chosen repositories and the main repository contains all the popular programs like Gimp, VLC, LibreOffice, etc.
Npackd works by uninstalling a program and then installing a new version. For maximum user convenience all is done without any prompts. So Npackd needs to know how to fully uninstall software. I checked the source and uninstalling is a complex process so it would be better to just use VeraCrypt built-in uninstaller (in the background) instead of manually removing all folders and registers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One can run
VeraCrypt Setup.exe /uto uninstall VeraCrypt, but after confirming it in a prompt that pops out. It would be cool to have a force option that would uninstall it without the prompt, e.g.VeraCrypt Setup.exe /u /f.I wanted to add a new version of VeraCrypt to Npackd which is a Windows equivalent of repositories on Linux. So you can just upgrade all your programs at once from chosen repositories and the main repository contains all the popular programs like Gimp, VLC, LibreOffice, etc.
Npackd works by uninstalling a program and then installing a new version. For maximum user convenience all is done without any prompts. So Npackd needs to know how to fully uninstall software. I checked the source and uninstalling is a complex process so it would be better to just use VeraCrypt built-in uninstaller (in the background) instead of manually removing all folders and registers.