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
This commit is contained in:
eccles 2002-09-02 20:05:09 +00:00
parent 15222e155c
commit cb16b216d3
4 changed files with 3 additions and 22 deletions

View file

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

View file

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

View file

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

View file

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Nullsoft.NSIS.exehead" type="win32"/>
<description>Nullsoft Install System.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly>
</dependency>
</assembly>