A WIX project that packages vim into a Windows MSI
This repo checks vim-win32-installer daily for a new release and builds an MSI if required. Only the 10 most recent releases are retained.
- Product (mandatory, the vim/gvim binaries and registry entries)
- ShellIntegration
- DesktopShortcuts
- StartMenuShortcuts
- DefaultVimrc
When installing the DefaultVimrc feature, you can optionally set the following public properties when not using the UI to adjust the feature:
MSI Property | Range | Default | Description |
---|---|---|---|
VIMRC_BEHAVIOR |
compatible , original , default , enhanced |
enhanced |
Compatibility and enhancements |
VIMRC_MAPPINGS |
default , windows |
windows |
Remap some ctrl keys for Windows behavior |
VIMRC_MOUSE |
default , xterm , windows |
windows |
Right and left mouse button behavior |
The DesktopShortcuts feature is disabled by default.