I want to open an administrative CMD window using Inno Setup and want to install:
nssm install metabase
I tried the following function, but it doesn't work.
Exec(ExpandConstant('{cmd}'), ' nssm install', '', SW_SHOW, ewWaitUntilTerminated, ResultCode);
Please someone help me. Thank you in advance.