Hi, Possible, yes. But it needs administration rights on Windows, which is not always wanted.
Please see bug 2824 http://bugs.mitk.org/show_bug.cgi?id=2824 At least, all the functionality for working on #2824 is in place now. - Sascha On 01/20/2012 06:29 PM, Miklos Espak wrote: > That's really great, thanks! > > Just one question: > Is it possible to get the installer make file associations? > It would be nice to associate the .mitk extension to the application. > > Miklos > > On Fri, Jan 20, 2012 at 6:16 PM, Sascha Zelzer > <[email protected]> wrote: >> Hi, >> >> The MITK application framework now fully supports the loading of data >> files (.mitk, .nrrd, etc.) via command line arguments. For example >> >> ExtApp /some/path/CTScan.nrrd /some/path/ResectionScene.mitk >> >> will load the CTScan.nrrd file and the ResectionScene.mitk MITK scene at >> startup. Subsequent calls will load the data in the already running >> application, except for .mitk files, which are loaded into a new >> application instance. This behavior can be customized in the Preferences >> Dialog. >> >> If you would like to add support for command line argument loading to >> your own app, have a look at commit >> >> https://github.com/MITK/MITK/commit/cf071aa7fee593ee4a35c8e6cc8d03753bc8fe5b >> >> for the relevant changes. >> >> Enjoy, >> >> Sascha >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-d2d >> _______________________________________________ >> mitk-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
