Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom AddOn installer
Collapse
X
-
Custom AddOn installer
Is it possible to create a custom installer that installs a custom AddOn into the folder NinjaTrader 8\bin\Custom\AddOns so the user doesn't have to use the Tools->Import option? So the install and un-install of the indicator would be done via a custom installer EXE provided by a vendor.Tags: None
-
If you're using VS to do your development then there are extensions out there for a MSI that you could use for this purpose -
VS 2013 - https://visualstudiogallery.msdn.mic...9-0fbf6151054d
VS 2015 - https://visualstudiogallery.msdn.mic...7-c509fb8933b9
Comment
-
Just a quick update on this. I managed to get a custom installer working well using INNO setup ( http://www.jrsoftware.org/isinfo.php )
Basically you can just set the destination for your Add-On to be NinjaTrader 8\bin\Custom and run the installer created by INNO and it all works nicely. The end user has a nice installer and doesn't have to copy DLLs manually.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment