Skip to content

A WIX project that packages gvim into a Windows MSI.

License

Notifications You must be signed in to change notification settings

jcasale/vim-msi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-msi

License

A WIX project that packages vim into a Windows MSI

Releases

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.

ADDLOCAL Properties

  • Product (mandatory, the vim/gvim binaries and registry entries)
  • ShellIntegration
  • DesktopShortcuts
  • StartMenuShortcuts
  • DefaultVimrc

Public Properties

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

Notes

The DesktopShortcuts feature is disabled by default.

About

A WIX project that packages gvim into a Windows MSI.

Topics

Resources

License

Stars

Watchers

Forks