~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/util/ecl.nsi3

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-05-17 02:46:26 UTC
  • Revision ID: james.westby@ubuntu.com-20060517024626-lljr08ftv9g9vefl
Tags: upstream-0.9h-20060510
ImportĀ upstreamĀ versionĀ 0.9h-20060510

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  Delete "$INSTDIR\ecl.exe"
 
2
 
 
3
  Delete "$SMPROGRAMS\ECL\Uninstall.lnk"
 
4
  Delete "$SMPROGRAMS\ECL\Website.lnk"
 
5
  Delete "$DESKTOP\ECL.lnk"
 
6
  Delete "$SMPROGRAMS\ECL\ECL.lnk"
 
7
 
 
8
  RMDir "$SMPROGRAMS\ECL"
 
9
  RMDir "$INSTDIR"
 
10
 
 
11
  DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
 
12
  DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
 
13
  SetAutoClose true
 
14
SectionEnd