we can detect it - Disable silent and verysilent uninstall in Inno Setup
uninstall-in-inno-setup and try to rerun with
ExecAsOriginalUser(ExpandConstant('{srcexe}'), '', '', SW_SHOWNORMAL, ewNoWait, 0);
But it does not run anything in this case. Any ideas how to rerun installer in normal mode when silent install detected?