qemu.nsi (86e121ae75d10d0aa4ef76150e94a2e83bdac3e9) | qemu.nsi (1b3bbc68872be5b618811db9dae611373c49f823) |
---|---|
1;!/usr/bin/makensis 2 3; This NSIS script creates an installer for QEMU on Windows. 4 5; Copyright (C) 2006-2012 Stefan Weil 6; 7; This program is free software: you can redistribute it and/or modify 8; it under the terms of the GNU General Public License as published by --- 6 unchanged lines hidden (view full) --- 15; GNU General Public License for more details. 16; 17; You should have received a copy of the GNU General Public License 18; along with this program. If not, see <http://www.gnu.org/licenses/>. 19 20; NSIS_WIN32_MAKENSIS 21 22!define PRODUCT "QEMU" | 1;!/usr/bin/makensis 2 3; This NSIS script creates an installer for QEMU on Windows. 4 5; Copyright (C) 2006-2012 Stefan Weil 6; 7; This program is free software: you can redistribute it and/or modify 8; it under the terms of the GNU General Public License as published by --- 6 unchanged lines hidden (view full) --- 15; GNU General Public License for more details. 16; 17; You should have received a copy of the GNU General Public License 18; along with this program. If not, see <http://www.gnu.org/licenses/>. 19 20; NSIS_WIN32_MAKENSIS 21 22!define PRODUCT "QEMU" |
23!define URL "http://www.qemu-project.org/" | 23!define URL "http://www.qemu.org/" |
24 25!define UNINST_EXE "$INSTDIR\qemu-uninstall.exe" 26!define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}" 27 28!ifndef BINDIR 29!define BINDIR nsis.tmp 30!endif 31!ifndef SRCDIR --- 223 unchanged lines hidden --- | 24 25!define UNINST_EXE "$INSTDIR\qemu-uninstall.exe" 26!define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}" 27 28!ifndef BINDIR 29!define BINDIR nsis.tmp 30!endif 31!ifndef SRCDIR --- 223 unchanged lines hidden --- |