On Tue, Feb 25, 2014 at 3:51 AM, Tobias Doerffel
<tobias.doerf...@gmail.com>wrote:

> Like creating the reg keys, this is should be achieved by NSIS calls
> (see
> https://github.com/LMMS/lmms/blob/stable-0.4/cmake/nsis/FileAssociation.nsh
> )
> instead of shell commands. I can take a look at it.
>

Great.  Filed bug #385 <https://github.com/LMMS/lmms/issues/385>.

>From what I can gather:

!include "FileAssociation.nsh"
> !insertmacro UnRegisterExtension
> !insertmacro RefreshShellIcons



${FileAssociation_VERBOSE} 4   # all verbosity
> ${unregisterExtension} ".mmp" "LMMS Project"
> ${unregisterExtension} ".mmpz" "LMMS Project (compressed)"
> ${RefreshShellIcons}


Which (i believe) you've illustrated need to be built dynamically by
CMake but I can't decipher if this takes care of the extensions AND
the application.

-Tres
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to