Can I use a user-generated XML-file to set configuration options for my programs to be installed with NSIS?
I realize I can let the user browse for a file during the installation, but can NSIS read the specified XML-file to understand how the programs should be configured?
Using XML-file to configure
2 posts
You'll have to call an XML parser or create a plug-in for parsing.