Subversion Repositories Tewi

Rev

Rev 217 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 217 Rev 257
Line 1... Line 1...
1
# $Id: install.nsi 217 2024-10-02 19:50:16Z nishi $
1
# $Id: install.nsi 257 2024-10-04 05:34:27Z nishi $
2
 
2
 
3
VIFileVersion "1.0.0.0"
3
VIFileVersion "1.0.0.0"
4
VIProductVersion "1.0.0.0"
4
VIProductVersion "1.0.0.0"
5
VIAddVersionKey "FileVersion" "${VERSION}"
5
VIAddVersionKey "FileVersion" "${VERSION}"
6
VIAddVersionKey "LegalCopyright" "Public domain. Original by Nishi"
6
VIAddVersionKey "LegalCopyright" "Public domain. Original by Nishi"
Line 51... Line 51...
51
	SetOutPath "$INSTDIR\www"
51
	SetOutPath "$INSTDIR\www"
52
	File /oname=index.html "itworks.html"
52
	File /oname=index.html "itworks.html"
53
	!cd Binary
53
	!cd Binary
54
	File /oname=pbtewi.gif "pbtewi.gif"
54
	File /oname=pbtewi.gif "pbtewi.gif"
55
	!cd ..
55
	!cd ..
56
	SetOutPath "$INSTDIR\www\icons"
-
 
57
	!cd Icons
56
	!cd Icons
-
 
57
	SetOutPath "$INSTDIR\www\icons"
58
	File "*.png"
58
	File "*.png"
59
	!cd ..
59
	!cd ..
60
	!cd Server
60
	!cd Server
61
	SetOverWrite on
61
	SetOverWrite on
-
 
62
	!cd ..
-
 
63
	SetOutPath "$INSTDIR"
-
 
64
	File "mime.types"
-
 
65
	!cd Server
62
 
66
 
63
	CreateDirectory "$SMPROGRAMS\Tewi HTTPd"
67
	CreateDirectory "$SMPROGRAMS\Tewi HTTPd"
64
	CreateShortcut "$SMPROGRAMS\Tewi HTTPd\License.lnk" "$INSTDIR\LICENSE.txt" ""
68
	CreateShortcut "$SMPROGRAMS\Tewi HTTPd\License.lnk" "$INSTDIR\LICENSE.txt" ""
65
	CreateShortcut "$SMPROGRAMS\Tewi HTTPd\Start Tewi HTTPd.lnk" "$INSTDIR\bin\tewi.exe" ""
69
	CreateShortcut "$SMPROGRAMS\Tewi HTTPd\Start Tewi HTTPd.lnk" "$INSTDIR\bin\tewi.exe" ""
66
	CreateShortcut "$SMPROGRAMS\Tewi HTTPd\Start Tewi HTTPd (verbose).lnk" "$INSTDIR\bin\tewi.exe" "-v"
70
	CreateShortcut "$SMPROGRAMS\Tewi HTTPd\Start Tewi HTTPd (verbose).lnk" "$INSTDIR\bin\tewi.exe" "-v"