Skip to content
⌘ NSIS Forum Archive

How to use variables in *.ini files?

3 posts

aemik#edited

How to use variables in *.ini files?

How can I use a space in a ini file string??

!insertmacro MUI_INSTALLOPTIONS_WRITE "software.ini" "Field 5" "Text" "not installed..."

But only "not" is shown on my page....