From bb83995f5a61f4f1e44c32493976c918596516e5 Mon Sep 17 00:00:00 2001
From: raulmateos <noreply@pandorafms.org>
Date: Mon, 27 Aug 2007 15:35:59 +0000
Subject: [PATCH] 2007-08-27  Raul Mateos  <raulofpandora@gmail.com> 	*
 win32/installer/How_to_create_installer.txt: Changed mpi name. 	Added
 libcurl.dll and more info.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@622 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_agents/ChangeLog                      |  7 ++++++-
 .../installer/How_to_create_installer.txt     | 19 +++++++++++++------
 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog
index ab87b05fb4..16edbad877 100644
--- a/pandora_agents/ChangeLog
+++ b/pandora_agents/ChangeLog
@@ -1,6 +1,11 @@
+2007-08-27  Raul Mateos  <raulofpandora@gmail.com>
+
+	* win32/installer/How_to_create_installer.txt: Changed mpi name.
+	Added libcurl.dll and more info.
+
 2007-08-23  Sancho Lerena <slerena@artica.es>
 
-	* linux/pandora_agent_intaller: Fixed problem with /var/log/pandora
+	* linux/pandora_agent_installer: Fixed problem with /var/log/pandora
 
 	* linux/README: Added, replacing old INSTALL file.
 
diff --git a/pandora_agents/win32/installer/How_to_create_installer.txt b/pandora_agents/win32/installer/How_to_create_installer.txt
index 9a68fe1c5b..85b1a521a4 100644
--- a/pandora_agents/win32/installer/How_to_create_installer.txt
+++ b/pandora_agents/win32/installer/How_to_create_installer.txt
@@ -1,26 +1,29 @@
-First, install installjammer from http://installjammer.com/, then create the
+# How to build Pandora Installer #
+
+1) Install installjammer from http://installjammer.com/, then create the
 c:\pandora_installer folder.
 
-Copy the \bin directory to that folder and also copy the files from the installer
-directory to that folder.
+2) Copy the $SVN\pandora_agents\win32\bin directory to that folder and also copy the files from the installer
+directory ($SVN\pandora_agents\win32\installer\) to that folder.
 
-At the end, you must have the next directory structure:
+Doing that, you must have the next directory structure:
 
 C:\pandora_installer
 		+--- LICENSE.txt
 		+--- README.txt
 		+--- logo.png
 		+--- pandora.ico
-		+--- pandora1.2.1.mpi
+		+--- pandora_1.3.mpi
 		+--- bin
 			  +--- libeay32.dll
+			  +--- libcurl.dll
 			  +--- PandoraAgent.exe
 			  +--- pandora_agent.conf
 			  +--- README
 			  +--- zlib1.dll
 			  +--- help
 			  |		+--- how_to_keys.html
-		      |		+---images
+		      |		+--- images
 			  |			+--- 1.jpg
 			  |				+--- 2.jpg
 			  |				+--- 3.jpg
@@ -45,3 +48,7 @@ C:\pandora_installer
 			  +--- scripts
 			  		+--- start_pandora_agent.bat
 			  		+--- stop_pandora_agent.bat
+
+3) Execute InstallJammer program, and open the file C:\pandora_installer\pandora_1.3.mpi
+
+4) Just go to Build menu and select Build Install (Ctrl + B).
\ No newline at end of file