I have an installer on Inno Setup that installs a program.
This installer has many forms for user input.
But if the user didn't type in the appropriate information, I would like to give him the option to reclick the installer and type in the appropriate information.
I tried to achive this like so:
[Files]
Source: "C:\Users\myUser\Output\Setup.exe"; DestDir: "{app}";
But I get this following error when i run the code: (Source file "C:\Users\myUser\Output\Setup.exe" does not exist.)
So how can I put the installer itself in the installation?