Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

makensis(1) [debian man page]

NSIS(1) 							     makensis								   NSIS(1)

NAME
makensis - A program to create Windows installers. SYNOPSIS
makensis [script.nsi] [-CMDHELP item] [-HDRINFO] [-LICENSE] [-VERSION] [-Vx] [-Ofile] [-PAUSE] [-NOCONFIG] [-NOCD] [-Ddefine=value] [-Xscriptcmd] DESCRIPTION
This manual page documents briefly the makensis command. This manual page was written for the Debian (TM) distribution because the original program does not have a manual page. Instead, it has documentation in the HTML format; see below. makensis is a program that creates installer programs for Windows. OPTIONS
Parameters are processed by order (-Ddef ins.nsi != ins.nsi -Ddef) for script file name, you can use - to read from the standard input. For a complete description, see the HTML files. -Vx Verbosity where x is 4=all, 3=no script, 2=no info, 1=no warnings, 0=none. -Ofile Specifies a text file to log compiler output (default is stdout). -PAUSE Pauses after execution. -NOCONFIG Disables inclusion of /etc/nsisconf.nsh. -NOCD Disable changing the current directory to that of the .nsi file. -Ddefine=value Defines the symbol "define" for the script to [value]. -Xscriptcmd Executes scriptcmd in the script (i.e. "-XOutFile poop.exe") -CMDHELP item Prints out help for 'item', or lists all commands. -HDRINFO Prints information about what options makensis was compiled with. -LICENSE Prints the makensis software license. -VERSION Prints the makensis version and exits. FILES
/etc/nsisconf.nsh System wide configuration file. ~/.nsisconf.nsh Per-user configuration file. SEE ALSO
NSIS is documented more fully in the HTML files in /usr/share/doc/nsis/Docs. AUTHOR
This manual page was written by Paul Wise pabs@debian.org for the Debian (TM) system. AUTHOR
Paul Wise Created man page COPYRIGHT
Copyright (C) 2005 Paul Wise makensis manual October 5, 2005 NSIS(1)

Check Out this Related Man Page

STATCVS(1)						      General Commands Manual							STATCVS(1)

NAME
statcvs - CVS Repository statistic analysis tool, written in Java SYNOPSIS
cvs log > cvs-logfile.log statcvs [ options ] path/to/cvs-logfile.log path/to/checkout DESCRIPTION
This manual page documents briefly the statcvs command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. statcvs is a program that retrieves information from a CVS repository and generates various tables and charts describing the project devel- opment, e.g. timeline for the lines of code, contribution of each developer etc. The current version of StatCvs generates a static suite of HTML documents containing tables and chart images. StatCvs is opens source software, released under the terms oft the LGPL. StatCvs uses JFreeChart to generate charts. cvs-logfile.log path to the cvs logfile of the module. Important note: statcvs will fail if the log file was not produced with cvs from within the checkout. It however does not matter if the file is not in the directory you're running statcvs from. path/to/checkout path to the directory of the checked out module OPTIONS
These programs follow the usual command line syntax, with long options starting with one dashe ("-"). A list of options is included below. For a complete description, run the program without parameters -version print the version information and exit -output-dir <dir> directory where HTML suite will be saved -include <pattern> include only files matching pattern, e.g. **/*.c;**/*.h -exclude <pattern> exclude matching files, e.g. tests/**;docs/** -title <title> Project title to be used in reports -viewcvs <url> integrate with ViewCVS installation at <url> -verbose print extra progress information JAVA-WRAPPERS NOTE This program is a shell script wrapper based on java-wrappers(7). You therefore benefit from several features; please see the java-wrap- pers(7) manual page. SEE ALSO
cvs(1) and java-wrappers(7) AUTHOR
This manual page was written by Christian Bayle <bayle@debian.org>, for the Debian project (but may be used by others). juillet 20, 2003 STATCVS(1)
Man Page