Problem summary
A message prompt is given when adding the /passive command while using uninstaller.bat on the command line.
Customer reported version
Nuke 14.0v5
Customer reported platform
Windows 10
Steps to reproduce
1) In a Command Prompt, path to the Nuke installation directory.
2) Run the uninstaller.bat with the /passive flag . i.e "C:\Program Files\Nuke14.0v5\uninstaller.bat" /passive
Expected behavior
The uninstall process should begin when executed from the command line with a /passive flag.
Actual behavior
The uninstaller still appears with a message prompt asking to uninstall.
Workaround
Adding a flag for /quiet for no dialogs at all, or /passive for just a loading bar allows it to run without further interaction. To do this:
1. Open the "C:\Program Files\Nuke14.0v5\uninstall.bat" in a text editor, and copy the command: start msiexec.exe /x {PRODUCT ID}
2. Open an Administrator Command Prompt and paste the command.
3. Add the /passive or /quiet flag to the end of the command and run it. i.e start msiexec.exe /x {PRODUCT ID} /passive
Reproduced by Support in:
Nuke 14.0v5 - Windows 10
Nuke 14.0v1 - Windows 10
Unable to reproduce bug in:
13.2v8 - Windows 10
Earliest version tested
Nuke 13.2v8 - The MSI installer (uninstaller.bat) feature did not exist before this version