mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Add silent option for uninstaller (#1690)
* Add /S option for unattended uninstall * Add email to contributors
This commit is contained in:
parent
6ae24652e5
commit
1219dd8f9e
2 changed files with 2 additions and 1 deletions
|
@ -96,6 +96,7 @@ Araceli Yanez <github.com/aracelix>
|
||||||
Sam Bradshaw <samjr.bradshaw@gmail.com>
|
Sam Bradshaw <samjr.bradshaw@gmail.com>
|
||||||
gnnoh <gerongfenh@gmail.com>
|
gnnoh <gerongfenh@gmail.com>
|
||||||
Sachin Govind <sachin.govind.too@gmail.com>
|
Sachin Govind <sachin.govind.too@gmail.com>
|
||||||
|
Patric Cunha <patricc@agap2.pt>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,7 @@ SectionEnd ; end the section
|
||||||
; Uninstaller
|
; Uninstaller
|
||||||
|
|
||||||
function un.onInit
|
function un.onInit
|
||||||
MessageBox MB_OKCANCEL "This will remove Anki's program files, but will not delete your card data. If you wish to delete your card data as well, you can do so via File>Switch Profile inside Anki first. Are you sure you wish to uninstall Anki?" IDOK next
|
MessageBox MB_OKCANCEL "This will remove Anki's program files, but will not delete your card data. If you wish to delete your card data as well, you can do so via File>Switch Profile inside Anki first. Are you sure you wish to uninstall Anki?" /SD IDOK IDOK next
|
||||||
Quit
|
Quit
|
||||||
next:
|
next:
|
||||||
functionEnd
|
functionEnd
|
||||||
|
|
Loading…
Reference in a new issue