Updated pointer to ZipDLL in the README. install README.txt and
add suibtable symlinks git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@793 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -7,10 +7,10 @@ will probably work better anyway)
|
||||
|
||||
The following additional tools are required:
|
||||
NSIS 2.0b1 or newer: nsis.sourceforge.net
|
||||
NSIS 'ZipDLL' http://nsis.sourceforge.net/archive/download.php?file=ZipDLL.zip
|
||||
NSIS 'unTGZ' http://nsis.sourceforge.net/archive/viewpage.php?pageid=84
|
||||
NSIS 'ZipDLL' http://nsis.sourceforge.net/archive/nsisweb.php?page=33
|
||||
|
||||
Optionally:
|
||||
NSIS 'unTGZ' http://nsis.sourceforge.net/archive/viewpage.php?pageid=84
|
||||
upx 1.90 or newer: http://upx.sourceforge.net/#unstable
|
||||
resource hacker: http://www.users.on.net/johnson/resourcehacker/
|
||||
|
||||
|
||||
@@ -183,6 +183,7 @@ SectionIn 1 2 RO
|
||||
File "..\..\doc\users\manual.txt"
|
||||
File /oname=COPYING.txt "..\..\COPYING"
|
||||
File /oname=AUTHORS.txt "..\..\AUTHORS"
|
||||
File /oname=README.txt "..\..\README"
|
||||
; Write the installation path into the registry
|
||||
WriteRegStr HKCU "Software\${MUI_PRODUCT}" "Install_Dir" "$INSTDIR"
|
||||
WriteRegStr HKLM "Software\${MUI_PRODUCT}" "Install_Dir" "$INSTDIR"
|
||||
@@ -452,6 +453,7 @@ SectionIn 1 2
|
||||
CreateShortCut "$SMPROGRAMS\${MUI_PRODUCT}\WhatsNew.lnk" "$INSTDIR\WhatsNew.txt"
|
||||
CreateShortCut "$SMPROGRAMS\${MUI_PRODUCT}\COPYING.lnk" "$INSTDIR\COPYING.txt"
|
||||
CreateShortCut "$SMPROGRAMS\${MUI_PRODUCT}\AUTHORS.lnk" "$INSTDIR\AUTHORS.txt"
|
||||
CreateShortCut "$SMPROGRAMS\${MUI_PRODUCT}\README.lnk" "$INSTDIR\README.txt"
|
||||
|
||||
SectionEnd
|
||||
|
||||
@@ -641,6 +643,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\manual.txt"
|
||||
Delete "$INSTDIR\COPYING.txt"
|
||||
Delete "$INSTDIR\AUTHORS.txt"
|
||||
Delete "$INSTDIR\README.txt"
|
||||
Delete "$INSTDIR\SDL.dll"
|
||||
Delete "$INSTDIR\zlib.dll"
|
||||
Delete "$INSTDIR\libpng1.dll"
|
||||
|
||||
Reference in New Issue
Block a user