First we will download the Microsoft Web Platform Installer, click here.

- Then run and install the file you downloaded wpilauncher.exe

-
After installing the Microsoft Web Platform it would automatically open a window like the following:

-
As soon as you finish loading the screen you will see the initial screen of the program, then click on Products.

-
Next add IIS 7.5 Express to the list of programs to be installed:

-
Add PHP 7.0 para IIS Express (Inglês) for the list of programs to install.

-
After you have IIS and PHP in the list of programs to be installed, click Install.

-
Accept the terms and conditions. Note that one more item is added to be installed MICROSOFT DRIVERS FOR PHP FOR MICROSOFT SQL SERVER.

-
Click Finish. After that step IIS and PHP 7.0 is installed on your machine.


- You then have to add the SourceGuardian extension to PHP SourceGuardian. To download the extension click here.
"Remember to download the SourceGuardian version for your operating system version." - After downloading the extension, place it in a folder at the root of the disk. Example: C:\SourceGuardian\ixed.7.0.win
- Then go to php.ini (C: \ Program Files and Programs \ PHP \ v7.0) and add to the end of the file add the following lines:
[Source Guardian Loader] zend_extension= zend_loader.enable=1 zend_loader.disable_licensing=0 zend_loader.license_path=
Example:
[Source Guardian Loader]
Zend_extension = C:\SourceGuardian\ixed.7.0.win
Zend_loader.enable = 1
Zend_loader.disable_licensing = 0
Zend_loader.license_path =
- Now restart the IIS service. To do this open the cmd and run the following command: iisreset.