|
|
#1 |
|
Junior Member
Join Date: Nov 2004
Posts: 2
|
How to transfer input string to Registry?
I'm sorry, but ny english is not so good, to read manuals of NSIS.
I read the FAQ and article about Object plugin. But I hadn't anderstand it a little bit. I'm novice with NSIS. how i couls prompt a string from user and pu it into the registy? Thanks for support. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Use InstallOptions to create an installer page for user-input. See Contrib\InstallOptions\Readme.html
Then use WriteRegStr to write the input string to the registry. -Stu |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2004
Posts: 2
|
I know that i need to use Contrib\InstallOptions, i read the html, bu i didn't undersrand it. The are is about MsgDla (Yes\No on any qustion). But i need something like InputBox, to allow user to type the string...
Sorry again for my english... |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
There are many InstallOptions examples around in the NSIS\Contrib\InstallOptions folder and the NSIS\Examples folder.
-Stu |
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
Also, HM NIS Edit let's you graphically create dialogs and windows, and automatically generates an INI file.
I found this very useful as a trial-and-error method of discovering how an InstallOptions INI file works. |
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|