Skip to content
⌘ NSIS Forum Archive

some problems

2 posts

DragonSoull#

some problems

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
Joost Verburg#
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.