May 7, 200917 yr haii 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 May 7, 200917 yr by anandharaja
May 7, 200917 yr 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.
May 8, 200917 yr 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.
Create an account or sign in to comment