PDA

View Full Version : How to remove INI settings??


dTomoyo
26th March 2001, 05:51
I use 'WriteINIStr' option for my program install script.

ex.)
----------------------------------------------------------
Section "Install"
WriteINIStr "$WINDIR\win.ini" DirectDraw nohwblt "0"

....

Section Uninstall
WriteINIStr "$WINDIR\win.ini" DirectDraw nohwblt ""
---------------------------------------------------------

result

win.ini

[DirectDraw]
nohwblt=0
-----

after uninstall..

[DirectDraw]
nohwblt=



how to clean INI settings... :confused:

NSIS 1.1t

justin
28th March 2001, 20:14
Get the latest version.. it has new commands to do that :)