Hi,
Ah it was during the install process ?
In that case, it means that it was stopping during the extraction of the zip file (there are a lot of files, so it takes a lot of time for PHP to extract all of them before proceeding to the installation).
For others with the same issue, an alternative to increasing the max_execution_time is to install via FTP as explained here:
www.hikashop.com/support/documentation/5...-to-install.html#ftp
This will circumvent the problem as you'll extract the files locally, upload them via FTP and then just run the install process itself on the files already uploaded. That way, the installation process will go much much faster (a few seconds) and it will work.