Learn more about Yak

I created a plugin and put it together in a single RUI file.
I would like to distribute these individually.
Is it possible to create an MSI or exe in Yak and distribute it individually?

*Additional editing
Is it possible to turn multiple .rhp files, including .RUI, into a single MSI?

Best

Sorry for the slow reply! The package manager does not support running script/executables during package installation. You’ll find you can put an MSI or a .exe in the package but it will not have any effect at install time.

You can include multiple Rhino plug-ins (.rhp) and an RUI in a single package. You can then distribute the package via the package server or a private package repository.

If you wish to, you can certainly create a single MSI (or another installer format) for your multiple Rhino plug-ins and the RUI. If you go this route, you’ll need to make sure that your installer registers the plug-ins.

Hello @will

Thank you for your response.
I will read the reference you provided.

best