I want to add Inno Setup to my assembly, however the assembly works on Jenkins with many agents on different machines.
I would prefer my assembly to be autonomous and not require me to install elements for each agent in order to create it.
Can you run Inno Setup without installing it?
for example, can I just copy the installation directory into the subdirectory of my project and run it iscc.exein the build agent without registering any DLLs, etc.?
Does this put a bad idea into the project?
for example, would it be better to fasten the installation directory and place it in nexus and load it as part of the assembly?
What are the minimum files I need to run iscc.exe?
source
share