Advertisement
Guest User

Untitled

a guest
Dec 16th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. MakeNSIS v2.46.3-Unicode - Copyright 1995-2009 Contributors
  2. See the file COPYING for license details.
  3. Credits can be found in the Users Manual.
  4.  
  5. Command line defined: "PACKAGE=C:\Dropbox\Apps\WinLessPortable" /DNamePortable=WinLessPortable /DAppID=WinLessPortable /DVersion=2.1.2.0 C:\Dropbox\Apps\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi"
  6. Usage:
  7. makensis [option | script.nsi | - [...]]
  8. options are:
  9. /RAW output is binary allowing Unicode output, otherwise text.
  10. /CMDHELP item prints out help for 'item', or lists all commands
  11. /HDRINFO prints information about what options makensis was compiled with
  12. /LICENSE prints the makensis software license
  13. /VERSION prints the makensis version and exits
  14. /Px sets the compiler process priority, where x is 5=realtime,4=high,
  15. 3=above normal,2=normal,1=below normal,0=idle
  16. /Vx verbosity where x is 4=all,3=no script,2=no info,1=no warnings,0=none
  17. /Ofile specifies a text file to log compiler output (default is stdout)
  18. /PAUSE pauses after execution
  19. /NOCONFIG disables inclusion of <path to makensis.exe>\nsisconf.nsh
  20. /NOCD disabled the current directory change to that of the .nsi file
  21. /Ddefine[=value] defines the symbol "define" for the script [to value]
  22. /Xscriptcmd executes scriptcmd in script (i.e. "/XOutFile poop.exe")
  23. parameters are processed by order (/Ddef ins.nsi != ins.nsi /Ddef)
  24. for script file name, you can use - to read from the standard input
  25. you can also use - as an option character: -PAUSE as well as /PAUSE
  26. you can use a double-dash to end options processing: makensis -- -ins.nsi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement