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.
Page 1 of 1
ffdshow shortcut
#2
Posted 07 July 2009 - 05:41 PM
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.
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.
- ← Question about Adobe Reader 8 and its updates
- Application Installs
- Question about .NET FRAMEWORK →
Share this topic:
Page 1 of 1



Help
Back to top









