It should detect if the file client.exe already is in the installdirectory. If it's not, it should abort - or even better: go back to the 'MUI_PAGE_DIRECTORY' page.IfFileExists "$INSTDIR\client.exe" 0 Skip
MessageBox MB_OK "This is not the correct directory!"
Abort
Skip;
The code above doesn't work *at all* (i found something like this on these forums). I have no clue on how to do this....
Anyone? Thanks