Notifications
Clear all

[Closed] writing an installer

I’m putting the finishing touches to a script that aids facial animation and I’m thinking of placing it among the helpers list. Or maybe having its own place on the main menu bar.
I want to create an installer that automatically places the tool either in helpers or as a menu on main menu bar and installs a small script in the start up script folder. Is this too daunting a task for a humble maxscripter with no C++ knowledge?

2 Replies
1 Reply
(@lucpet)
Joined: 11 months ago

Posts: 0

You can have a look at the Outliner’s installer code:
https://github.com/Pjanssen/Outliner/tree/master/maxscript/installer

Note that the toolbar code will only work up to and including 3dsMax 2012.
To create menu items, take a look at the menuMan interface in the maxscript help. That’s quite straightforward to use.