diff --git a/tools/install/win/create_installer.bat b/tools/install/win/create_installer.bat index efb03df219..0f23972a89 100644 --- a/tools/install/win/create_installer.bat +++ b/tools/install/win/create_installer.bat @@ -1,3 +1,5 @@ +SETLOCAL + :: check all the necessary parameters are given and not empty if [%1]==[] goto USAGE if [%2]==[] goto USAGE @@ -246,3 +248,6 @@ echo PATCHFILE: optional patch file for the fpc sources echo CHMHELPFILES: optional directory with chm helpfiles :STOP + +ENDLOCAL +