Hi, 2016/10/5 Wed 5:43:55 UTC+9 Ritmo2k wrote: > On Tuesday, October 4, 2016 at 1:00:44 PM UTC-6, Ben Fritz wrote: > > Is something missing from the official nightly installers? > > Hi Ben, > I never knew the project was officially producing x64 binaries on github. > I have switched over to them (and I noticed they already bundle diff.exe). > > I would like to use a MSI to make deployments easier at our shop. Its much > easier to schedule install/removal/updates with an MSI. So that being the > case, building an MSI that uses a CA to execute install.exe doesn't really > save me much, hence the reason I was hoping to understand what exactly is > done by the switches.
You can check the function RegisterMe() in src/if_ole.cpp. It writes some data to the registry and calls RegisterTypeLib() API. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
