[svk-commit] r2448 - trunk/pkg/win32

nobody at bestpractical.com nobody at bestpractical.com
Sun Jul 15 16:03:39 EDT 2007


Author: klight
Date: Sun Jul 15 16:03:36 2007
New Revision: 2448

Modified:
   trunk/pkg/win32/svk.nsi

Log:
Update to the svk.nsi NSIS script.
    Removed msvcrt71.dll and changed license file.


Modified: trunk/pkg/win32/svk.nsi
==============================================================================
--- trunk/pkg/win32/svk.nsi	(original)
+++ trunk/pkg/win32/svk.nsi	Sun Jul 15 16:03:36 2007
@@ -17,14 +17,13 @@
 InstallDir "$PROGRAMFILES\${MUI_NAME}"
 ShowInstDetails hide
 InstProgressFlags smooth
-Var ALREADY_INSTALLED
 
   !define MUI_ABORTWARNING
 
 ;--------------------------------
 ;Pages
 
-  !insertmacro MUI_PAGE_LICENSE "License.txt"
+  !insertmacro MUI_PAGE_LICENSE "..\ARTISTIC"
   !insertmacro MUI_PAGE_DIRECTORY
   !insertmacro MUI_PAGE_INSTFILES
   
@@ -60,10 +59,6 @@
 
     WriteUninstaller "$INSTDIR\Uninstall.exe"
 
-new_installation:
-
-	!insertmacro InstallLib DLL $ALREADY_INSTALLED REBOOT_NOTPROTECTED "shared\msvcr71.dll" "$SYSDIR\msvcr71.dll" $SYSDIR
-
 Libeay32:
     IfFileExists "$SYSDIR\libeay32.dll" RenameLibeay32 SSLeay32
 RenameLibeay32:


More information about the svk-commit mailing list