I use NSIS to compile launchers for portable applications and I want to simulate key strokes as done by:
AutoIt
Send("{TAB}")or VBScriptWshShell.SendKeys ("{TAB}")Is there some plugins or code to do this with NSIS?Thanks in advance for answer.
8 posts
Send("{TAB}")or VBScriptWshShell.SendKeys ("{TAB}")Is there some plugins or code to do this with NSIS?