How install old version from zip?

Hello and sorry for noob question (and my more or less english) but I need install version <= 1.3.*
How I can install from zip files (github releases)? Runs meteor.bat?

Thanks.

Do you want to install an older version of Meteor globally, or just for a specific project? Meteor supports creating projects in any previous (recommended) version by using syntax like:

meteor create --release 1.3 your-app-name