Closed ItsSimko closed 2 days ago
This PR modifies the NSIS installer script to skip showing the success message box when running in silent mode. The change is implemented using the NSIS IfSilent
instruction to conditionally skip the MessageBox command.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Added silent installation support for the installer |
|
scripts/install.nsi |
Summary by Sourcery
Enhancements: