amake / innosetup-docker

Docker image to create Windows installer executables with Inno Setup
https://hub.docker.com/r/amake/innosetup
Creative Commons Zero v1.0 Universal
71 stars 32 forks source link

Very confused about paths #10

Open erm3nda opened 2 years ago

erm3nda commented 2 years ago

Build starts but Im not understanding what Im doing wrong.

Output:

Error on line 35 in Z:\work\setup.iss: Source file "Z:\work\program.exe" does not exist.
Compile aborted.

How should I define paths in the script, and in the iss config ... I am tied to use a static folder name?

Thanks

MarekChr commented 10 months ago

Please, provide your full .iss script, if you can.