applied patch #1184571 - Some fixes to the examples (case sensitive filenames)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3979 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5113e9afa5
commit
04a5b7dd94
3 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ Name "Version Info"
|
|||
|
||||
OutFile "VersionInfo.exe"
|
||||
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language Files\English.nlf"
|
||||
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
|
||||
;--------------------------------
|
||||
;Version Information
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ InstallDirRegKey HKLM "Software\NSISCrap\BigNSISTest" ""
|
|||
CheckBitmap "..\Contrib\Graphics\Checks\classic-cross.bmp"
|
||||
|
||||
LicenseText "A test text, make sure it's all there"
|
||||
LicenseData "..\source\exehead\main.c"
|
||||
LicenseData "..\Source\exehead\Main.c"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
@ -73,7 +73,7 @@ Section "" ; empty string makes it hidden, so would starting with -
|
|||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\BigNSISTest" "UninstallString" '"$INSTDIR\bt-uninst.exe"'
|
||||
|
||||
SetOutPath $INSTDIR
|
||||
File /a "..\source\exehead\bin2h.exe"
|
||||
File /a "..\Source\exehead\bin2h.exe"
|
||||
CreateDirectory "$INSTDIR\shiz\crap" ; 2 recursively create a directory for fun.
|
||||
WriteUninstaller "bt-uninst.exe"
|
||||
|
||||
|
@ -163,7 +163,7 @@ Section "Test Branching"
|
|||
|
||||
NoOverwrite:
|
||||
|
||||
File "..\source\exehead\bin2h.c" ; skipped if answered no
|
||||
File "..\Source\exehead\bin2h.c" ; skipped if answered no
|
||||
SetOverwrite try ; NOT AN INSTRUCTION, NOT COUNTED IN SKIPPINGS
|
||||
|
||||
MessageBox MB_YESNO|MB_ICONQUESTION "Would you like to skip the rest of this section?" IDYES EndTestBranch
|
||||
|
|
|
@ -38,7 +38,7 @@ LicenseLangString myLicenseData ${LANG_FRENCH} "example1.nsi"
|
|||
LicenseLangString myLicenseData ${LANG_GERMAN} "example2.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_KOREAN} "gfx.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_RUSSIAN} "languages.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_SPANISH} "logiclib.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_SPANISH} "LogicLib.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_SWEDISH} "makensis.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_TRADCHINESE} "one-section.nsi"
|
||||
LicenseLangString myLicenseData ${LANG_SIMPCHINESE} "primes.nsi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue