I've written a WPF UserControl that I'm using on an AX 2012 form. On my dev machine I have to copy the output dll file to 'C:\Program Files (x86)\Microsoft Dynamics AX\60\client\bin' How do I deploy this thing out to customers' servers and client computers? I'm expecting to write an installer that installs my model on the server. I can't except each user to run a separate installer. Is there a good way to get this user control ell on the client's computer? This dll isn't in the AOT as a VS project because it doesn't have any AX dependencies. Any help would be appreciated.
↧