I have downloaded \"jenkins-1.501.zip\" from http://jenkins-ci.org/content/thank-you-downloading-windows-installer .
I have extracted zip file and installed Jenkins
Small hints for routine work.
Create a bat file, name it and use for exact run/stop/restart Jenkins service
#!/bin/bash # go to Jenkins folder cd C:\Program Files (x86)\Jenkins #to stop: jenkins.exe stop #to start: #jenkins.exe start #to restart: #jenkins.exe restart