Jump to content

Recommended Posts

Posted (edited)

hai

i want to associate my files .mkv , .avi .wmv etc to MEDIA PLAYER CLASSIC can any one tell the NSIS script for file association.

thanks in advance

Edited by anandharaja

Posted

If you go into the help menu of MPC (I have the mpc homecinema version so hopefully same), you will see a "Command Line Switches" entry which pops up a window with all switches available to pass to mplayerc.exe. Use the switch "/regvid" to associate all video types to MPC. You could try to run the command from a NSIS script or do it with an external command after installation.

Posted

Export registry setting and run reg file in nsis like this

ExecWait '"regedit" /s yourregfile.reg'

You can use registry snapshot and export differences between 'before' and 'after' manual file association.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...