~ubuntu-branches/ubuntu/utopic/cmake/utopic

« back to all changes in this revision

Viewing changes to Modules/NSIS.template.in

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-10-10 12:54:39 UTC
  • mfrom: (1.14.7)
  • Revision ID: package-import@ubuntu.com-20131010125439-h0ahaj004on6oj92
Tags: 2.8.12-0ubuntu1
New upstream release LP: #1246701

Show diffs side-by-side

added added

removed removed

Lines of Context:
916
916
;Run the uninstaller
917
917
uninst:
918
918
  ClearErrors
919
 
  ExecWait '$0 _?=$INSTDIR' ;Do not copy the uninstaller to a temp file
 
919
  StrLen $2 "\Uninstall.exe"
 
920
  StrCpy $3 $0 -$2 # remove "\Uninstall.exe" from UninstallString to get path
 
921
  ExecWait '$0 _?=$3' ;Do not copy the uninstaller to a temp file
920
922
 
921
923
  IfErrors uninst_failed inst
922
924
uninst_failed: