The installer for my .NET application consists of two files MyApp.msi and setup.exe. I want a single installer of MyApp.exe (a self-extracting archive will do) with the specified icon. How can i do this? Is there a free tool?
InnoSetup and NSIS are free tools for creating application settings.
For InnoSetup, ISTool simplifies installation scripting.
Technically, MSI is a single-file installer. You can double-click to install the application. Setup.exe launches MSI.
The couple I saw:
Source: https://habr.com/ru/post/1286573/More articles:Refining a MySQL search (replace a long regular expression with a subquery) - mysqlCreating a div whose size is relative to the fixed width of the div and containing the area? - htmlWhat is the size limit for the field in the form message? - htmlType query in DB4O - functionLimited T-SQL support - joinWhen is import required? - pythonConverting a project from C ++ to C # - c ++Is there a difference between using a set in ksh to easily set a variable? - shellTranslate C ++ / CLI to C # - c #Detect if X11 is available (python) - pythonAll Articles