|
|
#1 |
|
Junior Member
Join Date: Oct 2002
Posts: 1
|
convert .reg file
I'm just getting started with NSIS but was wondering is there an easy way to convert a .reg file into a NSIS script since this file has over 300 registry entries
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
Currently there is no easy way to convert it. You will have to write a NSIS script or a program to do it.
You can also call RegEdit to import it for you. For example: PHP Code:
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Aug 2002
Posts: 118
|
If you still want to convert to nsis code, here's a little util which will do it for you. Did it for fun.
Usage: ini2reg.exe file.reg Output: file.nsi |
|
|
|
|
|
#4 |
|
Member
Join Date: Oct 2002
Location: Melbourne, Australia
Posts: 55
|
Calling Regedit
Look at new thread posted today (Nov 3, 2002)
Calling Regedit. Which method is better? |
|
|
|
|
|
#5 |
|
Member
Join Date: Oct 2002
Location: Melbourne, Australia
Posts: 55
|
dselkirk's ini2reg
No offence, but dselkirk's ini2reg falls over badly.
It's a good idea though and worth further development. Perhaps the sample output posted on this thread will help show up where it falls over and what work needs to be done on it. |
|
|
|
|
|
#6 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
Mottel, please stop cross-posting. There is no need in a clone thread. Post only in the new thread.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|