How define condition, if I want delete file in Unistaller only when exist other file i other location?
Is it some simple way, plase?
Delete by condition
2 posts
2 posts
!include LogicLib.nsh
#...
${If} ${FileExists} $WINDIR\some.dll
Delete $INSTDIR\some.exe
${EndIf}