I am using inno installer I want to start bat file after end of installation.
[Run]
Filename: "{app}/encrypt.bat"; Parameters: "{app}"; Description: "encryption"; Flags: nowait postinstall
But the file is not started. What am I doing wrong?
I am using inno installer I want to start bat file after end of installation.
[Run]
Filename: "{app}/encrypt.bat"; Parameters: "{app}"; Description: "encryption"; Flags: nowait postinstall
But the file is not started. What am I doing wrong?