Changes

Jump to: navigation, search

Vim

33 bytes added, 19:18, 27 April 2008
m
no edit summary
Vim is an improved version of the vi editor written by Bram Moolenaar. The web site is [http://www.vim.org www.vim.org].
The Windows installer from vim.org doesn't have a silent install mode; however, the installer put together by Steve Hall does. It is available at [http://sourceforge.net/project/showfiles.php?group_id=43866 Sourceforge]. Steve's Vim installers from 7.0.146 onwards work correctly for silent installs; however, silent uninstalls still do not work correctly.
== package.xml ==
<presource lang="xml">
<package id="gvim" name="gvim 7.0.146" revision="2" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="Vim 7.0.146 (self-installing)" />
<remove cmd='%SOFTWARE%\vim\remove.bat' />
</package>
</presource>
== remove.bat ==
<presource lang="dos">
@echo off
exit 0
</presource>
[[Category:Silent Installers]]

Navigation menu