NSISFileWriter
NSISFileWriter.__init__()
NSISFileWriter.write()
Write an .nsi script file by filling in a template.
Instantiate an NSISFileWriter
template_file (str) – Path to the .nsi template
definitions (dict) – Mapping of name to value (values will be quoted)
Fill out the template and write the result to ‘target’.
target (str) – Path to the file to be written