Archive: Using XML-file to configure


Using XML-file to configure
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?


You'll have to call an XML parser or create a plug-in for parsing.