Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Windows Installer.

Development:Windows Installer: Difference between revisions

From MoodleDocs
Line 20: Line 20:


== Resources ==
== Resources ==
 
You can find all resources in CVS: http://cvs.moodle.org/contrib/tools/m4w_builder/bin/
* [http://www.snidesoft.eu SnIco Edit]: create/edit your .ico icon file.
* [http://www.snidesoft.eu SnIco Edit]: create/edit your .ico icon file.
* [http://www.f2ko.de/English/b2e/index.php Bat to Exe Converter]: convert a .bat file into a .exe file.
* [http://www.f2ko.de/English/b2e/index.php Bat to Exe Converter]: convert a .bat file into a .exe file.
* [http://www.jrsoftware.org/isinfo.php Inno Setup]: create a Windows Installer software. (setup.exe)
* [http://www.jrsoftware.org/isinfo.php Inno Setup]: create a Windows Installer software. (setup.exe)

Revision as of 07:46, 12 May 2008

WAMP: xampp

Moodle folders

All moodle files must be located in server/moodle/

'Start/Stop Moodle.exe'

Windows Installer package come with two root executable files. 'Start Moodle.exe' sets up the Xampp environment and launch Apache and Mysql processes. 'Stop Moodle.exe' stop the two processes. This section explains how to create these two executable files.

Create a batch file

'Start Moodle.exe'

This batch file readjusts, if needed, apache/mysql paths to the new location in hard disk. Then it launchs Apache and Mysql processes.

'Stop Moodle.exe'

This batch file stops the apache and mysql process.

Create an icon

Create an executable file

Resources

You can find all resources in CVS: http://cvs.moodle.org/contrib/tools/m4w_builder/bin/