[Config] ;WAMPCONFIGSTART ImageList=images_off.bmp ServiceCheckInterval=1 ServiceGlyphRunning=13 ServiceGlyphPaused=14 ServiceGlyphStopped=15 TrayIconAllRunning=16 TrayIconSomeRunning=17 TrayIconNoneRunning=18 ID={wampserver} AboutHeader=WAMPSERVER 3.1.0 64bit AboutVersion=Version 3.1.0 ;WAMPCONFIGEND [AboutText] WampServer Version 3.1.0 64bit Created by Romain Bourdon (2005) Maintainer / Upgrade to 2.5 by Herve Leclerc Upgrade to 3 by Otomatic (wampserver@otomatic.net) Multi styles for homepage by Jojaba Installer by Inno Setup: http://www.jrsoftware.org/isinfo.php Forum Wampserver: http://forum.wampserver.com/index.php ______________________ Versions used ______________________ Apache 2.4.27 - PHP 7.1.9 MySQL 5.7.19 MariaDB 10.2.8 PHP 5.6.31 for CLI (Command-Line Interface) [Services] Name: wampapache64 Name: wampmysqld64 Name: wampmariadb64 [Variables] Type: prompt; Name: "ApachePort"; PromptCaption: "Port for Apache"; PromptText: "Enter the desired port number"; DefaultValue: "8080" Type: prompt; Name: "AddListenApachePort"; PromptCaption: "Listen Port to add to Apache"; PromptText: "Enter the desired port number"; DefaultValue: "8081" Type: prompt; Name: "MysqlPort"; PromptCaption: "Port for MySQL"; PromptText: "Enter the desired port number"; DefaultValue: "3308" Type: prompt; Name: "MariaPort"; PromptCaption: "Port for MySQL"; PromptText: "Enter the desired port number"; DefaultValue: "3306" Type: prompt; Name: "ApacheService"; PromptCaption: "Apache Service"; PromptText: "Enter an index number for the Apache service. It will be added to 'wampapache'"; DefaultValue: "25" Type: prompt; Name: "MysqlService"; PromptCaption: "MySQL Service"; PromptText: "Enter an index number for the Mysql service. It will be added to 'wampmysqld'"; DefaultValue: "25" Type: prompt; Name: "Size"; PromptCaption: "Size"; PromptText: "Enter Size: xxxx followed by M for Mega or G for Giga"; DefaultValue: "512M" Type: prompt; Name: "Seconds"; PromptCaption: "Time"; PromptText: "Enter time in seconds"; DefaultValue: "360" Type: prompt; Name: "Integer"; PromptCaption: "Integer Value"; PromptText: "Enter an integer"; DefaultValue: "2500" [Messages] AllRunningHint=local server - All services running SomeRunningHint=local server - %n of %t services running NoneRunningHint=local server - None of %t services running [StartupAction] ;WAMPSTARTUPACTIONSTART Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors Action: service; Service: wampmysqld64; ServiceAction: startresume; Flags: ignoreerrors Action: service; Service: wampmariadb64; ServiceAction: startresume; Flags: ignoreerrors ;Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://localhost/"; ShowCmd: normal; Flags: ignoreerrors ;WAMPSTARTUPACTIONEND [Menu.Right.Settings] ;WAMPMENURIGHTSETTINGSSTART AutoLineReduction=no BarVisible=no SeparatorsAlignment=center SeparatorsFade=yes SeparatorsFadeColor=clBtnShadow SeparatorsFlatLines=yes SeparatorsGradientEnd=clSilver SeparatorsGradientStart=clGray SeparatorsGradientStyle=horizontal SeparatorsFont=Arial,8,clWhite,bold SeparatorsSeparatorStyle=caption ;WAMPMENURIGHTSETTINGSEND [Menu.Left.Settings] ;WAMPMENULEFTSETTINGSSTART AutoLineReduction=no BarVisible=yes BarCaptionAlignment=bottom BarCaptionCaption=WAMPSERVER 3.1.0 BarCaptionDepth=1 BarCaptionDirection=downtoup BarCaptionFont=Tahoma,13,clWhite,bold italic BarCaptionHighlightColor=clNone BarCaptionOffsetY=0 BarCaptionShadowColor=clNone BarPictureHorzAlignment=center BarPictureOffsetX=0 BarPictureOffsetY=0 BarPicturePicture=barimage.bmp BarPictureTransparent=yes BarPictureVertAlignment=bottom BarBorder=clNone BarGradientEnd=$00550000 BarGradientStart=clBlue BarGradientStyle=horizontal BarSide=left BarSpace=0 BarWidth=34 SeparatorsAlignment=center SeparatorsFade=yes SeparatorsFadeColor=clBtnShadow SeparatorsFlatLines=yes SeparatorsFont=Arial,8,clWhite,bold SeparatorsGradientEnd=$00FFAA55 SeparatorsGradientStart=$00550000 SeparatorsGradientStyle=horizontal SeparatorsSeparatorStyle=caption ;WAMPMENULEFTSETTINGSEND [Menu.Right] ;WAMPMENURIGHTSTART Type: item; Caption: "&About..."; Action: about; Glyph: 22 Type: item; Caption: "Refresh"; Action: multi; Actions: wampreload; Glyph: 12 Type: item; Caption: "Help"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://forum.wampserver.com/list.php?2"; Glyph: 31 Type: submenu; Caption: "Language"; SubMenu: language; Glyph: 3 Type: submenu; Caption: "Wamp Settings"; Submenu: submenu.settings; Glyph: 25 Type: submenu; Caption: "Tools"; Submenu: submenu.tools; Glyph: 29 Type: item; Caption: "Exit"; Action: multi; Actions: myexit; Glyph: 30 ;WAMPMENURIGHTEND [wampreload] ;WAMPRELOADSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; Filename: "sc"; Parameters: "\\. stop wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: closeservices; Flags: ignoreerrors Action: run; Filename: "taskkill"; Parameters: "/FI ""IMAGENAME eq httpd.exe"" /T /F"; ShowCmd: hidden; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchPhpVersion.php 7.1.9";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "refreshSymlink.php 7.1.9"; WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: restart; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php"; WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPRELOADEND [language] ;WAMPLANGUAGESTART Type: separator; Caption: "Language"; Type: item; Caption: "arabic"; Action: multi; Actions: lang_arabic Type: item; Caption: "catalan"; Action: multi; Actions: lang_catalan Type: item; Caption: "chinese"; Action: multi; Actions: lang_chinese Type: item; Caption: "chinese_trad"; Action: multi; Actions: lang_chinese_trad Type: item; Caption: "croatian"; Action: multi; Actions: lang_croatian Type: item; Caption: "czech"; Action: multi; Actions: lang_czech Type: item; Caption: "danish"; Action: multi; Actions: lang_danish Type: item; Caption: "dutch"; Action: multi; Actions: lang_dutch Type: item; Caption: "english"; Glyph: 13; Action: multi; Actions: lang_english Type: item; Caption: "estonian"; Action: multi; Actions: lang_estonian Type: item; Caption: "finnish"; Action: multi; Actions: lang_finnish Type: item; Caption: "french"; Action: multi; Actions: lang_french Type: item; Caption: "german"; Action: multi; Actions: lang_german Type: item; Caption: "hellenic"; Action: multi; Actions: lang_hellenic Type: item; Caption: "hungarian"; Action: multi; Actions: lang_hungarian Type: item; Caption: "italian"; Action: multi; Actions: lang_italian Type: item; Caption: "macedonian"; Action: multi; Actions: lang_macedonian Type: item; Caption: "norwegian"; Action: multi; Actions: lang_norwegian Type: item; Caption: "occitan"; Action: multi; Actions: lang_occitan Type: item; Caption: "persian"; Action: multi; Actions: lang_persian Type: item; Caption: "polish"; Action: multi; Actions: lang_polish Type: item; Caption: "portuguese"; Action: multi; Actions: lang_portuguese Type: item; Caption: "romanian"; Action: multi; Actions: lang_romanian Type: item; Caption: "russian"; Action: multi; Actions: lang_russian Type: item; Caption: "spanish"; Action: multi; Actions: lang_spanish Type: item; Caption: "swedish"; Action: multi; Actions: lang_swedish Type: item; Caption: "turkish"; Action: multi; Actions: lang_turkish [lang_arabic] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php arabic";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_catalan] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php catalan";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_chinese] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php chinese";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_chinese_trad] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php chinese_trad";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_croatian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php croatian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_czech] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php czech";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_danish] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php danish";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_dutch] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php dutch";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_english] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php english";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_estonian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php estonian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_finnish] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php finnish";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_french] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php french";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_german] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php german";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_hellenic] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php hellenic";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_hungarian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php hungarian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_italian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php italian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_macedonian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php macedonian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_norwegian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php norwegian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_occitan] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php occitan";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_persian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php persian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_polish] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php polish";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_portuguese] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php portuguese";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_romanian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php romanian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_russian] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php russian";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_spanish] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php spanish";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_swedish] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php swedish";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; [lang_turkish] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeLanguage.php turkish";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPLANGUAGEEND [submenu.settings] ;WAMPSETTINGSSTART Type: Separator; Caption: "Wamp Settings" Type: item; Caption: "VirtualHosts sub-menu"; Glyph: 13; Action: multi; Actions: VirtualHostSubMenu Type: item; Caption: "Alias sub-menu"; Action: multi; Actions: AliasSubmenu Type: item; Caption: "Projects sub-menu"; Action: multi; Actions: ProjectSubMenu Type: item; Caption: "Don't check VirtualHost definitions"; Action: multi; Actions: NotCheckVirtualHost Type: item; Caption: "Don't check duplicate ServerName"; Action: multi; Actions: NotCheckDuplicate Type: item; Caption: "Allow VirtualHost local IP's others than 127.*"; Action: multi; Actions: VhostAllLocalIp Type: item; Caption: "Allow MySQL"; Glyph: 13; Action: multi; Actions: SupportMySQL Type: item; Caption: "Allow MariaDB"; Glyph: 13; Action: multi; Actions: SupportMariaDB Type: item; Caption: "Wampserver Homepage at startup"; Action: multi; Actions: HomepageAtStartup Type: Separator; Caption: "Caution: Risky! Only for experts." Type: item; Caption: "Menu item: Online / Offline"; Action: multi; Actions: MenuItemOnline Type: item; Caption: "Tools menu item: Change services names"; Action: multi; Actions: ItemServicesNames Type: item; Caption: "Add localhost in url"; Action: multi; Actions: urlAddLocalhost [VirtualHostSubMenu] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php VirtualHostSubMenu off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [AliasSubmenu] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php AliasSubmenu on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [ProjectSubMenu] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php ProjectSubMenu on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [NotCheckVirtualHost] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php NotCheckVirtualHost on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [NotCheckDuplicate] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php NotCheckDuplicate on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [VhostAllLocalIp] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php VhostAllLocalIp on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [SupportMySQL] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchWampParam.php SupportMySQL off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [SupportMariaDB] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchWampParam.php SupportMariaDB off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [HomepageAtStartup] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php HomepageAtStartup on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [MenuItemOnline] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php MenuItemOnline on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [ItemServicesNames] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php ItemServicesNames on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [urlAddLocalhost] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchWampParam.php urlAddLocalhost on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPSETTINGSEND [Menu.Left] ;WAMPMENULEFTSTART Type: separator; Caption: "Made in France by Otomatic" Type: item; Caption: "Localhost"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://localhost/"; Glyph: 27 Type: item; Caption: "phpMyAdmin 4.7.4"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://localhost/phpmyadmin/"; Glyph: 28 ;WAMPVHOSTSUBMENU Type: submenu; Caption: "Your VirtualHosts"; Submenu: myVhostsMenu; Glyph: 3 ;WAMPALIASSUBMENU ;WAMPPROJECTSUBMENU Type: item; Caption: "www directory"; Action: shellexecute; FileName: "G:/Development/Servers/wamp64/www"; Glyph: 2 Type: submenu; Caption: "Apache 2.4.27"; SubMenu: apacheMenu; Glyph: 3 Type: submenu; Caption: "PHP 7.1.9"; SubMenu: phpMenu; Glyph: 3 ;WAMPDBMSMENU Type: submenu; Caption: "MySQL 5.7.19"; SubMenu: mysqlMenu; Glyph: 36 Type: submenu; Caption: "MariaDB 10.2.8"; SubMenu: mariadbMenu; Glyph: 28 Type: separator; Caption: "3.1.0 - 64bit - Services" Type: item; Caption: "Start All Services"; Action: multi; Actions: StartAll Type: item; Caption: "Stop All Services"; Action: multi; Actions: StopAll Type: item; Caption: "Restart All Services"; Action: multi; Actions: RestartAll Type: separator; ;Type: item; Caption: "Put Online"; Action: multi; Actions: onlineoffline ;Type: item; Caption: "For local test only"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "test.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 9 ;WAMPMENULEFTEND [myVhostsMenu] ;WAMPVHOSTMENUSTART Type: separator; Caption: "Your VirtualHosts" Type: item; Caption: "localhost"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://localhost/"; Glyph: 27 Type: separator Type: item; Caption: "VirtualHost Management"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://localhost/add_vhost.php"; Glyph: 33 ;WAMPVHOSTMENUEND [apacheMenu] ;WAMPAPACHEMENUSTART Type: submenu; Caption: "Version"; SubMenu: apacheVersion; Glyph: 3 Type: servicesubmenu; Caption: "Service administration 'wampapache64'"; Service: wampapache64; SubMenu: apacheService Type: submenu; Caption: "Apache modules"; SubMenu: apache_mod; Glyph: 25 Type: submenu; Caption: "Alias directories"; SubMenu: alias_dir; Glyph: 3 Type: item; Caption: "httpd.conf"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/conf/httpd.conf" Type: item; Caption: "httpd-vhosts.conf"; Glyph: 33; Action: run; Filename: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/conf/extra/httpd-vhosts.conf" Type: item; Caption: "Apache error log"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/logs/apache_error.log" Type: item; Caption: "Apache access log"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/logs/access.log" ;Type: separator; Caption: "Port used by Apache: 80" ;Type: item; Caption: "Test Port 80"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 80 wampapache64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 ;Type: item; Caption: "Use a port other than 80"; Action: multi; Actions: UseAlternatePort; Glyph: 24 ;Type: item; Caption: "Test port used: 80"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 80 wampapache64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Apache documentation"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://httpd.apache.org/docs/2.4/en/"; Glyph: 35 ;WAMPAPACHEMENUEND [apacheVersion] ;WAMPAPACHEVERSIONSTART Type: item; Caption: "2.4.27"; Action: multi; Actions:switchApache2.4.27; Glyph: 13 [switchApache2.4.27] Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; Filename: "sc"; Parameters: "\\. stop wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: run; Filename: "sc"; Parameters: "\\. delete wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: closeservices; Flags: ignoreerrors Action: run; Filename: "taskkill"; Parameters: "/FI ""IMAGENAME eq httpd.exe"" /T /F"; ShowCmd: hidden; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchApacheVersion.php 2.4.27";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchPhpVersion.php 7.1.9";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/bin/httpd.exe"; Parameters: "-n wampapache64 -k install"; ShowCmd: hidden; Flags: waituntilterminated Action: run; Filename: "sc"; Parameters: "\\. config wampapache64 start= demand"; ShowCmd: hidden; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchWampPort.php 80";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "onlineOffline.php off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPAPACHEVERSIONEND [phpMenu] ;WAMPPHPMENUSTART Type: submenu; Caption: "Version"; SubMenu: phpVersion; Glyph: 3 Type: submenu; Caption: "PHP settings"; SubMenu: php_params; Glyph: 25 Type: submenu; Caption: "PHP extensions"; SubMenu: php_ext; Glyph: 25 Type: item; Caption: "php.ini"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/bin/php.ini" Type: item; Caption: "PHP error log"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/logs/php_error.log" Type: item; Caption: "PHP documentation"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://www.php.net/manual/en/"; Glyph: 35 ;WAMPPHPMENUEND [phpVersion] ;WAMPPHPVERSIONSTART Type: item; Caption: "5.6.31"; Action: multi; Actions:switchPhp5.6.31 Type: item; Caption: "7.0.23"; Action: multi; Actions:switchPhp7.0.23 Type: item; Caption: "7.1.9"; Action: multi; Actions:switchPhp7.1.9; Glyph: 13 [switchPhp5.6.31] Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchPhpVersion.php 5.6.31";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchMysqlPort.php 3306";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [switchPhp7.0.23] Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchPhpVersion.php 7.0.23";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchMysqlPort.php 3306";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [switchPhp7.1.9] Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchPhpVersion.php 7.1.9";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "switchMysqlPort.php 3306";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPPHPVERSIONEND [mysqlMenu] ;WAMPMYSQLMENUSTART Type: submenu; Caption: "Version"; SubMenu: mysqlVersion; Glyph: 3 Type: servicesubmenu; Caption: "Service administration 'wampmysqld64'"; Service: wampmysqld64; SubMenu: mysqlService Type: submenu; Caption: "MySQL settings"; SubMenu: mysql_params; Glyph: 25 Type: item; Caption: "MySQL console"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/mysql/mysql5.7.19/bin/mysql.exe"; Parameters: "-u root -p"; Glyph: 0 Type: item; Caption: "my.ini"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/bin/mysql/mysql5.7.19/./my.ini" Type: item; Caption: "MySQL log"; Glyph: 33; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/logs/mysql.log" ;Type: separator; Caption: "Port used by MySQL: 3306" ;Type: item; Caption: "Test port 3306"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3306 wampmysqld64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 ;Type: item; Caption: "Use a port other than 3306"; Action: multi; Actions: UseAlternateMysqlPort; Glyph: 24 ;Type: item; Caption: "Test MySQL port used: 3306"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3306 wampmysqld64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "MySQL documentation"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://dev.mysql.com/doc/index.html"; Glyph: 35 ;WAMPMYSQLMENUEND [mysqlVersion] ;WAMPMYSQLVERSIONSTART Type: item; Caption: "5.7.19"; Action: multi; Actions:switchMysql5.7.19; Glyph: 13 ;WAMPMYSQLVERSIONEND [mariadbMenu] ;WAMPMARIADBMENUSTART Type: submenu; Caption: "Version"; SubMenu: mariadbVersion; Glyph: 3 Type: servicesubmenu; Caption: "Service administration 'wampmariadb64'"; Service: wampmariadb64; SubMenu: mariadbService Type: submenu; Caption: "MariaDB settings"; SubMenu: mariadb_params; Glyph: 25 Type: item; Caption: "MariaDB console"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/mariadb/mariadb10.2.8/bin/mysql.exe";Parameters: "-u root -p"; Glyph: 0 Type: item; Caption: "my.ini"; Glyph: 6; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/bin/mariadb/mariadb10.2.8/./my.ini" Type: item; Caption: "MariaDB log"; Glyph: 6; Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters: "G:/Development/Servers/wamp64/logs/mariadb.log" Type: separator; Caption: "Port used by MariaDB : 3307" Type: item; Caption: "Test port 3306"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3306 wampmariadb64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Use a port other than 3307"; Action: multi; Actions: UseAlternateMariaPort; Glyph: 24 Type: item; Caption: "Test MariaDB port used: 3307"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3307 wampmariadb64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "MariaDB documentation"; Action: run; FileName: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"; Parameters: "http://mariadb.com/kb/en/mariadb/documentation"; Glyph: 35 ;WAMPMARIADBMENUEND [mariadbVersion] ;WAMPMARIADBVERSIONSTART Type: item; Caption: "10.2.8"; Action: multi; Actions:switchMariaDB10.2.8; Glyph: 13 ;WAMPMARIADBVERSIONEND [mysql_params] Type: separator; Caption: "MySQL settings" ;WAMPMYSQL_PARAMSSTART Type: submenu; Caption: "key_buffer_size = 64M"; Submenu: key_buffer_size; Glyph: 9 Type: submenu; Caption: "log_error_verbosity = 2 - Errors and warnings"; Submenu: log_error_verbosity; Glyph: 9 Type: submenu; Caption: "max_allowed_packet = 1M"; Submenu: max_allowed_packet; Glyph: 9 Type: submenu; Caption: "innodb_lock_wait_timeout = 50"; Submenu: innodb_lock_wait_timeout; Glyph: 9 Type: submenu; Caption: "sort_buffer_size = 2M"; Submenu: sort_buffer_size; Glyph: 9 Type: separator; Caption: "sql-mode: user mode" Type: item; Caption: "STRICT_ALL_TABLES"; Action: multi; Actions: none Type: item; Caption: "ERROR_FOR_DIVISION_BY_ZERO"; Action: multi; Actions: none Type: item; Caption: "NO_ZERO_DATE"; Action: multi; Actions: none Type: item; Caption: "NO_ZERO_IN_DATE"; Action: multi; Actions: none Type: item; Caption: "NO_AUTO_CREATE_USER"; Action: multi; Actions: none Type: submenu; Caption: "sql-mode"; Submenu: sql-modemysql; Glyph: 9 Type: separator; Caption: "For information only" Type: item; Caption: "basedir = c:/wamp64/bin/mysql/mysql5.7.19"; Glyph: 22; Action: multi; Actions: basedir Type: item; Caption: "datadir = c:/wamp64/bin/mysql/mysql5.7.19/data"; Glyph: 22; Action: multi; Actions: datadir Type: item; Caption: "lc-messages = fr_FR"; Glyph: 22; Action: multi; Actions: lc-messages [basedir] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 6 YmFzZWRpcg== CgpUaGlzIHNldHRpbmcgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLCBvdGhlcndpc2UgeW91IHJpc2sgbG9zaW5nIHlvdXIgZXhpc3RpbmcgZGF0YWJhc2VzLgoK";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [datadir] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 6 ZGF0YWRpcg== CgpUaGlzIHNldHRpbmcgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLCBvdGhlcndpc2UgeW91IHJpc2sgbG9zaW5nIHlvdXIgZXhpc3RpbmcgZGF0YWJhc2VzLgoK";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [lc-messages] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 6 bGMtbWVzc2FnZXM= CgpUbyBzZXQgdGhlIEVycm9yIE1lc3NhZ2UgTGFuZ3VhZ2Ugc2VlOgoKaHR0cDovL2Rldi5teXNxbC5jb20vZG9jL3JlZm1hbi81LjcvZW4vZXJyb3ItbWVzc2FnZS1sYW5ndWFnZS5odG1sCgo=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [key_buffer_size] Type: separator; Caption: "Size" Type: item; Caption: "16M"; Action: multi; Actions: key_buffer_size16M Type: item; Caption: "32M"; Action: multi; Actions: key_buffer_size32M Type: item; Caption: "64M"; Action: multi; Actions: key_buffer_size64M Type: item; Caption: "Choose"; Action: multi; Actions: key_buffer_sizeChoose [key_buffer_size16M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes key_buffer_size 16M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [key_buffer_size32M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes key_buffer_size 32M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [key_buffer_size64M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes key_buffer_size 64M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [key_buffer_sizeChoose] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMysqlParam.php noquotes key_buffer_size %Size% Size";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [log_error_verbosity] Type: separator; Caption: "Number" Type: item; Caption: "1 - Errors only"; Action: multi; Actions: log_error_verbosity1 Type: item; Caption: "2 - Errors and warnings"; Action: multi; Actions: log_error_verbosity2 Type: item; Caption: "3 - Errors, warnings, and notes"; Action: multi; Actions: log_error_verbosity3 [log_error_verbosity1] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes log_error_verbosity 1";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [log_error_verbosity2] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes log_error_verbosity 2";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [log_error_verbosity3] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes log_error_verbosity 3";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [max_allowed_packet] Type: separator; Caption: "Size" Type: item; Caption: "16M"; Action: multi; Actions: max_allowed_packet16M Type: item; Caption: "32M"; Action: multi; Actions: max_allowed_packet32M Type: item; Caption: "64M"; Action: multi; Actions: max_allowed_packet64M Type: item; Caption: "Choose"; Action: multi; Actions: max_allowed_packetChoose [max_allowed_packet16M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes max_allowed_packet 16M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [max_allowed_packet32M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes max_allowed_packet 32M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [max_allowed_packet64M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes max_allowed_packet 64M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [max_allowed_packetChoose] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMysqlParam.php noquotes max_allowed_packet %Size% Size";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [innodb_lock_wait_timeout] Type: separator; Caption: "Seconds" Type: item; Caption: "20"; Action: multi; Actions: innodb_lock_wait_timeout20 Type: item; Caption: "30"; Action: multi; Actions: innodb_lock_wait_timeout30 Type: item; Caption: "50"; Action: multi; Actions: innodb_lock_wait_timeout50 Type: item; Caption: "120"; Action: multi; Actions: innodb_lock_wait_timeout120 Type: item; Caption: "Choose"; Action: multi; Actions: innodb_lock_wait_timeoutChoose [innodb_lock_wait_timeout20] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes innodb_lock_wait_timeout 20";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [innodb_lock_wait_timeout30] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes innodb_lock_wait_timeout 30";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [innodb_lock_wait_timeout50] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes innodb_lock_wait_timeout 50";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [innodb_lock_wait_timeout120] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes innodb_lock_wait_timeout 120";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [innodb_lock_wait_timeoutChoose] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMysqlParam.php noquotes innodb_lock_wait_timeout %Seconds% Seconds";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sql-modemysql] Type: separator; Caption: "sql-mode" Type: item; Caption: "sql-mode -> none"; Action: multi; Actions: sql-modenonemysql Type: separator; Caption: "MySQL 5.7.19" Type: separator; Caption: "sql-mode by default = " Type: item; Caption: "ONLY_FULL_GROUP_BY"; Action: multi; Actions: none Type: item; Caption: "STRICT_TRANS_TABLES"; Action: multi; Actions: none Type: item; Caption: "NO_ZERO_IN_DATE"; Action: multi; Actions: none Type: item; Caption: "NO_ZERO_DATE"; Action: multi; Actions: none Type: item; Caption: "ERROR_FOR_DIVISION_BY_ZERO"; Action: multi; Actions: none Type: item; Caption: "NO_AUTO_CREATE_USER"; Action: multi; Actions: none Type: item; Caption: "NO_ENGINE_SUBSTITUTION"; Action: multi; Actions: none Type: separator Type: item; Caption: "sql-mode -> by default"; Action: multi; Actions: sql-modedefaultmysql [sql-modenonemysql] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMysqlParam.php noquotes sql-mode none";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sql-modedefaultmysql] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMysqlParam.php noquotes sql-mode default";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sort_buffer_size] Type: separator; Caption: "Size" Type: item; Caption: "2M"; Action: multi; Actions: sort_buffer_size2M Type: item; Caption: "4M"; Action: multi; Actions: sort_buffer_size4M Type: item; Caption: "16M"; Action: multi; Actions: sort_buffer_size16M Type: item; Caption: "Choose"; Action: multi; Actions: sort_buffer_sizeChoose [sort_buffer_size2M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes sort_buffer_size 2M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sort_buffer_size4M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes sort_buffer_size 4M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sort_buffer_size16M] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMysqlParam.php noquotes sort_buffer_size 16M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sort_buffer_sizeChoose] Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMysqlParam.php noquotes sort_buffer_size %Size% Size";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPMYSQL_PARAMSEND [mariadb_params] Type: separator; Caption: "MariaDB settings" ;WAMPMARIADB_PARAMSSTART Type: submenu; Caption: "key_buffer_size = 64M"; Submenu: maria_key_buffer_size; Glyph: 9 Type: submenu; Caption: "max_allowed_packet = 1M"; Submenu: maria_max_allowed_packet; Glyph: 9 Type: submenu; Caption: "innodb_lock_wait_timeout = 50"; Submenu: maria_innodb_lock_wait_timeout; Glyph: 9 Type: submenu; Caption: "sort_buffer_size = 2M"; Submenu: maria_sort_buffer_size; Glyph: 9 Type: separator; Caption: "sql-mode: by default" Type: item; Caption: "NO_ENGINE_SUBSTITUTION"; Action: multi; Actions: none Type: item; Caption: "STRICT_TRANS_TABLES"; Action: multi; Actions: none Type: item; Caption: "ERROR_FOR_DIVISION_BY_ZERO"; Action: multi; Actions: none Type: item; Caption: "NO_AUTO_CREATE_USER"; Action: multi; Actions: none Type: submenu; Caption: "sql-mode"; Submenu: sql-modemariadb; Glyph: 9 Type: separator; Caption: "For information only" Type: item; Caption: "basedir = c:/wamp64/bin/mariadb/mariadb10.2.8"; Glyph: 22; Action: multi; Actions: maria_basedir Type: item; Caption: "datadir = c:/wamp64/bin/mariadb/mariadb10.2.8/data"; Glyph: 22; Action: multi; Actions: maria_datadir Type: item; Caption: "lc-messages = fr_FR"; Glyph: 22; Action: multi; Actions: maria_lc-messages [maria_basedir] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 6 YmFzZWRpcg== CgpUaGlzIHNldHRpbmcgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLCBvdGhlcndpc2UgeW91IHJpc2sgbG9zaW5nIHlvdXIgZXhpc3RpbmcgZGF0YWJhc2VzLgoK";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [maria_datadir] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 6 ZGF0YWRpcg== CgpUaGlzIHNldHRpbmcgc2hvdWxkIG5vdCBiZSBjaGFuZ2VkLCBvdGhlcndpc2UgeW91IHJpc2sgbG9zaW5nIHlvdXIgZXhpc3RpbmcgZGF0YWJhc2VzLgoK";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [maria_lc-messages] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 6 bGMtbWVzc2FnZXM= CgpUbyBzZXQgdGhlIEVycm9yIE1lc3NhZ2UgTGFuZ3VhZ2Ugc2VlOgoKaHR0cHM6Ly9tYXJpYWRiLmNvbS9rYi9lbi9tYXJpYWRiL3NlcnZlci1zeXN0ZW0tdmFyaWFibGVzLyNsY19tZXNzYWdlcwoK";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [maria_key_buffer_size] Type: separator; Caption: "Size" Type: item; Caption: "16M"; Action: multi; Actions: maria_key_buffer_size16M Type: item; Caption: "32M"; Action: multi; Actions: maria_key_buffer_size32M Type: item; Caption: "64M"; Action: multi; Actions: maria_key_buffer_size64M Type: item; Caption: "Choose"; Action: multi; Actions: maria_key_buffer_sizeChoose [maria_key_buffer_size16M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes key_buffer_size 16M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_key_buffer_size32M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes key_buffer_size 32M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_key_buffer_size64M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes key_buffer_size 64M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_key_buffer_sizeChoose] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMariadbParam.php noquotes key_buffer_size %Size% Size";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_max_allowed_packet] Type: separator; Caption: "Size" Type: item; Caption: "16M"; Action: multi; Actions: maria_max_allowed_packet16M Type: item; Caption: "32M"; Action: multi; Actions: maria_max_allowed_packet32M Type: item; Caption: "64M"; Action: multi; Actions: maria_max_allowed_packet64M Type: item; Caption: "Choose"; Action: multi; Actions: maria_max_allowed_packetChoose [maria_max_allowed_packet16M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes max_allowed_packet 16M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_max_allowed_packet32M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes max_allowed_packet 32M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_max_allowed_packet64M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes max_allowed_packet 64M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_max_allowed_packetChoose] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMariadbParam.php noquotes max_allowed_packet %Size% Size";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_innodb_lock_wait_timeout] Type: separator; Caption: "Seconds" Type: item; Caption: "20"; Action: multi; Actions: maria_innodb_lock_wait_timeout20 Type: item; Caption: "30"; Action: multi; Actions: maria_innodb_lock_wait_timeout30 Type: item; Caption: "50"; Action: multi; Actions: maria_innodb_lock_wait_timeout50 Type: item; Caption: "120"; Action: multi; Actions: maria_innodb_lock_wait_timeout120 Type: item; Caption: "Choose"; Action: multi; Actions: maria_innodb_lock_wait_timeoutChoose [maria_innodb_lock_wait_timeout20] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes innodb_lock_wait_timeout 20";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_innodb_lock_wait_timeout30] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes innodb_lock_wait_timeout 30";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_innodb_lock_wait_timeout50] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes innodb_lock_wait_timeout 50";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_innodb_lock_wait_timeout120] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes innodb_lock_wait_timeout 120";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_innodb_lock_wait_timeoutChoose] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMariadbParam.php noquotes innodb_lock_wait_timeout %Seconds% Seconds";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sql-modemariadb] Type: separator; Caption: "sql-mode" Type: item; Caption: "sql-mode -> user mode"; Action: multi; Actions: sql-modeusermariadb Type: item; Caption: "sql-mode -> none"; Action: multi; Actions: sql-modenonemariadb [sql-modeusermariadb] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMariadbParam.php noquotes sql-mode user";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [sql-modenonemariadb] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMariadbParam.php noquotes sql-mode none";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_sort_buffer_size] Type: separator; Caption: "Size" Type: item; Caption: "2M"; Action: multi; Actions: maria_sort_buffer_size2M Type: item; Caption: "4M"; Action: multi; Actions: maria_sort_buffer_size4M Type: item; Caption: "16M"; Action: multi; Actions: maria_sort_buffer_size16M Type: item; Caption: "Choose"; Action: multi; Actions: maria_sort_buffer_sizeChoose [maria_sort_buffer_size2M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes sort_buffer_size 2M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_sort_buffer_size4M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes sort_buffer_size 4M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_sort_buffer_size16M] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "changeMariadbParam.php noquotes sort_buffer_size 16M";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [maria_sort_buffer_sizeChoose] Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "changeMariadbParam.php noquotes sort_buffer_size %Size% Size";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPMARIADB_PARAMSEND [alias_dir] ;WAMPALIAS_DIRSTART Type: separator; Caption: "Alias directories" Type: item; Caption: "Add an alias"; Action: multi; Actions: add_alias; Glyph: 34 Type: separator Type: submenu; Caption: "http://localhost/adminer/"; SubMenu: alias_adminer; Glyph: 3 Type: submenu; Caption: "http://localhost/phpmyadmin/"; SubMenu: alias_phpmyadmin; Glyph: 3 Type: submenu; Caption: "http://localhost/phpsysinfo/"; SubMenu: alias_phpsysinfo; Glyph: 3 [alias_adminer] Type: separator; Caption: "adminer" Type: item; Caption: "Edit alias"; Glyph: 33; Action: multi; Actions: edit_adminer Type: item; Caption: "Suppress alias"; Glyph: 32; Action: multi; Actions: delete_adminer [alias_phpmyadmin] Type: separator; Caption: "phpmyadmin" Type: item; Caption: "Edit alias"; Glyph: 33; Action: multi; Actions: edit_phpmyadmin Type: item; Caption: "Suppress alias"; Glyph: 32; Action: multi; Actions: delete_phpmyadmin [alias_phpsysinfo] Type: separator; Caption: "phpsysinfo" Type: item; Caption: "Edit alias"; Glyph: 33; Action: multi; Actions: edit_phpsysinfo Type: item; Caption: "Suppress alias"; Glyph: 32; Action: multi; Actions: delete_phpsysinfo [delete_adminer] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "deleteAlias.php adminer";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [edit_adminer] Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters:"G:/Development/Servers/wamp64/alias/adminer.conf"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: restart; [delete_phpmyadmin] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "deleteAlias.php phpmyadmin";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [edit_phpmyadmin] Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters:"G:/Development/Servers/wamp64/alias/phpmyadmin.conf"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: restart; [delete_phpsysinfo] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "deleteAlias.php phpsysinfo";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [edit_phpsysinfo] Action: run; FileName: "j:/util/texte/notepad++/notepad++.exe"; parameters:"G:/Development/Servers/wamp64/alias/phpsysinfo.conf"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: restart; ;WAMPALIAS_DIREND [php_params] Type: separator; Caption: "PHP settings" ;WAMPPHP_PARAMSSTART ;WAMPPHP_PARAMSEND [php_ext] Type: separator; Caption: "PHP extensions" ;WAMPPHP_EXTSTART Type: separator; Caption: "No 'extension='" Type: item; Caption: "php_bz2"; Action: multi; Actions: php_ext_php_bz2 ; Glyph: 19; Type: item; Caption: "php_com_dotnet"; Action: multi; Actions: php_ext_php_com_dotnet ; Glyph: 19; Type: item; Caption: "php_curl"; Action: multi; Actions: php_ext_php_curl ; Glyph: 19; Type: item; Caption: "php_enchant"; Action: multi; Actions: php_ext_php_enchant ; Glyph: 19; Type: item; Caption: "php_exif"; Action: multi; Actions: php_ext_php_exif ; Glyph: 19; Type: item; Caption: "php_fileinfo"; Action: multi; Actions: php_ext_php_fileinfo ; Glyph: 19; Type: item; Caption: "php_ftp"; Action: multi; Actions: php_ext_php_ftp ; Glyph: 19; Type: item; Caption: "php_gd2"; Action: multi; Actions: php_ext_php_gd2 ; Glyph: 19; Type: item; Caption: "php_gettext"; Action: multi; Actions: php_ext_php_gettext ; Glyph: 19; Type: item; Caption: "php_gmp"; Action: multi; Actions: php_ext_php_gmp ; Glyph: 19; Type: item; Caption: "php_imap"; Action: multi; Actions: php_ext_php_imap ; Glyph: 19; Type: item; Caption: "php_interbase"; Action: multi; Actions: php_ext_php_interbase ; Glyph: 19; Type: item; Caption: "php_intl"; Action: multi; Actions: php_ext_php_intl ; Glyph: 19; Type: item; Caption: "php_ldap"; Action: multi; Actions: php_ext_php_ldap ; Glyph: 19; Type: item; Caption: "php_mbstring"; Action: multi; Actions: php_ext_php_mbstring ; Glyph: 19; Type: item; Caption: "php_mysqli"; Action: multi; Actions: php_ext_php_mysqli ; Glyph: 19; Type: item; Caption: "php_oci8_12c"; Action: multi; Actions: php_ext_php_oci8_12c ; Glyph: 19; Type: item; Caption: "php_odbc"; Action: multi; Actions: php_ext_php_odbc ; Glyph: 19; Type: item; Caption: "php_openssl"; Action: multi; Actions: php_ext_php_openssl ; Glyph: 19; Type: item; Caption: "php_pdo_firebird"; Action: multi; Actions: php_ext_php_pdo_firebird ; Glyph: 19; Type: item; Caption: "php_pdo_mysql"; Action: multi; Actions: php_ext_php_pdo_mysql ; Glyph: 19; Type: item; Caption: "php_pdo_oci"; Action: multi; Actions: php_ext_php_pdo_oci ; Glyph: 19; Type: item; Caption: "php_pdo_odbc"; Action: multi; Actions: php_ext_php_pdo_odbc ; Glyph: 19; Type: item; Caption: "php_pdo_pgsql"; Action: multi; Actions: php_ext_php_pdo_pgsql ; Glyph: 19; Type: item; Caption: "php_pdo_sqlite"; Action: multi; Actions: php_ext_php_pdo_sqlite ; Glyph: 19; Type: item; Caption: "php_pgsql"; Action: multi; Actions: php_ext_php_pgsql ; Glyph: 19; Type: item; Caption: "php_phpdbg_webhelper"; Action: multi; Actions: php_ext_php_phpdbg_webhelper ; Glyph: 19; Type: item; Caption: "php_shmop"; Action: multi; Actions: php_ext_php_shmop ; Glyph: 19; Type: item; Caption: "php_snmp"; Action: multi; Actions: php_ext_php_snmp ; Glyph: 19; Type: item; Caption: "php_soap"; Action: multi; Actions: php_ext_php_soap ; Glyph: 19; Type: item; Caption: "php_sockets"; Action: multi; Actions: php_ext_php_sockets ; Glyph: 19; Type: item; Caption: "php_sqlite3"; Action: multi; Actions: php_ext_php_sqlite3 ; Glyph: 19; Type: item; Caption: "php_sysvshm"; Action: multi; Actions: php_ext_php_sysvshm ; Glyph: 19; Type: item; Caption: "php_tidy"; Action: multi; Actions: php_ext_php_tidy ; Glyph: 19; Type: item; Caption: "php_xmlrpc"; Action: multi; Actions: php_ext_php_xmlrpc ; Glyph: 19; Type: item; Caption: "php_xsl"; Action: multi; Actions: php_ext_php_xsl ; Glyph: 19; [php_ext_php_bz2] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2J6Mg==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_com_dotnet] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2NvbV9kb3RuZXQ=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_curl] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2N1cmw=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_enchant] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2VuY2hhbnQ=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_exif] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2V4aWY=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_fileinfo] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2ZpbGVpbmZv";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_ftp] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2Z0cA==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_gd2] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2dkMg==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_gettext] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2dldHRleHQ=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_gmp] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2dtcA==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_imap] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2ltYXA=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_interbase] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2ludGVyYmFzZQ==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_intl] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2ludGw=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_ldap] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX2xkYXA=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_mbstring] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX21ic3RyaW5n";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_mysqli] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX215c3FsaQ==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_oci8_12c] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX29jaThfMTJj";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_odbc] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX29kYmM=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_openssl] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX29wZW5zc2w=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pdo_firebird] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bkb19maXJlYmlyZA==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pdo_mysql] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bkb19teXNxbA==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pdo_oci] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bkb19vY2k=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pdo_odbc] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bkb19vZGJj";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pdo_pgsql] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bkb19wZ3NxbA==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pdo_sqlite] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bkb19zcWxpdGU=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_pgsql] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3Bnc3Fs";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_phpdbg_webhelper] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3BocGRiZ193ZWJoZWxwZXI=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_shmop] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3NobW9w";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_snmp] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3NubXA=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_soap] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3NvYXA=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_sockets] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3NvY2tldHM=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_sqlite3] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3NxbGl0ZTM=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_sysvshm] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3N5c3ZzaG0=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_tidy] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3RpZHk=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_xmlrpc] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3htbHJwYw==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [php_ext_php_xsl] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 3 cGhwX3hzbA==";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated ;WAMPPHP_EXTEND [add_alias] ;WAMPADD_ALIASSTART Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "addAlias.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: restart; Action: resetservices Action: readconfig; ;WAMPADD_ALIASEND [DoubleClickAction] Action: about; [apacheService] ;WAMPAPACHESERVICESTART Type: separator; Caption: "Apache" Type: item; Caption: "&Start/Resume Service"; Action: service; Service: wampapache64; ServiceAction: startresume; Glyph: 9 ;Type: item; Caption: "&Pause Service"; Action: service; Service: wampapache64; ServiceAction: pause; Glyph: 10 Type: item; Caption: "S&top Service"; Action: service; Service: wampapache64; ServiceAction: stop; Glyph: 11 Type: item; Caption: "&Restart Service"; Action: service; Service: wampapache64; ServiceAction: restart; Glyph: 12 Type: separator Type: item; Caption: "&Install Service"; Action: multi; Actions: ApacheServiceInstall; Glyph: 8 Type: item; Caption: "&Remove Service"; Action: multi; Actions: ApacheServiceRemove; Glyph: 7 ;WAMPAPACHESERVICEEND [MySqlService] ;WAMPMYSQLSERVICESTART Type: separator; Caption: "MySQL" Type: item; Caption: "&Start/Resume Service"; Action: service; Service: wampmysqld64; ServiceAction: startresume; Glyph: 9; Flags: ignoreerrors ;Type: item; Caption: "&Pause Service"; Action: service; Service: mysql; ServiceAction: pause; Glyph: 10 Type: item; Caption: "S&top Service"; Action: service; Service: wampmysqld64; ServiceAction: stop; Glyph: 11 Type: item; Caption: "&Restart Service"; Action: service; Service: wampmysqld64; ServiceAction: restart; Glyph: 12 Type: separator Type: item; Caption: "&Install Service"; Action: multi; Actions: MySQLServiceInstall; Glyph: 8 Type: item; Caption: "&Remove Service"; Action: multi; Actions: MySQLServiceRemove; Glyph: 7 ;WAMPMYSQLSERVICEEND [MariaDBService] ;WAMPMARIADBSERVICESTART Type: separator; Caption: "MariaDB" Type: item; Caption: "&Start/Resume Service"; Action: service; Service: wampmariadb64; ServiceAction: startresume; Glyph: 9 ;Flags: ignoreerrors ;Type: item; Caption: "&Pause Service"; Action: service; Service: mariadb; ServiceAction: pause; Glyph: 10 Type: item; Caption: "S&top Service"; Action: service; Service: wampmariadb64; ServiceAction: stop; Glyph: 11 Type: item; Caption: "&Restart Service"; Action: service; Service: wampmariadb64; ServiceAction: restart; Glyph: 12 Type: separator Type: item; Caption: "&Install Service"; Action: multi; Actions: MariaDBServiceInstall; Glyph: 8 Type: item; Caption: "&Remove Service"; Action: multi; Actions: MariaDBServiceRemove; Glyph: 7 ;WAMPMARIADBSERVICEEND [StartAll] ;WAMPSTARTALLSTART Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors Action: service; Service: wampmysqld64; ServiceAction: startresume; Flags: ignoreerrors Action: service; Service: wampmariadb64; ServiceAction: startresume; Flags: ignoreerrors ;WAMPSTARTALLEND [StopAll] ;WAMPSTOPALLSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: ignoreerrors ;WAMPSTOPALLEND [RestartAll] ;WAMPRESTARTALLSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmysqld64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmariadb64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated ;WAMPRESTARTALLEND [myexit] ;WAMPMYEXITSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: ignoreerrors Action: exit ;WAMPMYEXITEND [apache_mod] ;WAMPAPACHE_MODSTART Type: separator; Caption: "Apache modules" Type: item; Caption: "access_compat_module"; Glyph: 13; Action: multi; Actions: apache_mod_access_compat_module Type: item; Caption: "actions_module"; Glyph: 13; Action: multi; Actions: apache_mod_actions_module Type: item; Caption: "alias_module"; Glyph: 13; Action: multi; Actions: apache_mod_alias_module Type: item; Caption: "allowmethods_module"; Glyph: 13; Action: multi; Actions: apache_mod_allowmethods_module Type: item; Caption: "asis_module"; Glyph: 13; Action: multi; Actions: apache_mod_asis_module Type: item; Caption: "auth_basic_module"; Glyph: 13; Action: multi; Actions: apache_mod_auth_basic_module Type: item; Caption: "auth_digest_module"; Glyph: 13; Action: multi; Actions: apache_mod_auth_digest_module Type: item; Caption: "auth_form_module"; Action: multi; Actions: apache_mod_auth_form_module Type: item; Caption: "authn_anon_module"; Action: multi; Actions: apache_mod_authn_anon_module Type: item; Caption: "authn_core_module"; Glyph: 13; Action: multi; Actions: apache_mod_authn_core_module Type: item; Caption: "authn_dbd_module"; Action: multi; Actions: apache_mod_authn_dbd_module Type: item; Caption: "authn_dbm_module"; Action: multi; Actions: apache_mod_authn_dbm_module Type: item; Caption: "authn_file_module"; Glyph: 13; Action: multi; Actions: apache_mod_authn_file_module Type: item; Caption: "authn_socache_module"; Action: multi; Actions: apache_mod_authn_socache_module Type: item; Caption: "authnz_fcgi_module"; Action: multi; Actions: apache_mod_authnz_fcgi_module Type: item; Caption: "authnz_ldap_module"; Action: multi; Actions: apache_mod_authnz_ldap_module Type: item; Caption: "authz_dbd_module"; Action: multi; Actions: apache_mod_authz_dbd_module Type: item; Caption: "authz_dbm_module"; Action: multi; Actions: apache_mod_authz_dbm_module Type: item; Caption: "authz_groupfile_module"; Glyph: 13; Action: multi; Actions: apache_mod_authz_groupfile_module Type: item; Caption: "authz_owner_module"; Action: multi; Actions: apache_mod_authz_owner_module Type: item; Caption: "authz_user_module"; Glyph: 13; Action: multi; Actions: apache_mod_authz_user_module Type: item; Caption: "autoindex_module"; Glyph: 13; Action: multi; Actions: apache_mod_autoindex_module Type: item; Caption: "brotli_module"; Action: multi; Actions: apache_mod_brotli_module Type: item; Caption: "buffer_module"; Action: multi; Actions: apache_mod_buffer_module Type: item; Caption: "cache_disk_module"; Glyph: 13; Action: multi; Actions: apache_mod_cache_disk_module Type: item; Caption: "cache_module"; Glyph: 13; Action: multi; Actions: apache_mod_cache_module Type: item; Caption: "cache_socache_module"; Action: multi; Actions: apache_mod_cache_socache_module Type: item; Caption: "cern_meta_module"; Action: multi; Actions: apache_mod_cern_meta_module Type: item; Caption: "cgi_module"; Glyph: 13; Action: multi; Actions: apache_mod_cgi_module Type: item; Caption: "charset_lite_module"; Action: multi; Actions: apache_mod_charset_lite_module Type: item; Caption: "data_module"; Action: multi; Actions: apache_mod_data_module Type: item; Caption: "dav_fs_module"; Action: multi; Actions: apache_mod_dav_fs_module Type: item; Caption: "dav_lock_module"; Action: multi; Actions: apache_mod_dav_lock_module Type: item; Caption: "dav_module"; Action: multi; Actions: apache_mod_dav_module Type: item; Caption: "dbd_module"; Action: multi; Actions: apache_mod_dbd_module Type: item; Caption: "deflate_module"; Action: multi; Actions: apache_mod_deflate_module Type: item; Caption: "dir_module"; Glyph: 13; Action: multi; Actions: apache_mod_dir_module Type: item; Caption: "dumpio_module"; Action: multi; Actions: apache_mod_dumpio_module Type: item; Caption: "env_module"; Glyph: 13; Action: multi; Actions: apache_mod_env_module Type: item; Caption: "expires_module"; Action: multi; Actions: apache_mod_expires_module Type: item; Caption: "ext_filter_module"; Action: multi; Actions: apache_mod_ext_filter_module Type: item; Caption: "file_cache_module"; Glyph: 13; Action: multi; Actions: apache_mod_file_cache_module Type: item; Caption: "filter_module"; Action: multi; Actions: apache_mod_filter_module Type: item; Caption: "headers_module"; Action: multi; Actions: apache_mod_headers_module Type: item; Caption: "heartbeat_module"; Action: multi; Actions: apache_mod_heartbeat_module Type: item; Caption: "heartmonitor_module"; Action: multi; Actions: apache_mod_heartmonitor_module Type: item; Caption: "http2_module"; Action: multi; Actions: apache_mod_http2_module Type: item; Caption: "ident_module"; Action: multi; Actions: apache_mod_ident_module Type: item; Caption: "imagemap_module"; Action: multi; Actions: apache_mod_imagemap_module Type: item; Caption: "include_module"; Glyph: 13; Action: multi; Actions: apache_mod_include_module Type: item; Caption: "info_module"; Action: multi; Actions: apache_mod_info_module Type: item; Caption: "isapi_module"; Glyph: 13; Action: multi; Actions: apache_mod_isapi_module Type: item; Caption: "lbmethod_bybusyness_module"; Action: multi; Actions: apache_mod_lbmethod_bybusyness_module Type: item; Caption: "lbmethod_byrequests_module"; Action: multi; Actions: apache_mod_lbmethod_byrequests_module Type: item; Caption: "lbmethod_bytraffic_module"; Action: multi; Actions: apache_mod_lbmethod_bytraffic_module Type: item; Caption: "lbmethod_heartbeat_module"; Action: multi; Actions: apache_mod_lbmethod_heartbeat_module Type: item; Caption: "ldap_module"; Action: multi; Actions: apache_mod_ldap_module Type: item; Caption: "log_config_module"; Glyph: 13; Action: multi; Actions: apache_mod_log_config_module Type: item; Caption: "log_debug_module"; Action: multi; Actions: apache_mod_log_debug_module Type: item; Caption: "log_forensic_module"; Action: multi; Actions: apache_mod_log_forensic_module Type: item; Caption: "logio_module"; Action: multi; Actions: apache_mod_logio_module Type: item; Caption: "lua_module"; Action: multi; Actions: apache_mod_lua_module Type: item; Caption: "macro_module"; Action: multi; Actions: apache_mod_macro_module Type: item; Caption: "mime_magic_module"; Action: multi; Actions: apache_mod_mime_magic_module Type: item; Caption: "mime_module"; Glyph: 13; Action: multi; Actions: apache_mod_mime_module Type: item; Caption: "negotiation_module"; Glyph: 13; Action: multi; Actions: apache_mod_negotiation_module Type: item; Caption: "proxy_ajp_module"; Action: multi; Actions: apache_mod_proxy_ajp_module Type: item; Caption: "proxy_balancer_module"; Action: multi; Actions: apache_mod_proxy_balancer_module Type: item; Caption: "proxy_connect_module"; Action: multi; Actions: apache_mod_proxy_connect_module Type: item; Caption: "proxy_express_module"; Action: multi; Actions: apache_mod_proxy_express_module Type: item; Caption: "proxy_fcgi_module"; Action: multi; Actions: apache_mod_proxy_fcgi_module Type: item; Caption: "proxy_ftp_module"; Action: multi; Actions: apache_mod_proxy_ftp_module Type: item; Caption: "proxy_hcheck_module"; Action: multi; Actions: apache_mod_proxy_hcheck_module Type: item; Caption: "proxy_html_module"; Action: multi; Actions: apache_mod_proxy_html_module Type: item; Caption: "proxy_http2_module"; Action: multi; Actions: apache_mod_proxy_http2_module Type: item; Caption: "proxy_http_module"; Action: multi; Actions: apache_mod_proxy_http_module Type: item; Caption: "proxy_module"; Action: multi; Actions: apache_mod_proxy_module Type: item; Caption: "proxy_scgi_module"; Action: multi; Actions: apache_mod_proxy_scgi_module Type: item; Caption: "proxy_wstunnel_module"; Action: multi; Actions: apache_mod_proxy_wstunnel_module Type: item; Caption: "ratelimit_module"; Action: multi; Actions: apache_mod_ratelimit_module Type: item; Caption: "reflector_module"; Action: multi; Actions: apache_mod_reflector_module Type: item; Caption: "remoteip_module"; Action: multi; Actions: apache_mod_remoteip_module Type: item; Caption: "reqtimeout_module"; Action: multi; Actions: apache_mod_reqtimeout_module Type: item; Caption: "request_module"; Action: multi; Actions: apache_mod_request_module Type: item; Caption: "rewrite_module"; Glyph: 13; Action: multi; Actions: apache_mod_rewrite_module Type: item; Caption: "sed_module"; Action: multi; Actions: apache_mod_sed_module Type: item; Caption: "session_cookie_module"; Action: multi; Actions: apache_mod_session_cookie_module Type: item; Caption: "session_crypto_module"; Action: multi; Actions: apache_mod_session_crypto_module Type: item; Caption: "session_dbd_module"; Action: multi; Actions: apache_mod_session_dbd_module Type: item; Caption: "session_module"; Action: multi; Actions: apache_mod_session_module Type: item; Caption: "setenvif_module"; Glyph: 13; Action: multi; Actions: apache_mod_setenvif_module Type: item; Caption: "slotmem_plain_module"; Action: multi; Actions: apache_mod_slotmem_plain_module Type: item; Caption: "slotmem_shm_module"; Action: multi; Actions: apache_mod_slotmem_shm_module Type: item; Caption: "socache_dbm_module"; Action: multi; Actions: apache_mod_socache_dbm_module Type: item; Caption: "socache_memcache_module"; Action: multi; Actions: apache_mod_socache_memcache_module Type: item; Caption: "socache_shmcb_module"; Action: multi; Actions: apache_mod_socache_shmcb_module Type: item; Caption: "speling_module"; Action: multi; Actions: apache_mod_speling_module Type: item; Caption: "ssl_module"; Action: multi; Actions: apache_mod_ssl_module Type: item; Caption: "status_module"; Action: multi; Actions: apache_mod_status_module Type: item; Caption: "substitute_module"; Action: multi; Actions: apache_mod_substitute_module Type: item; Caption: "unique_id_module"; Action: multi; Actions: apache_mod_unique_id_module Type: item; Caption: "userdir_module"; Glyph: 13; Action: multi; Actions: apache_mod_userdir_module Type: item; Caption: "usertrack_module"; Action: multi; Actions: apache_mod_usertrack_module Type: item; Caption: "version_module"; Action: multi; Actions: apache_mod_version_module Type: item; Caption: "vhost_alias_module"; Glyph: 13; Action: multi; Actions: apache_mod_vhost_alias_module Type: item; Caption: "watchdog_module"; Action: multi; Actions: apache_mod_watchdog_module Type: item; Caption: "xml2enc_module"; Action: multi; Actions: apache_mod_xml2enc_module Type: separator; Caption: "Irreversible module" Type: item; Caption: "authz_core_module"; Action: multi; Actions: apache_mod_authz_core_module ; Glyph: 22; Type: item; Caption: "authz_host_module"; Action: multi; Actions: apache_mod_authz_host_module ; Glyph: 22; Type: item; Caption: "php5_module"; Action: multi; Actions: apache_mod_php5_module ; Glyph: 22; [apache_mod_access_compat_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php access_compat_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_actions_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php actions_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_alias_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php alias_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_allowmethods_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php allowmethods_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_asis_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php asis_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_auth_basic_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php auth_basic_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_auth_digest_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php auth_digest_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_auth_form_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php auth_form_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authn_anon_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authn_anon_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authn_core_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authn_core_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authn_dbd_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authn_dbd_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authn_dbm_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authn_dbm_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authn_file_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authn_file_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authn_socache_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authn_socache_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authnz_fcgi_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authnz_fcgi_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authnz_ldap_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authnz_ldap_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authz_core_module] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 12 YXV0aHpfY29yZV9tb2R1bGU= bW9kX2F1dGh6X2NvcmUuc28=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [apache_mod_authz_dbd_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authz_dbd_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authz_dbm_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authz_dbm_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authz_groupfile_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authz_groupfile_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authz_host_module] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 12 YXV0aHpfaG9zdF9tb2R1bGU= bW9kX2F1dGh6X2hvc3Quc28=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [apache_mod_authz_owner_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authz_owner_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_authz_user_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php authz_user_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_autoindex_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php autoindex_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_brotli_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php brotli_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_buffer_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php buffer_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_cache_disk_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php cache_disk_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_cache_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php cache_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_cache_socache_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php cache_socache_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_cern_meta_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php cern_meta_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_cgi_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php cgi_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_charset_lite_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php charset_lite_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_data_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php data_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_dav_fs_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php dav_fs_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_dav_lock_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php dav_lock_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_dav_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php dav_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_dbd_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php dbd_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_deflate_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php deflate_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_dir_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php dir_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_dumpio_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php dumpio_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_env_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php env_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_expires_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php expires_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_ext_filter_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php ext_filter_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_file_cache_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php file_cache_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_filter_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php filter_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_headers_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php headers_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_heartbeat_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php heartbeat_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_heartmonitor_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php heartmonitor_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_http2_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php http2_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_ident_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php ident_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_imagemap_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php imagemap_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_include_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php include_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_info_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php info_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_isapi_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php isapi_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_lbmethod_bybusyness_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php lbmethod_bybusyness_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_lbmethod_byrequests_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php lbmethod_byrequests_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_lbmethod_bytraffic_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php lbmethod_bytraffic_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_lbmethod_heartbeat_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php lbmethod_heartbeat_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_ldap_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php ldap_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_log_config_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php log_config_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_log_debug_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php log_debug_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_log_forensic_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php log_forensic_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_logio_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php logio_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_lua_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php lua_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_macro_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php macro_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_mime_magic_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php mime_magic_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_mime_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php mime_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_negotiation_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php negotiation_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_php5_module] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe";Parameters: "msg.php 12 cGhwNV9tb2R1bGU= bW9kX3BocDUuc28=";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated [apache_mod_proxy_ajp_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_ajp_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_balancer_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_balancer_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_connect_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_connect_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_express_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_express_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_fcgi_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_fcgi_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_ftp_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_ftp_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_hcheck_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_hcheck_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_html_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_html_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_http2_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_http2_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_http_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_http_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_scgi_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_scgi_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_proxy_wstunnel_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php proxy_wstunnel_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_ratelimit_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php ratelimit_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_reflector_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php reflector_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_remoteip_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php remoteip_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_reqtimeout_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php reqtimeout_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_request_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php request_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_rewrite_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php rewrite_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_sed_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php sed_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_session_cookie_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php session_cookie_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_session_crypto_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php session_crypto_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_session_dbd_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php session_dbd_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_session_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php session_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_setenvif_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php setenvif_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_slotmem_plain_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php slotmem_plain_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_slotmem_shm_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php slotmem_shm_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_socache_dbm_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php socache_dbm_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_socache_memcache_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php socache_memcache_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_socache_shmcb_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php socache_shmcb_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_speling_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php speling_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_ssl_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php ssl_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_status_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php status_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_substitute_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php substitute_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_unique_id_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php unique_id_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_userdir_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php userdir_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_usertrack_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php usertrack_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_version_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php version_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_vhost_alias_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php vhost_alias_module on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_watchdog_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php watchdog_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; [apache_mod_xml2enc_module] Action: service; Service: wampapache64; ServiceAction: stop; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "switchApacheMod.php xml2enc_module off";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPAPACHE_MODEND [ApacheServiceInstall] ;WAMPAPACHESERVICEINSTALLSTART Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPortForInstall.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/bin/httpd.exe"; Parameters: "-n wampapache64 -k install"; ShowCmd: hidden; Flags: waituntilterminated Action: run; Filename: "sc"; Parameters: "\\. config wampapache64 start= demand"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPAPACHESERVICEINSTALLEND [ApacheServiceRemove] ;WAMPAPACHESERVICEREMOVESTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/bin/httpd.exe"; Parameters: "-n wampapache64 -k uninstall"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPAPACHESERVICEREMOVEEND [UseAlternatePort] ;WAMPALTERNATEPORTSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "switchWampPort.php %ApachePort%";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: readconfig; ;WAMPALTERNATEPORTEND [AddListenPort] ;WAMPADDLISTENPORTSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "ListenPortApache.php add %AddListenApachePort%";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: readconfig; ;WAMPADDLISTENPORTEND [DeleteListenPort] ;WAMPDELETELISTENPORTSTART ;WAMPDELETELISTENPORTEND [UseAlternateMysqlPort] ;WAMPALTERNATEMYSQLPORTSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "switchMysqlPort.php %MysqlPort%";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmysqld64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: readconfig; ;WAMPALTERNATEMYSQLPORTEND [UseAlternateMariaPort] ;WAMPALTERNATEMARIAPORTSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "switchMariaPort.php %MariaPort%";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: service; Service: wampmariadb64; ServiceAction: startresume; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: readconfig; ;WAMPALTERNATEMARIAPORTEND [MySQLServiceInstall] ;WAMPMYSQLSERVICEINSTALLSTART Action: run; FileName: "G:/Development/Servers/wamp64/bin/mysql/mysql5.7.19/bin/mysqld.exe"; Parameters: "--install-manual wampmysqld64"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated Action: resetservices; Action: readconfig; ;WAMPMYSQLSERVICEINSTALLEND [MySQLServiceRemove] ;WAMPMYSQLSERVICEREMOVESTART Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/mysql/mysql5.7.19/bin/mysqld.exe"; Parameters: "--remove wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices; Action: readconfig; ;WAMPMYSQLSERVICEREMOVEEND [MariaDBServiceInstall] ;WAMPMARIADBSERVICEINSTALLSTART Action: run; FileName: "G:/Development/Servers/wamp64/bin/mariadb/mariadb10.2.8/bin/mysqld.exe"; Parameters: "--install-manual wampmariadb64"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated Action: resetservices; Action: readconfig; ;WAMPMARIADBSERVICEINSTALLEND [MariaDBServiceRemove] ;WAMPMARIADBSERVICEREMOVESTART Action: service; Service: wampmariadb64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/mariadb/mariadb10.2.8/bin/mysqld.exe"; Parameters: "--remove wampmariadb64"; ShowCmd: hidden; Flags: waituntilterminated Action: resetservices; Action: readconfig; ;WAMPMARIADBSERVICEREMOVEEND [submenu.tools] ;WAMPTOOLSSTART Type: Separator; Caption: "Tools" Type: item; Caption: "Restart DNS"; Action: multi; Actions: DnscacheServiceRestart; Glyph: 24 Type: item; Caption: "Check httpd.conf syntax"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/bin/httpd.exe"; Parameters: "-t -w"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Check state of services"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "msg.php stateservices";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Check DNS search order"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "msg.php dnsorder";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Check Compiler VC, compatibility and ini files"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "msg.php compilerversions";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Show VirtualHost examined by Apache"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "msg.php vhostconfig";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Show Apache loaded Modules"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "msg.php apachemodules";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 ;Type: item; Caption: "Gestionnaire des services/Services Control Panel"; Action: controlpanelservices; Glyph: 24 Type: submenu; Caption: "Delete unused versions"; Submenu: DeleteOldVersions; Glyph: 26 Type: separator; Caption: "Port used by Apache: 80" ;Type: separator; Caption: "Listen ports: " Type: item; Caption: "Add a Listen port for Apache"; Action: multi; Actions: AddListenPort; Glyph: 24 ;Type: submenu; Caption: "Delete a Listen port Apache"; Submenu: DeleteListenPort; Glyph: 26 Type: item; Caption: "Test Port 80"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 80 wampapache64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Use a port other than 80"; Action: multi; Actions: UseAlternatePort; Glyph: 24 ;Type: item; Caption: "Test port used: 80"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 80 wampapache64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: separator; Caption: "Port used by MySQL: 3306" Type: item; Caption: "Test port 3306"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3306 wampmysqld64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 ;Type: item; Caption: "Test MySQL port used: 3306"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3306 wampmysqld64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Use a port other than 3306"; Action: multi; Actions: UseAlternateMysqlPort; Glyph: 24 Type: separator; Caption: "Port used by MariaDB : 3307" Type: item; Caption: "Test port 3306"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3306 wampmariadb64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Test MariaDB port used: 3307"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "testPort.php 3307 wampmariadb64";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 24 Type: item; Caption: "Use a port other than 3307"; Action: multi; Actions: UseAlternateMariaPort; Glyph: 24 ;Type: separator; Caption: "Apache: wampapache64 - MySQL: wampmysqld64" ;Type: item; Caption: "Change the names of services"; Action: multi; Actions: changeservicesnames; Glyph: 24 Type: separator; Caption: "Empty logs" Type: item; Caption: "Empty PHP error log"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; parameters: "msg.php refreshLogs G:/Development/Servers/wamp64/logs/php_error.log";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 32 Type: item; Caption: "Empty Apache error log"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; parameters: "msg.php refreshLogs G:/Development/Servers/wamp64/logs/apache_error.log";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 32 Type: item; Caption: "Empty Apache access log"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; parameters: "msg.php refreshLogs G:/Development/Servers/wamp64/logs/access.log";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 32 Type: item; Caption: "Empty MySQL log"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; parameters: "msg.php refreshLogs G:/Development/Servers/wamp64/logs/mysql.log";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 32 Type: item; Caption: "Empty MariaDB log"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; parameters: "msg.php refreshLogs G:/Development/Servers/wamp64/logs/mariadb.log";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 32 Type: item; Caption: "Empty ALL Log files"; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; parameters: "msg.php refreshLogs G:/Development/Servers/wamp64/logs/php_error.log G:/Development/Servers/wamp64/logs/apache_error.log G:/Development/Servers/wamp64/logs/access.log G:/Development/Servers/wamp64/logs/mysql.log G:/Development/Servers/wamp64/logs/mariadb.log";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated; Glyph: 32 ;WAMPTOOLSEND [DnscacheServiceRestart] ;WAMPDNSCACHESERVICESTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; Filename: "ipconfig"; Parameters: "/flushdns"; ShowCmd: hidden; Flags: waituntilterminated Action: run; Filename: "net"; Parameters: "stop dnscache"; ShowCmd: hidden; Flags: waituntilterminated Action: run; Filename: "net"; Parameters: "start dnscache"; ShowCmd: hidden; Flags: waituntilterminated Action: run; FileName: "net"; Parameters: "start wampapache64"; ShowCmd: hidden; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php"; WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPDNSCACHESERVICEEND [DeleteOldVersions] ;WAMPDELETEOLDVERSIONSSTART Type: separator; Caption: "Delete unused versions" Type: separator; Caption: " PHP " Type: item; Caption: "Delete php 7.0.23"; Glyph: 32; Action: multi; Actions: del_php7.0.23 [del_php7.0.23] Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "deleteVersion.php php 7.0.23";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe";Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: resetservices Action: readconfig; ;WAMPDELETEOLDVERSIONSEND [onlineoffline] ;WAMPONLINEOFFLINESTART Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "onlineOffline.php on";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "refresh.php";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: service; Service: wampapache64; ServiceAction: restart; Action: resetservices; Action: readconfig; ;WAMPONLINEOFFLINEEND [changeservicesnames] ;WAMPCHANGESERVICESSTART Action: service; Service: wampapache64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/apache/apache2.4.27/bin/httpd.exe"; Parameters: "-n wampapache64 -k uninstall"; ShowCmd: hidden; Flags: waituntilterminated Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/mysql/mysql5.7.19/bin/mysqld.exe"; Parameters: "--remove wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated Action: closeservices; Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php-win.exe"; Parameters: "switchServicesNames.php %ApacheService% %MysqlService%";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: run; FileName: "G:/Development/Servers/wamp64/bin/php/php5.6.31/php.exe"; Parameters: "msg.php changeServiceName";WorkingDir: "G:/Development/Servers/wamp64/scripts"; Flags: waituntilterminated Action: exit; ;WAMPCHANGESERVICESEND