Innosetup at CI\CD pipelines

266 views
Skip to first unread message

Dimitrios Desyllas

unread,
Sep 9, 2022, 11:04:31 AM9/9/22
to innosetup
Sometimes it is usefull to have the .iss file and just could run a command line such as:

```
innosetup.exe compile inosetup.iss setup.exe
```
The command above could build the application using innosetup using the file inosetup.iss and exports an installer at setup.exe .

And that would generate the installer file where Later I can upload it. It is usefull in CI/CD applications where building the actual all requires multiple steps.

Jernej Simončič

unread,
Sep 9, 2022, 1:32:11 PM9/9/22
to Dimitrios Desyllas on [innosetup]

On Friday, September 9, 2022, 17:04:31, Dimitrios Desyllas wrote:


The command above could build the application using innosetup using the file inosetup.iss and exports an installer at setup.exe .

That's what iscc.exe is for.

 

-- 
< Jernej Simončič ><><><><>< https://eternallybored.org/ >


An ounce of application is worth a ton of abstraction.
       -- Booker's Law

t.sl...@gmail.com

unread,
Sep 16, 2022, 7:23:31 AM9/16/22
to innosetup
If you are using Visual Studio or RAD Studio (Delphi / C++ Builder) you can integrate building Inno Setup scripts directly into your project (solution) - works for TeamCity, GitLab, Azure, etc.

See the 3rd party software for more info (sorry for this promo :(  )
Reply all
Reply to author
Forward
0 new messages