Hi
I need to write a page that needs to be shown during installation. This page asks for serial number from the
user. I don't find any builtin page for this. If I need to make a custom page then please tell me how can I make it.
I need to that the serial number entered by the user into the registry.
I am writing .nsi script
Thanks
Serial number page
2 posts
You can make a custom page with InstallOptions (see Contrib\InstallOptions directory)
You can write to the registry using WriteRegStr
There's also a plugin by Lobo-Lunar here: http://www.lobo-lunar.com/nsis/ called dialogs.dll which you might be able to use instead of creating a custom page.
Please use the search function on this forum in future. People have asked this question countless times before.
-Stu
You can write to the registry using WriteRegStr
There's also a plugin by Lobo-Lunar here: http://www.lobo-lunar.com/nsis/ called dialogs.dll which you might be able to use instead of creating a custom page.
Please use the search function on this forum in future. People have asked this question countless times before.
-Stu