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
This commit is contained in:
parent
8a8ba58683
commit
084d674c5e
|
@ -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>
|
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.
|
* linux/README: Added, replacing old INSTALL file.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
c:\pandora_installer folder.
|
||||||
|
|
||||||
Copy the \bin directory to that folder and also copy the files from the installer
|
2) Copy the $SVN\pandora_agents\win32\bin directory to that folder and also copy the files from the installer
|
||||||
directory to that folder.
|
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
|
C:\pandora_installer
|
||||||
+--- LICENSE.txt
|
+--- LICENSE.txt
|
||||||
+--- README.txt
|
+--- README.txt
|
||||||
+--- logo.png
|
+--- logo.png
|
||||||
+--- pandora.ico
|
+--- pandora.ico
|
||||||
+--- pandora1.2.1.mpi
|
+--- pandora_1.3.mpi
|
||||||
+--- bin
|
+--- bin
|
||||||
+--- libeay32.dll
|
+--- libeay32.dll
|
||||||
|
+--- libcurl.dll
|
||||||
+--- PandoraAgent.exe
|
+--- PandoraAgent.exe
|
||||||
+--- pandora_agent.conf
|
+--- pandora_agent.conf
|
||||||
+--- README
|
+--- README
|
||||||
+--- zlib1.dll
|
+--- zlib1.dll
|
||||||
+--- help
|
+--- help
|
||||||
| +--- how_to_keys.html
|
| +--- how_to_keys.html
|
||||||
| +---images
|
| +--- images
|
||||||
| +--- 1.jpg
|
| +--- 1.jpg
|
||||||
| +--- 2.jpg
|
| +--- 2.jpg
|
||||||
| +--- 3.jpg
|
| +--- 3.jpg
|
||||||
|
@ -45,3 +48,7 @@ C:\pandora_installer
|
||||||
+--- scripts
|
+--- scripts
|
||||||
+--- start_pandora_agent.bat
|
+--- start_pandora_agent.bat
|
||||||
+--- stop_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).
|
Loading…
Reference in New Issue