Thursday, August 28, 2014

NSIS Error - Error launching installer


Another error message related to same problem : System cannot find the path specified

Rename the folder or move the installer to a folder that has a name without special characters.
Browser default Download folder might be : "Descărcări" etc depending on your windows language.

Sunday, August 10, 2014

Install PHP in windows to run from cmd

Download the latest version of PHP for windows from here : http://windows.php.net/download/

Unzip and move folder to C: or where you want and then add the path to the system path.
Copy the php.ini-production into php.ini in the same folder.

Add php location to system path so you can run it from CMD.
Right click on My Computer and select Properties then follow instruction in the image below.
how to add php exe to system path


You need to install if you don't already have it  Visual C++ Redistributable for Visual Studio 2012 otherwise you will receive the error :
The Program can't start because MSVCR110.dll is missing from your computer. Try reinstalling the program to fix this problem.

http://www.microsoft.com/en-us/download/details.aspx?id=30679

Run php to see that it works.

Wednesday, August 6, 2014

SATA mode : AHCI vs IDE vs RAID


AHCI  - is the native sata mode.
- supports hot plugging (add/remove component while the computer is running) and some faster indexing
To be able to take advantage of the sata hot-plug your motherboard or sata controller must also be sata hotplug capable ( not all are ).
If it is, and it is activated from BIOS you will see the Safely Remove Hardware icon on the system tray, and your hard drive will be listed there.

RAID - is AHCI mode plus vendor specific raid configurations

Although windows vista or later has AHCI support will not load the driver at start-up if the os was installed in IDE mode, but can be installed in windows after booting in IDE mode.

AHCI support exists in Windows Vista, 7 and 8.
Windows Xp only supports IDE mode natively at boot but you can add a sata/raid driver via the F6 boot option or after the os is installed.