Index: scripts/makepkg.bat =================================================================== diff -u -N -r5425930e8d7f6d91a186676358c76c67d481d836 -r8074a907265a4b6d34dcfbf66f251477aedbafc9 --- scripts/makepkg.bat (.../makepkg.bat) (revision 5425930e8d7f6d91a186676358c76c67d481d836) +++ scripts/makepkg.bat (.../makepkg.bat) (revision 8074a907265a4b6d34dcfbf66f251477aedbafc9) @@ -80,7 +80,7 @@ echo %CD% dir -compil32 /cc setup32.iss +iscc setup32.iss /o%OutputDir% if errorlevel 1 ( echo Preparation of the installer version failed. goto cleanup @@ -120,7 +120,7 @@ cd scripts -compil32 /cc setup64.iss +iscc setup64.iss /o%OutputDir% if errorlevel 1 ( echo Preparation of the installer version failed. goto cleanup