
manomatt asked a question.
How to suppress AskYesNo dlg
I have one MSI project in which i wrote an install script custom action and sequenced it to execute during Uninstallation. Inside the customaction there is an AskYesNo() function. Normal uninstallation the message is popping up and thats the desired behavior too.
My problem here is that when i try the silent uninstallation with /q or /qn or /qb still only that dialog is popping up.
Is there any way to suppress this AskYesNo dialog?
Can anyone provide some information on this?