summaryrefslogtreecommitdiff
path: root/nasm.nsi
Commit message (Collapse)AuthorAgeFilesLines
* nasm.nsi: use "delete recursively" specificatorCyrill Gorcunov2009-09-271-7/+1
| | | | Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nsis.nsi: add VS8 rules file to installCyrill Gorcunov2009-09-261-0/+10
| | | | | | | Add "VS8 intergartion" section with appropriate files to be installed on user request. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nasm.nsi: fixup shortcut target on nasm manualCyrill Gorcunov2009-09-231-1/+1
| | | | | | There is no "manual.pdf" but "nasmdoc.pdf" instead. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nasm.nsi: fixup output nameCyrill Gorcunov2009-09-231-1/+1
| | | | | | | Sigh... It should be PACKAGE_SHORT_NAME rather then PRODUCT_SHORT_NAME. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nasm.nsi: set compressor before MUI macrosCyrill Gorcunov2009-09-231-1/+2
| | | | | | | MULTIUSER_MUI may set own compressor so we need to set it earlies to success. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nasm.nsi: restore old output name and compressorCyrill Gorcunov2009-09-231-1/+2
| | | | | | Othrewise build robot fails Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nasm.nsi: do not define VERSION twiceCyrill Gorcunov2009-09-231-1/+0
| | | | | | | | VERSION is already defined in version.nsh no need to define it araing otherwise nsis compiler fails. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* substitute nasm.nsi with new nasm2.nsiCyrill Gorcunov2009-09-211-71/+158
| | | | | | | We always have "restore point" but such an action will allow us to test new installer in more wide audience. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* nasm.nsi: remove COPYING; add LICENSEH. Peter Anvin2009-07-061-2/+2
| | | | | | The licensing information has been moved into file LICENSE. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* nasm.nsi: in the "NASM shell", put NASM first in PATHH. Peter Anvin2009-07-051-1/+1
| | | | | | | | | In the "NASM shell", it makes sense for NASM to be first in the PATH, not last. That way if the user has more than one version of NASM installed, and one of them is global, the "NASM shell" for any one version will still pick up the proper version. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* nasm.nsi: use LZMA compressionH. Peter Anvin2009-07-051-1/+1
| | | | | | | Using LZMA compression produces a significantly smaller installer binary. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* nasm.nsi: add additional rdf2bin aliasesH. Peter Anvin2009-07-051-0/+4
| | | | | | Add additiona rdf2bin aliases to nasm.nsi Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* nasm.nsi: add COPYING to the list of files to packageH. Peter Anvin2009-04-061-0/+2
|
* nasm.nsi: add NASM Manual; automate version generationH. Peter Anvin2009-04-061-0/+106
Add the NASM Manual (as a PDF) to the Windows installer, and abstract out the version number.