Archive: Checking Version Number


Checking Version Number
i would like to create something like an updateinstall script... it checks the version number in the registry and if the version number is lower than the one on the installer install it....

i would like to check that .oninit...

someone got an idea how to do that??

iam new to nsis so it´s very hard for me at the moment to get into it...


use WriteRegStr instruction to write in to the
reg. ... then
use ReadRegStr to retrive that string