Did Microsoft release an official version of Media Center 2005 that came with Roll up 2 already integrated? I have only come across disk sets with 3 disks (disk 1: install, disk2: components dir, disk3: roll up installer)
I'm working on building a Media Center install but have run into some issues. I know Electrogen is working on a pack, but I am trying to find a solution for now.
Media Center 2005
- dougiefresh
- Posts: 948
- Joined: Wed May 11, 2005 5:05 pm
- Location: Murfreesboro, Tennessee
- Contact:
Re: Media Center 2005
No, it would be nice. What's worse is that MS is releasing SP3 for MCE online only.scott.laptopguy wrote:Did Microsoft release an official version of Media Center 2005 that came with Roll up 2 already integrated? I have only come across disk sets with 3 disks (disk 1: install, disk2: components dir, disk3: roll up installer)
EDIT: Hold on, do we count Vista's Media Center software?

Visit me at home: http://xptsp.filetap.com
Check this post. You'll find another solution.
http://www.ryanvm.net/forum/viewtopic.php?p=72636#72636
http://www.ryanvm.net/forum/viewtopic.php?p=72636#72636
-
- Posts: 8
- Joined: Fri Jul 27, 2007 1:34 pm
- roirraWedorehT
- Posts: 763
- Joined: Sun Oct 15, 2006 2:25 pm
-
- Posts: 8
- Joined: Fri Jul 27, 2007 1:34 pm
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
If you get an error when you are trying to set up the media center (because of the .Net 1.1 issue) then all you have to do is run this command
Ive edited my medctroc.inf to run this during 1st login instead of t13
Code: Select all
%WinDir%\ehome\medctrro.exe /p /o RunOnce
Code: Select all
[Setup_Reg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\Setup","MCE",,"REG ADD ""HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce"" /V ""eh_a"" /T REG_SZ /D ""%10%\ehome\medctrro.exe /p /o RunOnce"""
;HKLM, "Software\Microsoft\Windows\CurrentVersion\RunOnce", "eh_a", 0, "%10%\ehome\medctrro.exe /p /o RunOnce"