Reading value from txt/ini file
Hi there.
I need to default my installer folder to a value written in a txt file on the user machine.
I just started using nullsoft today and hoping to get somewhere.
I am able to copy the file over easily using File,
but how would i read my test.ini file to get the value of the different default folders?
My ini on each user machine might look like so
bats=c:\test1\
images=c:\test2\
the values will be different for each user.
The installer is in silent mode.
thank you