## First we will download the Microsoft Web Platform Installer, [click here](http://www.microsoft.com/web/downloads/platform.aspx).

![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/01.png)

2. Then run and install the file you downloaded wpilauncher.exe   
  
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/img.png)

3. After installing the Microsoft Web Platform it would automatically open a window like the following:  
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/02.png)

4. As soon as you finish loading the screen you will see the initial screen of the program, then click on Products.  
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/03.png)

5. Next add IIS 7.5 Express to the list of programs to be installed:  
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/04.png)

6. Add PHP 7.0 para IIS Express (Inglês) for the list of programs to install.  
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/06.png)

7. After you have IIS and PHP in the list of programs to be installed, click Install.   
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/07.png)

8. Accept the terms and conditions. Note that one more item is added to be installed MICROSOFT DRIVERS FOR PHP FOR MICROSOFT SQL SERVER.   
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/08.png)

9. Click Finish. After that step IIS and PHP 7.0 is installed on your machine.  
![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/09.png)

![](http://cdn1.netmake.com.br/img_kb/en_us/setting_environment_manually_php_70_windows_iis/10.png)

10. You then have to add the SourceGuardian extension to PHP SourceGuardian. To download the extension [click here](https://www.sourceguardian.com/loaders.html#table).  
         *"Remember to download the SourceGuardian version for your operating system version."*   
11. After downloading the extension, place it in a folder at the root of the disk. Example: C:\SourceGuardian\ixed.7.0.win  
12. 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 =  
  
  
13. Now restart the IIS service. To do this open the cmd and run the following command: iisreset.