summaryrefslogtreecommitdiff
path: root/src/uninstal.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191Bram Moolenaar2017-10-141-46/+63
| | | | | | Problem: MS-Windows: missing 32 and 64 bit files in installer. Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove old Windows code from the installer. (Ken Takata, closes #2144)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1399v7.4.1399Bram Moolenaar2016-02-231-34/+0
| | | | | Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
* Remove unused code.Bram Moolenaar2010-08-081-24/+0
|
* Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load itBram Moolenaar2010-08-021-26/+37
| | | | dynamically from the .dll. Should work everywhere.
* Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems.Bram Moolenaar2010-08-011-13/+26
|
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-311-5/+6
|
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-071-1/+1
|
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-5/+11
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+438