I'm making a installer using NSIS 2.0b0 CVS + Modern UI 1.6 and some macro extensions of my one, my current problem is that I have two macros that need to do stuff inside .onInit:
!macro MMX_BETARELEASEWARNING ; Shows a warning case beta release
!macro MMX_READUPDATEINFO ; Checks for previous versions of app and if found uninstalls it
any help on how to do this is welcome 🙁
PS: sorry for crappy english
some problems
2 posts
You can just put that Uninstall stuff in .onInit. If you want a screen with confirmation, add a new IO page.
To a warning to the finish page, define your own string for the welcome text.
Have a look at the Modern UI Readme for more info.
To a warning to the finish page, define your own string for the welcome text.
Have a look at the Modern UI Readme for more info.