Jump to content

ffdshow shortcut


Recommended Posts

hai

i want to know how to create shortcut for ffdshow using nsis. or innosetup

i tried using nsis but cannot find shortcut

CreateDirectory "$SMPROGRAMS\ffdshow"

CreateShortcut "$SMPROGRAMS\ffdshow\Audio decoder configuration.lnk" "$SYSDIR\rundll32.exe ffdshow.ax,configureAudio" "" "$INSTDIR\ffdshow\ffdshow.ax" 5

But the shortcut cannot find please help.

Link to comment
Share on other sites


I made my own shortcuts and use them with an SFX archive. They work fine.

Here are they:

rundll32.exe ffdshow.ax,configureAudio

rundll32.exe ff_vfw.dll,configureVFW

rundll32.exe ffdshow.ax,configure

I stripped the path to make it clearer here. Also, the start in folder is just FFDshow's installation dir, check that in your script.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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