Skip to content
⌘ NSIS Forum Archive

Ini file

2 posts

bubunia2000#

Ini file

Iam tried the following:
Section "OgO Open File Association" SEC02
Push $0
Call ReadINIStrNS
Pop $0

It still gives the "Installer Corruption Error". Could you please help me where I am doing wrong? I am basically want to get the value of key "data" in the ini file.

I tried the following as mentioned in the following example:



Error:

Processing script file: "C:\reading_ini_file_3.nsi"
OutFile: "test_ini.exe"
Section: "OgO Open File Association" ->(SEC02)
Push: $0
Pop: $0
Invalid command: ${ReadINIStrNS}
Error in script "C:\reading_ini_file_3.nsi" on line 7 -- aborting creation process

Could you please help me in this regard?

Regards
Pradeep