Run After Finish + RegStr
Hi there, im tring to fix this the whole day with no luck...
I want that a Program is launched after the setup has finished, simply by using 'MUI_FINISHPAGE_RUN'. But the location of this program needs to be read from a registry value. Ive tried some lines but these doesnt work;
!define MUI_FINISHPAGE_RUN "$R9\Program.exe"The 'ReadRegStr' works fine but the program isn't opened after my setup. Ive checked the Install Callbacks but with no luck. I hope somebody has an solution.
;---
ReadRegStr $R9 HKLM Software\iMesh\Client ProgramLocation