Inno-Setup: detect /SUPPRESSMSGBOXES to not show MsgBox in Code -


we using inno-setup pascal scripting. depending on system, yes-no-messagebox shown. how can detect /suppressmsgboxes switch not show messagebox?

use built in suppressiblemsgbox function (http://www.jrsoftware.org/ishelp/index.php?topic=isxfunc_suppressiblemsgbox).


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -