Search code examples
nsis

NSIS how to set finish to true


I want to make my installer to just quit after it did finish installation with out asking user to click "Finish". How can I set finish to true?


Solution

  • If the instfiles page is the last page then it is controlled by the AutocloseWindow property, you can also just call Quit in a section...