[Gd-chatter] r11234 - trunk/fundev/packages/win32-nsis

hannes at gwydiondylan.org hannes at gwydiondylan.org
Sat Mar 10 19:48:42 CET 2007


Author: hannes
Date: Sat Mar 10 19:48:41 2007
New Revision: 11234

Modified:
   trunk/fundev/packages/win32-nsis/fundev.nsi
Log:
Job: fd
bump version number to beta3
remove unneeded registry entries

Modified: trunk/fundev/packages/win32-nsis/fundev.nsi
==============================================================================
--- trunk/fundev/packages/win32-nsis/fundev.nsi	(original)
+++ trunk/fundev/packages/win32-nsis/fundev.nsi	Sat Mar 10 19:48:41 2007
@@ -20,7 +20,7 @@
 ;;; Application defines
 ;;;
 !define APPNAME "Open Dylan"
-!define APPVERSION "1.0 Beta 2"
+!define APPVERSION "1.0 Beta 3"
 !define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
 
 ;;;-------------------------------------
@@ -123,11 +123,6 @@
 
   WriteRegStr HKEY_LOCAL_MACHINE "${REGISTRY_KEY}\License" "User" \
               "Open Dylan Hacker"
-  WriteRegStr HKEY_LOCAL_MACHINE "${REGISTRY_KEY}\License" "Expiration" "0000"
-  WriteRegStr HKEY_LOCAL_MACHINE "${REGISTRY_KEY}\License" "Serial" \
-              "FDTNG-0200"
-  WriteRegStr HKEY_LOCAL_MACHINE "${REGISTRY_KEY}\License" "Data" \
-              "74c1e46d0134432c7e8f17e2c38897c367f082a6"
 
   ;; Read the build script selection
   !insertmacro MUI_INSTALLOPTIONS_READ $0 "choose-build-script.ini" \



More information about the chatter mailing list