Media Center on Server 2008
#1
Posted 20 February 2008 - 09:41 AM
I copied the ehome folder over, but am guessing you need to do more than just this,
maybe some services need starting and some reg enteries need adding.
Anybody tried?
#2
Posted 20 February 2008 - 10:04 AM
Vista SP1 is essentially the same as Server 2008
When people gave 2003 media centre i could see why -2003 has a newer kernal than xp sp2
#3
Posted 21 February 2008 - 06:14 AM
if anyone does have a way of doing this, please reply.
Regards, Guj
#4
Posted 22 February 2008 - 05:18 PM
guj, on Feb 21 2008, 07:14 AM, said:
I fail to understand why desktop features would be included in a server operating system. That's just additional cost overhead that 99.99999% of us don't want/need in our server OSes.
Personally, I never saw the reason for people to run Server 2003 as a desktop OS. I could understand some perceived benefit since it has a newer kernel than XP SP2. But Server 2008 and Vista SP1 have the same kernel. Yes, some things are tuned a bit differently, but they're more geared towards making server-based applications work faster. If you want the desktop features, buy the desktop OS.
Just my 2 cents.
#5
Posted 23 February 2008 - 12:40 PM
daveb34, on Feb 20 2008, 05:41 PM, said:
I copied the ehome folder over, but am guessing you need to do more than just this,
maybe some services need starting and some reg enteries need adding.
Anybody tried?
I did, have a look at this:
MCE.zip (139.3K)
Number of downloads: 853
You have a * - Add.reg to add registry settings to run MCE, a * - Remove.reg to undo that you added (if you mess it up) and a txt file containing all file dependencies you need.
#6
Posted 24 February 2008 - 11:18 PM
#7
Posted 25 February 2008 - 07:15 AM
solema, on Feb 24 2008, 11:18 PM, said:
Same here!!
After playing a bit more with this i decided to install MediaPortal to see what was going on, before doing what Dexter suggested.
MediaPortal installed fine so i went to configuration to set up my TV-Card (Nova-t 500 DT) But it couldent create a graph and
bda tuning space etc, for my device.
So, once this has been sorted we could then at least move on to what Dexter suggested.
I still think the tv-card needs more work before moving on.
p.s Thanks Dexter for your time and effort
#8
Posted 25 February 2008 - 10:15 AM
#9
Posted 28 February 2008 - 09:20 AM
dexter.inside, on Feb 23 2008, 07:40 PM, said:
daveb34, on Feb 20 2008, 05:41 PM, said:
I copied the ehome folder over, but am guessing you need to do more than just this,
maybe some services need starting and some reg enteries need adding.
Anybody tried?
I did, have a look at this:
MCE.zip (139.3K)
Number of downloads: 853
You have a * - Add.reg to add registry settings to run MCE, a * - Remove.reg to undo that you added (if you mess it up) and a txt file containing all file dependencies you need.
how did you examine it?
a special prg?
something to read out all dependencies of an executable?
need to know for some other things to import/export!
tired of searching everything by myself!
#10
Posted 29 February 2008 - 07:15 AM
pinh3ad, on Feb 28 2008, 05:20 PM, said:
a special prg?
something to read out all dependencies of an executable?
need to know for some other things to import/export!
tired of searching everything by myself!
The data is extracted with my own application. I'm developing it for a very similar purpose. It has a diffing engine that compares 2 images of the OS and extrapolates specific dependencies for a given component.
I'm still working on this particular concept for the moment, these files are something like a "proof-of-concept". It will be opensource later on.
#11
Posted 02 March 2008 - 08:48 PM
#12
Posted 06 March 2008 - 06:59 AM
Quote
error cannot import c:\filelocation.... .reg. Error accessing the registry (i can import other reg files normally)
I have been able to make a .inf file of you're reg file but i did nog get my mce working yet.
Sorry never mind i tryed this on xp. Wont work there ofcourse.
But could you supply me with a reg file of xp. I'm trying to make a mce addon for xp.
This post has been edited by UtCollector: 06 March 2008 - 07:05 AM
#13
Posted 06 March 2008 - 06:52 PM
Edit: I have managed to import the registry entries as well, the issue now seems to be the error I am recieving upon launch:
"Windows cannot open this program because it has been prevented by a software restriction policy. For more information contact your system administrator."
Normally this is either a group policy setting, or setting the program access and computer defaults settings in the control panel. However i have checked these settings and they are not what is preventing the program from lauching.
This post has been edited by gordon8452: 06 March 2008 - 10:39 PM
#14
Posted 09 March 2008 - 06:15 AM
gordon8452, on Mar 7 2008, 02:52 AM, said:
I was afraid of that too...
Vista/Server 2008 have a internal "licensing" global policy per-component, saved somewhere in the registry that defines what internal components (a.k.a for stuff registered in WinSxS) are allowed to run. The WAIK makes changes there when modifying setup options.
I will try to monitor changes made by WAIK to see what keys are involved. In this case it's probably a simple DWORD called Installed, that should enable MCE in the policy.
#15
Posted 09 March 2008 - 08:03 PM
For per-user settings available in the User Configuration tab:
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\WindowsMediaCenter]
MediaCenter
For per-machine settings available in the Computer Configuration tab:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaCenter]
MediaCenter
Both should have a setting of 0 (a setting of 1 disables media center)
The other registry entry I found that causes the error is this one:
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Media\Windows Media Center\InstallInfo]
IconsVisible
If the IconsVisible value is set to 0, then Windows Media Center will not run.
If there are other entries, I have not found the, yet.
There were a few entries that I had to remove from your reg file so that it would import successfully, I isolated the entries down to the ones that would cause it to fail, I can post them here if necessary.
Has anyone looked into the setup inf's from a vista install? Perhaps they can provide some insight as well.
#16
Posted 11 March 2008 - 02:54 AM
I was wondering if changing them in the WIM image (before installing) might result in proper policy settings / functionality
#17
Posted 12 March 2008 - 06:08 PM
#18
Posted 13 March 2008 - 01:22 PM
nmX.Memnoch, on Feb 22 2008, 04:18 PM, said:
guj, on Feb 21 2008, 07:14 AM, said:
I fail to understand why desktop features would be included in a server operating system. That's just additional cost overhead that 99.99999% of us don't want/need in our server OSes.
Personally, I never saw the reason for people to run Server 2003 as a desktop OS. I could understand some perceived benefit since it has a newer kernel than XP SP2. But Server 2008 and Vista SP1 have the same kernel. Yes, some things are tuned a bit differently, but they're more geared towards making server-based applications work faster. If you want the desktop features, buy the desktop OS.
Just my 2 cents.
I agree... I was checking out a few other forums and so forth and someone was complaining and stating how 2008 "sucks" because their favorite game would not install/run on it.
If you need Desktop OS features, why run a Server OS? Just because it is the latest and greatest?
#19
Posted 15 March 2008 - 09:32 AM
I use AMD64 proccesor, instead of x86.
I've copied all files listed in your list (x86 files changes into amd64 files) from Vista Ultimate installation to Windows Server 2008 Enterprise.
I've also imported all the registry keys you've provided (also, modified to suit my proccesor) - had to grant administrators access to many keys.
When I try to launch Media Center, I get the software restriction policy error (same as you wrote here).
I trieid adding the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaCenter - MediaCenter (DWORD 32 BIT) = 0 value, but the error box keeps appearing and won't bother launcing my media center
Do you have any other suggestion how to KILL this message box ?
Thanks ahead,
Effy.
#20
Posted 23 March 2008 - 07:07 AM
Dexter: Do you have a newer/better version of this MCE.zip? I get an error when I want to add to the registery....
I would be gratefull if some one can tell me how to do this. I just want to use the Vista Media Center on Server 2008 to stream the Live TV to my XBOX 360 elite.....



Help
Back to top










