diff --git a/docs/HOWTO_Windows.html b/docs/HOWTO_Windows.html
index d1c941113..de1e6b987 100644
--- a/docs/HOWTO_Windows.html
+++ b/docs/HOWTO_Windows.html
@@ -33,10 +33,10 @@ a service, see below.
Install FHEM:
- Download the latest fhem-X.Y.tar.gz package from http://fhem.de#Download
- (currently it is fhem-5.4.tar.gz), and unpack it into a directory where you
+ Download the latest fhem-X.Y.zip package from http://fhem.de#Download
+ (currently it is fhem-5.8.zip), and unpack it into a directory where you
have at least 350MB+ free space. I will use F:\tmp for this purpose, after
- unpacking the .tar.gz file we will have a new directory F:\tmp\fhem-5.4
+ unpacking the .zip file we will have a new directory F:\tmp\fhem-5.8
@@ -45,8 +45,8 @@ a service, see below.
Download a Strawberry perl Portable-Edition (this version won't
generate Registry-Entries, and can be installed on USB disks) from
http://strawberryperl.com/releases.html, and extract it into the previously
- created directory, in our case F:\tmp\fhem-5.4
- My file was called strawberry-perl-5.16.2.1-32bit-portable.zip
+ created directory, in our case F:\tmp\fhem-5.8
+ My file was called strawberry-perl-no64-5.24.1.1-32bit-portable.zip
@@ -56,9 +56,9 @@ a service, see below.
FHEM:
C:> F:
- F:> cd \tmp\fhem-5.4
- F:\tmp\fhem-5.4> mkdir log
- F:\tmp\fhem-5.4> perl\bin\perl fhem.pl fhem.cfg
+ F:> cd \tmp\fhem-5.8
+ F:\tmp\fhem-5.8> mkdir log
+ F:\tmp\fhem-5.8> perl\bin\perl fhem.pl fhem.cfg
Note:
@@ -83,10 +83,9 @@ a service, see below.
but not mandatory):
In the browser window, on the FHEMWEB page, in the command line (upper text
- input field, right of the smiling house icon), type in the following 4
+ input field, right of the smiling house icon), type in the following 3
commands one-by-one, confirming each one with Enter:
- notice confirm update-20130127-001
attr global backup_before_update 0
save
update
@@ -111,13 +110,13 @@ for this scenario):
Terminate fhem by typing shutdown again in the FHEMWEB command line.
Install the missing perl modules by typing in the command window:
- F:\tmp\fhem-5.4> PATH=F:\tmp\fhem-5.4\c\bin;F:\tmp\fhem-5.4\perl\bin;%PATH%
- F:\tmp\fhem-5.4> perl\bin\cpan -i Win32::Daemon
- F:\tmp\fhem-5.4> perl\bin\cpan -i Win32::Console
+ F:\tmp\fhem-5.8> PATH=F:\tmp\fhem-5.8\c\bin;F:\tmp\fhem-5.8\perl\bin;%PATH%
+ F:\tmp\fhem-5.8> perl\bin\cpan -i Win32::Daemon
+ F:\tmp\fhem-5.8> perl\bin\cpan -i Win32::Console
Install FHEM as a service
- F:\tmp\fhem-5.4> perl\bin\perl fhem.pl fhem.cfg -i
+ F:\tmp\fhem-5.8> perl\bin\perl fhem.pl fhem.cfg -i