In version 6.3.0 was changed how the bat file is run when executed via the Exec function and now it ignores the SW_SHOWNORMAL and always log output of bat files - this is fine in most uses, but I need to ask user for input - I'm using the choice program to do that - and that obviously is not working anymore.
So is there any way to just let me run the bat file normally to get input from user? Or any other way to get input from uset in the preprocessor phase? (I need to decide which of two variants will be used to generate the setup).