From cb16b216d37f7cc3f4ee9de3903a7ad85d7b5d9a Mon Sep 17 00:00:00 2001 From: eccles Date: Mon, 2 Sep 2002 20:05:09 +0000 Subject: [PATCH] exehead.xml no longer required (added dynamically by makensis) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@877 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 7 +++---- Source/exehead/exehead-bzip2.dsp | 4 ---- Source/exehead/exehead-zlib.dsp | 4 ---- Source/exehead/exehead.xml | 10 ---------- 4 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 Source/exehead/exehead.xml diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index cffcfe24..fa1af81d 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -281,7 +281,6 @@ Section "NSIS Source Code" SecSrcNSIS SetOutPath $INSTDIR\Source\exehead File ..\Source\exehead\*.c File ..\Source\exehead\*.h - File ..\Source\exehead\exehead.xml File ..\Source\exehead\resource.rc File ..\Source\exehead\*.dsp File ..\Source\exehead\Makefile @@ -531,12 +530,12 @@ Section Uninstall RMDir $INSTDIR ; if $INSTDIR was removed, skip these next ones - IfFileExists $INSTDIR 0 Removed + IfFileExists $INSTDIR 0 Removed MessageBox MB_YESNO|MB_ICONQUESTION \ "Remove all files in your NSIS directory? (If you have anything you created that you want to keep, click No)" IDNO Removed Delete $INSTDIR\*.* ; this would be skipped if the user hits no RMDir /r $INSTDIR - IfFileExists $INSTDIR 0 Removed + IfFileExists $INSTDIR 0 Removed MessageBox MB_OK|MB_ICONEXCLAMATION "Note: $INSTDIR could not be removed." Removed: !insertmacro MUI_FINISHHEADER un.SetHeader @@ -546,7 +545,7 @@ Function un.onNextPage !insertmacro MUI_NEXTPAGE_OUTER !insertmacro MUI_NEXTPAGE un.SetHeader - + FunctionEnd Function un.SetHeader diff --git a/Source/exehead/exehead-bzip2.dsp b/Source/exehead/exehead-bzip2.dsp index 7ea06eee..b88e1ef0 100644 --- a/Source/exehead/exehead-bzip2.dsp +++ b/Source/exehead/exehead-bzip2.dsp @@ -252,9 +252,5 @@ SOURCE=.\resource.rc SOURCE=.\uninst.ico # End Source File # End Group -# Begin Source File - -SOURCE=.\exehead.xml -# End Source File # End Target # End Project diff --git a/Source/exehead/exehead-zlib.dsp b/Source/exehead/exehead-zlib.dsp index c3acf95e..a6306504 100644 --- a/Source/exehead/exehead-zlib.dsp +++ b/Source/exehead/exehead-zlib.dsp @@ -252,9 +252,5 @@ SOURCE=.\resource.rc SOURCE=.\uninst.ico # End Source File # End Group -# Begin Source File - -SOURCE=.\exehead.xml -# End Source File # End Target # End Project diff --git a/Source/exehead/exehead.xml b/Source/exehead/exehead.xml deleted file mode 100644 index 4f6ca891..00000000 --- a/Source/exehead/exehead.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - -Nullsoft Install System. - - - - - -