For example, I want to put a deployment of an application which includes setup.exe
into a self-extracting archive. When the user executes the self-extracting archive it'll unzip the contents to a temp folder and run setup.exe.
Is this possible? If so, any examples?
yes, that's one of the things you can do with
DotNetZip
.The doc page provides an example.
SaveSelfExtractor Method (exeToGenerate, options)