Normal
Here's a starting point for getting it to run under IIS.Firstly, run the installer, so the files are installed.Open up Control Panel-> System Properties.Goto the Advanced tab.Click Environment Variables.Under System Variables, find the path entry and select Edit.Add ;C:\program files\team mediaportal\mediaportal\MPWebControl\apache\bin and press OK, OK and OK.Then open up the IIS admin console, drill down to the Local Computer -> Web Sites -> Default Web Site item.Now click the Action menu and goto New, then Virtual Directory.Using the wizard, give it a alias of 'webscheduler' and direct it to the folder "c:\program files\team mediaportal\mediaportal\MPwebcontrol\htdocs\webscheduler" (correct if yours is different). Make sure it has read, run and execute permissions as well.Select the Default Web Site item again.Again, click the Action menu and goto New, then Virtual Directory.Using the wizard, give it a alias of 'MPExtControlWS' and direct it to the folder "c:\program files\team mediaportal\mediaportal\MPwebcontrol\htdocs\MPExtControlWS" (correct if yours is different). Make sure it has read, run and execute permissions as well.Now right-click on the webscheduler item, and select Properties.Where it says Execute Permissions, change it to Scripts only.Now click the Configuration button.In the Mappings tab, click Add.In Executable, enter "C:\Program Files\Team MediaPortal\MediaPortal\MPWebControl\apache\bin\php5isapi.dll" (correct if needed).In Extension, enter .php (note the dot before PHP is important).Press OK.Press OK again.From within the Documents tab, choose Add. Type in index.php and click OK. Move it to the top of the list.Press OK to return to the IIS Admin dialog.That should be it. You still need to change the port number if your IIS installation is not running on port 81. See http://www.mp-webinterface.com for information on this.These instructions are unproven (I'm getting some odd error "The specified module could not be found.", hopefully one of you out there will be able to resolve it). Also, this setup is un-supported, so it will be up to you to resolve any issues.Sam
Here's a starting point for getting it to run under IIS.
Firstly, run the installer, so the files are installed.
Open up Control Panel-> System Properties.
Goto the Advanced tab.
Click Environment Variables.
Under System Variables, find the path entry and select Edit.
Add ;C:\program files\team mediaportal\mediaportal\MPWebControl\apache\bin and press OK, OK and OK.
Then open up the IIS admin console, drill down to the Local Computer -> Web Sites -> Default Web Site item.
Now click the Action menu and goto New, then Virtual Directory.
Using the wizard, give it a alias of 'webscheduler' and direct it to the folder "c:\program files\team mediaportal\mediaportal\MPwebcontrol\htdocs\webscheduler" (correct if yours is different). Make sure it has read, run and execute permissions as well.
Select the Default Web Site item again.
Again, click the Action menu and goto New, then Virtual Directory.
Using the wizard, give it a alias of 'MPExtControlWS' and direct it to the folder "c:\program files\team mediaportal\mediaportal\MPwebcontrol\htdocs\MPExtControlWS" (correct if yours is different). Make sure it has read, run and execute permissions as well.
Now right-click on the webscheduler item, and select Properties.
Where it says Execute Permissions, change it to Scripts only.
Now click the Configuration button.
In the Mappings tab, click Add.
In Executable, enter "C:\Program Files\Team MediaPortal\MediaPortal\MPWebControl\apache\bin\php5isapi.dll" (correct if needed).
In Extension, enter .php (note the dot before PHP is important).
Press OK.
Press OK again.
From within the Documents tab, choose Add. Type in index.php and click OK. Move it to the top of the list.
Press OK to return to the IIS Admin dialog.
That should be it. You still need to change the port number if your IIS installation is not running on port 81. See http://www.mp-webinterface.com for information on this.
These instructions are unproven (I'm getting some odd error "The specified module could not be found.", hopefully one of you out there will be able to resolve it). Also, this setup is un-supported, so it will be up to you to resolve any issues.
Sam