1.

Solve : Deleting text line from win.ini?

Answer» WOULD like to know how to delete (remove) text lines from win.ini using a bat file.

When my application uninstalls, it is possible to remove all files installed earlier. But I have not FOUND a way to remove text lines INSERTED in win.ini during installation of my application.

Thus when my application is reinstalled, the same text lines are inserted into the win.ini file, thus creating duplicate set of lines inserted.

Is there a way round this problem?

Grateful for any advice.Since you've limited yourself to BATCH files, I would SUGGEST you save the original win.ini during an install and re-implement it during an uninstall.

Just a thought. edit


Discussion

No Comment Found