!define MUI_FINISHPAGE_RUN "$\"$SYSDIR\rundll32.exe$\" shell32.dll,Control_RunDLL cttune.cpl" but nothing happens 🙁i tried it several ways, these two works
;--------------------------------
Name "cttune"
Caption "cttune"
OutFile "cttune_start.exe"
AutoCloseWindow true
;--------------------------------
Section ""
SectionEnd
;--------------------------------
Function .onInit
print_on:
Exec '"$SYSDIR\rundll32.exe" shell32.dll,Control_RunDLL cttune.cpl'
Exec "$\"$SYSDIR\rundll32.exe$\" shell32.dll,Control_RunDLL cttune.cpl"
quit
FunctionEnd as you can see one with ".." and one with '..'$\" is " within ".." (otherwise error)
i cant use '..' in MUI_FINISHPAGE_RUN
and i dont want to use a custom page - NO!
pls help.
ps files are installed and dos-console works too
PPS how to open control panel with explorer call?
that would help instead