Error during uninstallation process
Unsolved
Qt Creator and other tools
-
I am using QtIFW-3.1.1 binarycreator.exe to create online custom installer. When I try to uninstall , I get the following error. I am not sure from where this error pop up message is coming from. How to debug this or suppress the error message. How to ignore this error in the code? I do not want to display this pop error message to the user. No clue how to proceed further.
-
Hi @user2301 ,
hard to say what causes this error dialog without knowing specific details?
I would first check the installscript.qs files, are you using those for control scripting?
Try to run the installer executable from command line with "--verbose" to see more traces.