I managed to run the batch file with the following code:
[UninstallRun]
Filename: "C:\MyFolder\FileBatch.bat"
But the contents of the batch file are like to be not readable, the cmd just appear and then disappeared. But I've used the PAUSE
command in the batch file.
What can I do?