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. - - - - - -