403Webshell
Server IP : 104.21.38.3  /  Your IP : 108.162.226.103
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/server/mysql/src/packaging/WiX/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/mysql/src/packaging/WiX/mysql_server_extra.wxs.in
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs"
         xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">

<!--
   Copyright (c) 2012, 2023, Oracle and/or its affiliates.
   
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2.0,
   as published by the Free Software Foundation.

   This program is also distributed with certain software (including
   but not limited to OpenSSL) that is licensed under separate terms,
   as designated in a particular file or component or in included license
   documentation.  The authors of MySQL hereby grant you an additional
   permission to link the program and your derivative works with the
   separately licensed software that they have included with MySQL.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License, version 2.0, for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-->
    <!-- Include shortcuts -->
    <StandardDirectory Id="ProgramMenuFolder">
      <Directory Id="MysqlProgramMenuFolder" Name="MySQL">
        <Directory Id="MysqlProductMenuFolder" Name="MySQL Server @MAJOR_VERSION@.@MINOR_VERSION@">
          <Component Id="MysqlProductMenuFolder" @WixWin64@>
            <!-- Include a shortcut to the mysql command line client -->
            <Shortcut Id="MysqlCommandLineShellShortcut"
                      Name="MySQL @MAJOR_VERSION@.@MINOR_VERSION@ Command Line Client"
                      Description="The MySQL Command Line Shell"
                      Icon="Icon.MysqlCmdShell"
                      Target="[D.bin]mysql.exe"
                      Arguments='"--defaults-file=[INSTALLDIR]my.ini" "-uroot" "-p"'
                      WorkingDirectory="D.bin"/>
            <?if "@MAJOR_VERSION@.@MINOR_VERSION@" != "5.5" ?>
            <!-- Include another shortcut to the mysql command line client with a different name -->
              <Shortcut Id="MysqlCommandLineShellShortcutUnicode"
                      Name="MySQL @MAJOR_VERSION@.@MINOR_VERSION@ Command Line Client - Unicode"
                      Description="The MySQL Command Line Shell in UTF8 Mode"
                      Icon="Icon.MysqlCmdShell"
                      Target="[D.bin]mysql.exe"
                      Arguments='"--defaults-file=[INSTALLDIR]my.ini" "-uroot" "-p" "--default-character-set=utf8"'
                      WorkingDirectory="D.bin"/>
            <!-- Write Console settings for applications with this name to the registry -->
              <RegistryKey Root="HKCU" 
                           Key="Console\MySQL @MAJOR_VERSION@.@MINOR_VERSION@ Command Line Client - Unicode"
                           ForceDeleteOnUninstall="yes">
                <RegistryValue Type="string" Name="FaceName" Value="Lucida Console"/>
                <RegistryValue Type="integer" Name="FontWeight" Value="400"/>
              </RegistryKey>
            <?endif ?>
            <!-- Make sure this gets deleted on uninstall -->
            <RemoveFolder Id="MysqlProductMenuFolder" Directory="MysqlProductMenuFolder" On="uninstall"/>
            <RemoveFolder Id="MysqlProgramMenuFolder" Directory="MysqlProgramMenuFolder" On="uninstall"/>
            <RegistryValue Root="HKCU" Key="Software\MySQL AB\MySQL Server @MAJOR_VERSION@.@MINOR_VERSION@" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
          </Component>
        </Directory>
      </Directory>
    </StandardDirectory>
    <Feature Id="ProgramMenu" Level="1" Display="hidden" ConfigurableDirectory="INSTALLDIR">
    <ComponentRef Id="MysqlProductMenuFolder"/>
    </Feature>    
      
    <!-- Registry -->
    <!-- We still use "MySQL AB" because we don't want to break software that expects it -->

    <Component Id="RegKeys" Directory="TARGETDIR">
      <RegistryKey
        Id='MySQLKey'
        Root='HKLM'
        Key='SOFTWARE\MySQL AB\[ProductName]'
        ForceDeleteOnUninstall='yes'>
        <RegistryValue
          Type='string'
          Name='Location'
          Value='[INSTALLDIR]'/>
        <RegistryValue
          Type="string"
          Name="Version"
          Value="[ProductVersion]"/>
        <RegistryValue
          Type="string"
          Name="DataLocation"
          Value="[DATADIR]"/>
      </RegistryKey>
    </Component>
    <Feature
    Id='RegKeys'
    Display='hidden'
    Level='1'>
    <ComponentRef Id='RegKeys'/>
    </Feature>

    <!-- Datafiles that installation will copy to CommonAppData (initial database)
    They are declared Permanent and NeverOverwrite since it is user data -->
      <Directory Id="datadir.mysql" Name="MySQL">
        <Directory Id="datadir.mysql.mysqlserver"
          Name="MySQL Server @MAJOR_VERSION@.@MINOR_VERSION@">
          <Directory Id="DATADIR" Name=".">
            <Component Id="component.datadir" Guid="d3491319-5dbc-4477-95f3-4f809ef1dd2d">
              <CreateFolder>
                <util:PermissionEx User="[LogonUser]" GenericAll="yes" />
              </CreateFolder>
            </Component>
            <Directory Id="datadir.mysql.mysqlserver.data" Name="data">
              <Component Id="component.datadir.data"
                Guid="1d9a385d-6edf-4fb7-8652-35973c399d0c"
                Permanent="yes" NeverOverwrite="yes">
                <CreateFolder>
                  <util:PermissionEx User="[LogonUser]" GenericAll="yes" />
                </CreateFolder>
                @DATADIR_FILES@
              </Component>                  
              <Directory Id="datadir.mysql.mysqlserver.data.mysql" Name="mysql">
                <Component Id="component.datadir.mysql"
                  Guid="19ec0f1f-1a7f-424e-a788-b09346c0a709"
                  Permanent="yes" NeverOverwrite="yes">
                  <CreateFolder>
                    <util:PermissionEx User="[LogonUser]" GenericAll="yes" />
                  </CreateFolder>
                  @DATADIR_MYSQL_FILES@
                </Component>
              </Directory>
              <Directory Id="datadir.mysql.mysqlserver.data.performance_schema"
                 Name="performance_schema">
                <Component Id="component.datadir.performance_schema"
                  Guid="af2a6776-2655-431f-a748-9e9f4645acc3"
                  Permanent="yes" NeverOverwrite="yes">
                  <CreateFolder>
                    <util:PermissionEx User="[LogonUser]" GenericAll="yes" />
                  </CreateFolder>
                  @DATADIR_PERFORMANCE_SCHEMA_FILES@
                </Component>
              </Directory>
              <Directory Id="datadir.mysql.mysqlserver.data.test" Name="test">
                <Component Id="component.datadir.test" Guid="52fa9f0a-fcd1-420a-b2ac-95a8f70ad20a">
                  <CreateFolder/>
                </Component>
              </Directory>
            </Directory>
          </Directory>
        </Directory>
      </Directory>

    <Feature Id='UserEditableDataFiles' 
       Title='Server data files'
       Description='Server data files'
       ConfigurableDirectory='DATADIR'
       Level='1'>
    <ComponentRef Id="component.datadir"/>
    <ComponentRef Id="component.datadir.data"/>
    <ComponentRef Id="component.datadir.mysql"/>
    <ComponentRef Id="component.datadir.performance_schema"/>
    <ComponentRef Id="component.datadir.test"/>
    </Feature>

</Include>




Youez - 2016 - github.com/yon3zu
LinuXploit