Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To convert an NSI file from binary to ACCII, you can use the renderdl command utility: 

Code Block
renderdl -cat -binary myfile_ascii.nsi.gz > myfile_binaryascii.nsi

To render an NSI file, you use the renderdl command line utility. It reads a file containing scene description commands and “executes” them to produce an image.  

...