<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AWindows_Installer</id>
	<title>Development:Windows Installer - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AWindows_Installer"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Windows_Installer&amp;action=history"/>
	<updated>2026-05-06T16:37:31Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Windows_Installer&amp;diff=12172&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Windows_Installer&amp;diff=12172&amp;oldid=prev"/>
		<updated>2024-10-21T08:59:20Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 08:59, 21 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Windows_Installer&amp;diff=12171&amp;oldid=prev</id>
		<title>1&gt;Jmouneyrac: /* 3. Create an executable file */</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Windows_Installer&amp;diff=12171&amp;oldid=prev"/>
		<updated>2008-05-12T08:21:35Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;3. Create an executable file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Windows Installer Package ==&lt;br /&gt;
The Windows Installer is based on xampp 1.6 distribution. The package structure is the following:&lt;br /&gt;
&lt;br /&gt;
   Root&lt;br /&gt;
   | &amp;#039;&amp;#039;&amp;#039;Readme.txt&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
   | &amp;#039;&amp;#039;&amp;#039;Start Moodle.exe&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
   | &amp;#039;&amp;#039;&amp;#039;Stop Moodle.exe&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
   | server&lt;br /&gt;
     | apache_start.bat&lt;br /&gt;
     | apache_stop.bat&lt;br /&gt;
     | makecert.bat&lt;br /&gt;
     | mysql_start.bat&lt;br /&gt;
     | mysql_stop.bat&lt;br /&gt;
     | readme_de.txt&lt;br /&gt;
     | readme_en.txt&lt;br /&gt;
     | service.exe&lt;br /&gt;
     | setup_xampp.bat&lt;br /&gt;
     | xampp_restart.bat&lt;br /&gt;
     | xampp_start.exe&lt;br /&gt;
     | xampp_stop.exe&lt;br /&gt;
     | xampp_control.exe&lt;br /&gt;
     | xampp_portcheck.exe&lt;br /&gt;
     | apache&lt;br /&gt;
     | cgi-bin&lt;br /&gt;
     | install&lt;br /&gt;
     | licences&lt;br /&gt;
     | &amp;#039;&amp;#039;&amp;#039;moodle&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
     | &amp;#039;&amp;#039;&amp;#039;moodledata&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;//this folder is created during the installation process&amp;#039;&amp;#039;&lt;br /&gt;
     | mysql&lt;br /&gt;
     | php&lt;br /&gt;
     | sendmail&lt;br /&gt;
     | tmp&lt;br /&gt;
&lt;br /&gt;
== Moodle folders ==&lt;br /&gt;
All moodle files must be located in server/moodle/&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;Start/Stop Moodle.exe&amp;#039; ==&lt;br /&gt;
Windows Installer package comes with two executable files. &amp;#039;Start Moodle.exe&amp;#039; sets up the Xampp environment and launch Apache and Mysql processes. &amp;#039;Stop Moodle.exe&amp;#039; stop the two processes. This section explains how to create these two executable files.&lt;br /&gt;
&lt;br /&gt;
=== 1. Create a batch file ===&lt;br /&gt;
The two batch files can be download on CVS: http://cvs.moodle.org/contrib/tools/m4w_builder/bin/batch/&lt;br /&gt;
==== &amp;#039;Start Moodle.exe&amp;#039; ====&lt;br /&gt;
This batch file readjusts, if needed, apache/mysql paths to the new location in hard disk. (server/setup_xampp.bat)&lt;br /&gt;
Then it launchs Apache and Mysql processes. (server/xampp_start.exe)&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;Stop Moodle.exe&amp;#039; ====&lt;br /&gt;
This batch file stops the apache and mysql process. (server/xampp_start.exe)&lt;br /&gt;
&lt;br /&gt;
=== 2. Create an icon ===&lt;br /&gt;
In order to create an icon for an executable file you can use SnIco Edit. You need to save your icon as a .ico file.&lt;br /&gt;
&lt;br /&gt;
=== 3. Create an executable file ===&lt;br /&gt;
Once you&amp;#039;ve got a batch file and an icon file, run bat_to_exe_converter.exe. Browse for the .bat file and the .ico file, then click on Compile. An executable file is generated. &lt;br /&gt;
The two generated files (and a Readme.txt) need to be copied into the Windows Installer zip at the root level. This is done by a script shell generating the windows installer package.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
You can find all resources in CVS: http://cvs.moodle.org/contrib/tools/m4w_builder/bin/&lt;br /&gt;
&lt;br /&gt;
* [http://www.apachefriends.org/en/xampp.html Xampp]: the WAMP distribution used in the Windows Installer package. &lt;br /&gt;
* [http://www.snidesoft.eu SnIco Edit]: create/edit your .ico icon file.&lt;br /&gt;
* [http://www.f2ko.de/English/b2e/index.php Bat to Exe Converter]: convert a .bat file into a .exe file.&lt;br /&gt;
* [http://www.jrsoftware.org/isinfo.php Inno Setup]: create a Windows Installer software. (setup.exe)&lt;/div&gt;</summary>
		<author><name>1&gt;Jmouneyrac</name></author>
	</entry>
</feed>