Uninstalling LU from the setup
This commit is contained in:
parent
775a3e07d1
commit
c538d64620
|
@ -686,7 +686,13 @@ Function .onInit
|
||||||
SetErrorLevel 1
|
SetErrorLevel 1
|
||||||
Quit
|
Quit
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
${If} ${FileExists} "$OUTDIR\Uninstall.exe"
|
||||||
|
IfSilent +3
|
||||||
|
Exec '"$OUTDIR\Uninstall.exe"'
|
||||||
|
Quit
|
||||||
|
Exec '"$OUTDIR\Uninstall.exe" /S'
|
||||||
|
Quit
|
||||||
|
${EndIf}
|
||||||
SetOutPath $PLUGINSDIR
|
SetOutPath $PLUGINSDIR
|
||||||
File Patches.ini
|
File Patches.ini
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue