Boyito
10th April 2007 18:54 UTC
Stop & Go
Hi all
I want to do to my own installer exactly the same that NSIS 2.25 installer do detecting that another previous version is installed and asking to unistall first and do it, and continue installation
How can i do that?
I think the eky is reading the registry and running the old unistaller, Im right??
TIA
kichik
10th April 2007 20:21 UTC
Check out the source code of the NSIS installer in Examples\makensis.nsi. The PageReinstall function is where the magic happens.
Boyito
10th April 2007 22:09 UTC
Great Kichik, this makensis.nsi is newer in the examples folder no?, because i never see before
Thanks again
kichik
10th April 2007 22:11 UTC
It has been there forever ;)
Boyito
11th April 2007 18:29 UTC
Ups... Im blind