-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIM Winget, feedback #231
Comments
I'd love to archive my repo at jcasale/vim-msi and have this repo publish an MSI that could be used instead. |
hm, not sure, can we integrate this here? |
Hi, sure you can. I added a workflow that is scheduled nightly to check your repo for releases and build an msi package. You would only need to perform the following:
The benefit of my msi is that it uses vim itself to manipulate any settings in text files instead of a CPP or C# based custom action. As a result, you only need WIX to compile the MSI itself and nothing else and WIX is already installed in the Windows action container. An MSI brings a significant advantage over the current installer. |
We would have to try it out to know for sure if using MSI works perfectly. Using the Nullsoft installer works quite well, with some disadvantages for a few users. Ideally we would have both installers for a little while and find out what works best. I suppose that won't be more work. |
Hello there,
Thanks for this great step forward, vim is now available in winget and it's really nice.
Right now, it relies on the nsis version of the installer but there are several flaws:
1- In silent mode, shortcuts on the desktop are mandatory.
2- In silent mode, we cannot disable specific features.
3- Winget « --scope user » argument doesn't work.
4- There is no way to update (or uninstall) vim properly from winget.
I use the following command in order to install vim:
Thanks
The text was updated successfully, but these errors were encountered: