Small installer fix

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@35 3d1905a2-6b24-0410-a738-b14d5a86fcbd
master
mguessan 16 years ago
parent af8a24ba43
commit e280c34e10

@ -73,7 +73,7 @@ BailOut:
no_quest:
SectionEnd
Section "SectionPrincipale" SEC01
Section "MainSection" SEC01
SetOutPath "$INSTDIR"
SetOverwrite try
File "dist\davmail.exe"
@ -118,7 +118,7 @@ SectionEnd
Function un.onUninstSuccess
HideWindow
MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) a été désinstallé avec succès de votre ordinateur."
MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) has been removed from your system."
FunctionEnd
Function un.onInit
@ -165,6 +165,7 @@ no_quest:
Delete "$SMPROGRAMS\DavMail\Website.lnk"
Delete "$DESKTOP\DavMail.lnk"
Delete "$SMPROGRAMS\DavMail\DavMail.lnk"
Delete "$SMPROGRAMS\DavMail\DavMail Console.lnk"
RMDir "$SMPROGRAMS\DavMail"
RMDir "$INSTDIR\lib"

Loading…
Cancel
Save