NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 583 584 585 586 587 … 1231 Next »
Am I Eating Crazy Pills?!?!

 
  • 0 Vote(s) - 0 Average
Am I Eating Crazy Pills?!?!
gte619n
Offline

Junior Member

Posts: 12
Threads: 5
Joined: Mar 2007
#1
2007-03-08, 08:22 PM
Hey all,

I just finished off a fresh install of WinXP Pro and I'd like to install GB-PVR to use with my nVidia DualTV Tuner. I must be going crazy, becasue I can't get the package to install. I download the MSI file, run it, accept all the defaults, and I get an:

"Internal Error 2908."

it seems to recover from that and keeps going, until it gets a:

"Error 1935. An error occurred during the installation of the assembly. 'wmppia, Version="9.0.0.3095",Culture="neutrual",PublicKeyToken="31bf3856ad364e35",GUID="6bf52a50-394a-11d3-b153-00c04f79faa6". Please refer to Help and Support for more information. HRESULT0x..."

Am I doing something wrong? Do I need to install any other packages before installing the MSI under "Download" on the homepage?

Thanks,

Evan
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#2
2007-03-08, 08:25 PM
Did you install the required pre-requisite .NET 2.0?
gte619n
Offline

Junior Member

Posts: 12
Threads: 5
Joined: Mar 2007
#3
2007-03-08, 09:39 PM
That did it! Thanks,

Evan
gEd
Offline

Posting Freak

London
Posts: 3,514
Threads: 100
Joined: Jan 2005
#4
2007-03-08, 10:25 PM
Our friend here is not the first person to miss the .NET 2.0 pre-requisite. Currently the home page has a download link to the .msi file, whereupon people will just "give it a go".

Perhaps this link should be directed to a page that points them to critical wiki and sticky links (quick start, survival guide, posting support questions) that they should read before installing.

$0.02
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
CarolinaGuy
Offline

Junior Member

Posts: 34
Threads: 8
Joined: Mar 2007
#5
2007-03-08, 11:41 PM
A better way would be to re-create the MSI so that it would look for NET2 and then install it, if not available, on the machine.

CarolinaGuy
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#6
2007-03-08, 11:45 PM
CarolinaGuy Wrote:A better way would be to re-create the MSI so that it would look for NET2 and then install it, if not available, on the machine.

CarolinaGuy
I had wanted to check for the existence of .NET 2.0 and refuse to install without it, but unfortunately the packaging tool I use can only detect the existence of .NET 1.0 or .NET 1.1.

I dont want to include the .NET runtime in the install package. I'd rather the user download it themselves to save 40000 downloads per month of a wasted extra 15MB.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#7
2007-03-09, 12:06 AM
now there is even a .net 3.0 Smile
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#8
2007-03-09, 12:26 AM
sub Wrote:I had wanted to check for the existence of .NET 2.0 and refuse to install without it, but unfortunately the packaging tool I use can only detect the existence of .NET 1.0 or .NET 1.1.

I dont want to include the .NET runtime in the install package. I'd rather the user download it themselves to save 40000 downloads per month of a wasted extra 15MB.

A good intermediate solution would be to have one of the first screens in the installer say what the requirements are, and have a link to the .NET 2.0 binary that is clickable. Put it in BOLD [SIZE="7"]big font[/SIZE] so the user is less likely to click next to get on with the install.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,583
Threads: 384
Joined: Dec 2004
#9
2007-03-09, 01:50 AM
sub Wrote:I had wanted to check for the existence of .NET 2.0 and refuse to install without it, but unfortunately the packaging tool I use can only detect the existence of .NET 1.0 or .NET 1.1.
sub - is your installer able to check to see if a Registry key exists?

Checking for the existence of HKLM\Software\Microsoft\.NETFramework\v2.0.50727 should be enough.

Cheers,
Brian
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,684
Threads: 767
Joined: Nov 2003
#10
2007-03-09, 01:53 AM
There probably is a some manual stuff I could do, but I'm not bothered enough by it to commit any time to it.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Crazy hardware, can gbpvr customize guide data? daveg 8 2,142 2008-03-24, 01:45 AM
Last Post: soccerdad
  Schedules direct EPG gives me crazy error turtle_07 8 1,835 2007-10-09, 11:40 PM
Last Post: haripj
  Ever so slight video hiccups driving me crazy dinki 43 11,078 2007-08-02, 01:17 PM
Last Post: dinki
  Remote Goes Crazy petejc 4 1,493 2006-10-16, 10:04 PM
Last Post: petejc
  TV Guide gone crazy surfnski 8 2,247 2006-05-24, 02:53 AM
Last Post: hansoffate
  GBPVRRecordingService eating RAM :-( fatmosh 4 1,858 2006-01-29, 01:56 AM
Last Post: fatmosh
  No Sound (I hope I'm not crazy) Bakxs 3 1,294 2006-01-13, 04:14 AM
Last Post: capone
  Fast forwarding has gone crazy! jagee23 0 948 2005-11-03, 02:59 PM
Last Post: jagee23
  GBPVR eating cpu cycles and failing clifford 8 2,041 2005-10-05, 06:45 PM
Last Post: clifford

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode