miércoles, 6 de julio de 2016

Problemas con los instaladores de windows de 64 bits.

Se me presento un problema de instalación de aplicaciones de 64 bits en un windows 2008, presentandose el error de

 Error 1719 - The Windows Installer Service could not be accessed (1031032)

La única manera de corregirlo fue siguiendo las instrucciones del articulo 1031032 de vmware , del cual incluye el texto

To check for the WOW64 key:
  1. Click Start > Run, type regedit, and click OK. The Registry Editor window opens.
  2. Click File > Export and back up the current registry.
  3. Browse the registry editor to locate HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Services\msiserver.
  4. Look for the key WOW64 and check its value.

    I
    f the value is of the key is 0x00000001 (1), the Windows Installer can only handle 32-bit installers and is set to report an error whenever you try to install a 64-bit package.
  5. Edit this key and change the value to 0 so it looks similar to:

    WOW64  REG_DWORD   0x00000000 (0).

  6. Restart the Windows Installer service using services.msc or reboot the virtual machine.

lunes, 15 de febrero de 2016

Instalacion de adminer sobre Nginx en Ubuntu

Tomado de https://extremeshok.com/5385/ubuntu-debian-redhat-centos-nginx-adminer-lite-phpmyadmin-alternative/


Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server.

http://www.adminer.org

Install the latest adminer release

Install
Set permission: Ubuntu / Debian
Set permission: Redhat / CentOS

Configure nginx