mmleyr
2nd July 2007, 14:45
Hello once again. =)
Problem is i need to modify the .ini file to make it display, for example, 123. code is :
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "ioA.ini"
WriteINIStr $TEMP\ioA.ini 'Field 2' State '"123"'
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioA.ini"
instead of displaying 123 it shows empty string.
what's the problem. please help.
Thx.
Best regards.
PS used search with WriteINIStr and found 356 entries but nothing to solve my problem. :(
Problem is i need to modify the .ini file to make it display, for example, 123. code is :
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "ioA.ini"
WriteINIStr $TEMP\ioA.ini 'Field 2' State '"123"'
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioA.ini"
instead of displaying 123 it shows empty string.
what's the problem. please help.
Thx.
Best regards.
PS used search with WriteINIStr and found 356 entries but nothing to solve my problem. :(