Skip to content
⌘ NSIS Forum Archive

Shortcut (rundll32.exe)

3 posts

VegetaSan#

Shortcut (rundll32.exe)

I want to creat this chortcut... But I am having some troubles

C:\WINDOWS\system32\rundll32.exe ffdshow.ax,configure

Is this possible
VegetaSan#
Never mind I allready have it

CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Matrix Mixer Configuration.lnk" "$WINDIR\rundll32.exe" '"$INSTDIR\MatrixMixer\matrix_mixer.ax",config'
rainwater#
You should always specify the dll using the short path name convention for compatibility with all versions of windows.