makensisw now takes same paramters as makensis (path to makensis.exe is no longer passed)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@907 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-04 17:08:17 +00:00
parent 7e0d30e86d
commit a366fe072f
3 changed files with 5 additions and 0 deletions

View file

@ -38,6 +38,7 @@
#define REGSEC HKEY_LOCAL_MACHINE
#define REGKEY "Software\\NSIS"
#define REGLOC "MakeNSISWPlacement"
#define EXENAME "makensis.exe"
#define MAX_STRING 256
#define TIMEOUT 150
#define MINWIDTH 350