Hi,
I have just created a new menu for a plugin which I wish to distribute.
Where is the menu file saved ? so I can add it to my msi compiler ?
thx
Keith
Hi,
I have just created a new menu for a plugin which I wish to distribute.
Where is the menu file saved ? so I can add it to my msi compiler ?
thx
Keith
Tip: you may want to tag your post(s) with a category. I suggest “Rhino Developer”.
Secondly, in Rhino 5 menus and toolbars are typically saved to a RUI file. AFAIK this needs to be in the same folder as the plug-in when you install it.
As you are using MSI compiler, I assume that you create an MSI installer? Are you aware of the Rhino plug-in installer? See: http://wiki.mcneel.com/developer/rhinoinstallerengine/authoring for more info.
[NOTE: the wiki tells you to put the RUI file in a “Common” folder, this does not seem to work, you must place it in the same folder as the plug-in]