Skip to content
⌘ NSIS Forum Archive

Read an ini file

7 posts

Guest#
i DON'T KNOW EXCATLY THE NUMBER OF LINES THAT THE INI FILE HAS
SO I NEED TO READ ALL THE FILE
tHANKS
Yathosho#
maybe attach your ini-file, i don't understand why it'd be necessary to know the number of lines.

though i don't know how it could help you, there's LineSum script in the archive.
Guest#
It's necesary because the installer has an ini file and the program has another ini file that dont has to match because the user could have modified preferences in the software that i dont want to be owerwritten with my new ini file,that i've distributed with the new setup.exe

Is there anyway to read a file from the beginning to the end of the file?
Afrow UK#
So basically, you want to append the stuff from your first INI file into your second?

This is the function you need:


-Stu