May 19, 2009
12:59 p.m.
Better hope noone installs to C:\! :) (i.e. it's probably a good idea to specify the files to delete specifically ) Cheers, Henry Torsten Bergmann skrev:
Section "Uninstall"
SetOutPath $INSTDIR DetailPrint "Start uninstalling" Delete "$INSTDIR\*.*"
;delete uninstaller Delete "$INSTDIR\Uninstall.exe" RmDir /r /REBOOTOK "$SMPROGRAMS\${MGROUP}" RmDir /REBOOTOK $INSTDIR DeleteRegKey /ifempty HKCU "${REG_KEY}" SectionEnd