Added a Check for Update command

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1378 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-11 13:38:26 +00:00
parent 33590cb263
commit 31f8651abf
6 changed files with 17 additions and 2 deletions

View file

@ -32,6 +32,7 @@
// Defines
#define NSIS_DEV "http://nsis.sourceforge.net/"
#define NSIS_URL "http://www.nullsoft.com/free/nsis/"
#define NSIS_UPDATE "http://nsis.sourceforge.net/update.php?version="
#define USAGE "Usage:\r\n\r\n - File | Load Script...\r\n - Drag the .nsi file into this window\r\n - Right click the .nsi file and choose \"Compile NSI\""
#define COPYRIGHT "Copyright © 2002 Robert Rainwater"
#define CONTRIB "Fritz Elfert, Justin Frankel, Amir Szekely"
@ -69,6 +70,7 @@ typedef struct NSISScriptData {
char *output_exe;
char *input_script;
char *branding;
char *brandingv;
int retcode;
DWORD logLength;
BOOL warnings;