SageTV Community  

Go Back   SageTV Community > Information & Announcements > SageTV Downloads & Instructions
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Downloads & Instructions This forum is for discussions containing Downloads and Instructions related to the Open Source version of SageTV. Please do not post questions in this forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-19-2018, 09:21 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Windows 64 bit Installer news

NOTE The BETA has ended and you should now use the release version of SageTV 64 bit edition for Windows****

Release version available here....

Thanks to WNJJ for all the work on getting the 64 bit changes completed to make this option available to SageTV users.

The 64bit version has been reported as fairly stable and should be ready for production use soon (I am sure a few are already there). There are only minor fixes in this release.
This version of the installer has some larger changes so please report any issues during testing so we can call this a production release.


There are a few functionality changes included in this release - see list below

Please use this forum to discuss issues with both the installer as well as the 64 bit and 32 bit versions of the SageTV software.

SageTV Version is 9.2.0
Installer Version is 1.104

x64 Downloads
x86 Downloads
Note: the x86 version contains code that is now being compiled with each release that was previously included from the original Open Source release. Testing of the x86 version would be appreciated.
Notes:
  • If you have previously installed a prior BETA version you may need to perform an uninstall of the prior version before installing a newer BETA
  • Please BACKUP your existing SageTV folder PRIOR to installing and testing this software
  • 64 bit install is a NEW product and will NOT perform an upgrade of x86 versions
  • Default install folder will be "Program Files" rather than "Program Files(x86)
  • Installation into the same folder as an x86 (32bit) version needs testing. It should work but please do NOT do so into your production Sage folder.
  • New: Installer will now default the install folder to the previous install location for upgrades - the 64 and 32 bit installs are handled separately for this
  • You should be able to have BOTH the 32 bit and 64 bit version installed on the same computer under different folders. They cannot/should not be run at the same time for numerous reasons
  • There will be a new SageTV64 Service entry that should operated independently of the 32 bit one
  • If you copy your Wiz.bin and properties to your new installation, keep in mind that the .properties will need to be edited manually for the different paths
  • Java is NOT embedded in the installer any longer. If Java (x64) 1.7 or higher is not found on the system then the installer will download Java 1.8 from BinTray and install it. If you want a different x64 Java version then please install it prior to running the installer.
  • AC3Filter is NO LONGER part of the installer - removed 12/01/2018 installer version 1.102
  • New: LAV Filters is now offered as part of the 32 bit and 64 bit installers.
  • New: The installer has options for setting "EnableSageTVStreamDemux" and AlwaysSwapForAC3Filter
  • Registry entries for the 64 bit install follow the windows standard so will be in a new location than the 32 bit ones (no longer under WOW6432node)
  • New: The installer has an option to install USB_UIRT support in the 64 bit version
  • HDHR fresh installs will not find the 64 bit install. As a work around you need to install the 32 bit version somewhere else, configure HDHR first time, and then you could uninstall the 32 bit version....hopefully we find a better solution.

9.2.0 Change Log:
  • Reworked for Windows 64-bit version
  • Added ExeMultiTunerPlugin project
  • Added USB-UIRT transmit project
  • Added HCWIRBlaster project
  • Changed defaults: video/audio decoder to 'Default', video/dvd_video renderer to 'EVR'
  • Updates to whitelist LAV Filters
  • Updated STV to remove prompt on new install for the weather underground plugin
  • Fix: Sage-x64 hang due to CableCARD tuners (Windows)
  • Fix: Add support for HVR-4400 and other 885 variants (Windows)

Note: all 6 of the installers were submitted to Microsoft and have had the false positive virus message removed for them. You may need to update your virus definitions if you receive a false positive. Here is Microsofts response...

Code:
We have removed the detection. Please follow the steps below to clear cached detection and obtain the latest malware definitions.

1. Open command prompt as administrator and change directory to c:\Program Files\Windows Defender 
2. Run “MpCmdRun.exe -removedefinitions -dynamicsignatures”

Alternatively, the latest definition is available for download here: https://www.microsoft.com/en-us/wdsi/definitions
k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page

Last edited by jusjoken; 03-24-2019 at 04:05 PM.
Reply With Quote
  #2  
Old 11-19-2018, 09:28 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Installer bloat

I am considering removing at least some of the redistibutables that previously were embedded inside the installer executable...namely java. I plan to ensure at least java 7 is installed but if 7 or newer is not found then java 8 will download from bintray and install. The redist of java 8 is 200MB (7 was 30) so excluding it and downloading on demand shrinks the installer.

Thoughts?

Should i do this for Directx9, VC10 or VC14, AC3 filters ?

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page

Last edited by jusjoken; 11-20-2018 at 08:35 AM.
Reply With Quote
  #3  
Old 11-19-2018, 11:33 PM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by jusjoken View Post
I am considering removing at least some of the redistibutables that previously were embedded inside the installer executable...namely java. I plan to ensure at least java 7 is installed but if 7 or newer is not found the java 8 will download from bintray and install. The redist of java 8 is 200MB (7 was 30) so excluding it and downloading on demand shrinks the installer.

Thoughts?

Should i do this for Directx9, VC10 or VC14, AC3 filters ?

k
I'd say non-embedded is fine since it makes the installer lightweight. To complement that, I'd suggest a README file that contains the exact download paths to either the 3rd party download sites or bintray for anything not embedded. That way someone could grab everything needed up front for an install which could be done even while offline.
Reply With Quote
  #4  
Old 11-20-2018, 07:49 AM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
Quote:
Originally Posted by wnjj View Post
I'd say non-embedded is fine since it makes the installer lightweight. To complement that, I'd suggest a README file that contains the exact download paths to either the 3rd party download sites or bintray for anything not embedded. That way someone could grab everything needed up front for an install which could be done even while offline.
I would say it’s OK as long as it automatically downloads the dependencies on-demand as needed. Most Windows users are not accustomed to needing to check a readme file and manually download and install other dependencies.

Having a light weight installer is nice (faster to download and takes less storage space), but most people aren’t downloading it very often. Also for people who are most likely going to be recording TB’s of stuff, a few hundred MB is almost nothing (though it could add up if you save copies of every version).
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #5  
Old 11-20-2018, 08:34 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by Tiki View Post
I would say it’s OK as long as it automatically downloads the dependencies on-demand as needed. Most Windows users are not accustomed to needing to check a readme file and manually download and install other dependencies.

Having a light weight installer is nice (faster to download and takes less storage space), but most people aren’t downloading it very often. Also for people who are most likely going to be recording TB’s of stuff, a few hundred MB is almost nothing (though it could add up if you save copies of every version).
Absolutely the download is automatic as long as there is an internet connection. Manual download of dependencies would only be needed for an offline install which is an unlikely case IMHO. And of course in an upgrade where the dependencies are already installed then no download is needed.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #6  
Old 11-20-2018, 09:24 AM
Carlton Bale Carlton Bale is offline
Sage Advanced User
 
Join Date: Sep 2010
Location: Indianapolis, Indiana, USA
Posts: 120
Quote:
Originally Posted by Tiki View Post
I would say it’s OK as long as it automatically downloads the dependencies on-demand as needed... For people who are most likely going to be recording TB’s of stuff, a few hundred MB is almost nothing.
Unless you're paying for server bandwidth, I don't the size of the installer is a significant concern. I'd rather have an installer that I know is going to work every time. There's nothing more frustrating than not being able to install because a different server is down or the path has changed. Also, having as few clicks as possible to install is desirable.
Reply With Quote
  #7  
Old 11-20-2018, 09:53 AM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by Carlton Bale View Post
Unless you're paying for server bandwidth, I don't the size of the installer is a significant concern. I'd rather have an installer that I know is going to work every time. There's nothing more frustrating than not being able to install because a different server is down or the path has changed. Also, having as few clicks as possible to install is desirable.
The dependencies are on the same server as the installer however I suppose the server could go down after you have already grabbed the installer but before you ran it.

In any case it’s the same number of clicks. It’s just a matter of whether the installer continues to download components when it’s run or if they’re bundled up front.
Reply With Quote
  #8  
Old 11-20-2018, 09:56 AM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Keep in mind that every Sage update will require running one of these installers, however nearly none of them will ever change any of these large dependencies except maybe Java someday. Having a fast upgrade option is really nice once you already have an install.
Reply With Quote
  #9  
Old 11-20-2018, 10:07 AM
JustFred JustFred is offline
Sage Expert
 
Join Date: May 2015
Location: Sunnyvale, Ca
Posts: 572
I'm going to cast a vote for the larger, complete, fully-bundled installer. 200MB really isn't THAT big, these days. I can't count the number of times I've run into problems with installers that download bits and pieces... it's the ultimate frustration with either a slow or unreliable network connection. The recent problems with BinTray downloads are enough of an example.

Fewer "moving pieces" will make a better installation experience.
__________________
System #1: Win7-64, I7-920, 8 GB mem, 4TB HD. Java-64 1.8.0_141. Sage-64 v9.2.1 ATSC: 2x HDHR-US (1st gen white) tuners. HD-200.
System #2: Win7-64, I7-920, 8 GB mem, 4TB HD. Java 1.8.0_131. Sage v9.1.6.747. ClearQAM: 2x HDHR3-US tuners. HD-200.
System #3: Win7-64, I7-920, 12 GB mem, 4TB HD. Java-64 1.8.0_141. Sage-64 v9.2.1 ATSC: 2x HVR2250; Spectrum Cable via HDPVR & USB-UIRT. 3x HD-200.

Last edited by JustFred; 11-20-2018 at 10:17 AM.
Reply With Quote
  #10  
Old 11-20-2018, 10:55 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Personally as the guy who builds and uploads these i hate the current large size as it currently takes many hours to push the 3 installers to bintray and each will now be 3 times larger.

Perhaps i will make a large one every once in a while with the rest being small so someone could do an older full install and then the latest small one.

feedback welcome (but i may not follow it )

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #11  
Old 11-20-2018, 11:15 AM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Maybe make the 9.x.0 revisions include everything so it’s easier to know? 64-bit Windows deserves a 9.2.0 doesn’t it?

Including many MB of java in all of these installers makes no sense to me. Almost everyone has java already and if not it should be easy to get. Maybe add code to the installer to second source any downloads from the original provider host if bintray is down?
Reply With Quote
  #12  
Old 11-20-2018, 11:32 AM
JustFred JustFred is offline
Sage Expert
 
Join Date: May 2015
Location: Sunnyvale, Ca
Posts: 572
If Java is omitted from the bundle (which may already be installed anyway), please consider including Directx9, VC10 or VC14 & AC3 filters, since these are less likely to already be present for new Sage users.
__________________
System #1: Win7-64, I7-920, 8 GB mem, 4TB HD. Java-64 1.8.0_141. Sage-64 v9.2.1 ATSC: 2x HDHR-US (1st gen white) tuners. HD-200.
System #2: Win7-64, I7-920, 8 GB mem, 4TB HD. Java 1.8.0_131. Sage v9.1.6.747. ClearQAM: 2x HDHR3-US tuners. HD-200.
System #3: Win7-64, I7-920, 12 GB mem, 4TB HD. Java-64 1.8.0_141. Sage-64 v9.2.1 ATSC: 2x HVR2250; Spectrum Cable via HDPVR & USB-UIRT. 3x HD-200.
Reply With Quote
  #13  
Old 11-21-2018, 11:33 AM
thomaszoo thomaszoo is offline
Sage Aficionado
 
Join Date: Jun 2004
Location: Sacramento, CA
Posts: 487
For me personally it doesn't make a bit of difference. I greatly appreciate the work and support done by so many on this forum. Knowing that a 64-bit version is in the pipeline seems more like a (pipe) dream.
__________________
i5-6400, MSI B150M Micro ATX MB, 16GB DDR3 1600, 2 - WD Green 2TB SATA Drives, Lite-On SATA 4X Blu-ray Reader, Corsair 400W 80+ Power Supply, Silverstone Sugo SG02-BF MicroATX Case, Windows 10 (64), HDHR Dual X2, Quatro and Prime, 5 x HD300 + 2 x HD100
Reply With Quote
  #14  
Old 11-21-2018, 12:53 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wnjj View Post
64-bit Windows deserves a 9.2.0 doesn’t it?
Absolutely
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #15  
Old 11-21-2018, 03:17 PM
wnjj wnjj is online now
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Since the 3 installers all share the dependencies of Java, VC runtimes, DX9, etc, how about building lightweight installers but offer a "support package" with all of the other stuff as an independent installer?

Keep in mind the main Sage installers are still one-click installers in that they will pull the needed dependencies down at runtime (from the same bintray source). This means 99% of the users (even new ones) will never know the difference but those who want dependable or offline install capability can just download 2 installer files.

This works well with the idea that the dependencies will likely never change but the stuff in the main Sage installer does. It also minimizes the build time & effort for our esteemed Windows installer guy as well as upgrade time for all users.
Reply With Quote
  #16  
Old 12-01-2018, 08:42 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
First BETA release of the 64 bit edition of SageTV for Windows

It's here finally - for testing only!

Check out the first post for details
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #17  
Old 12-01-2018, 08:52 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
I just want CRY MY LITTLE HEART OUT god dame you MS and Virus Threat

Last edited by SHS; 12-01-2018 at 09:00 PM.
Reply With Quote
  #18  
Old 12-01-2018, 09:37 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
i get the same on my windows 10 surface. however, i ran the url through virustotal and it reports it clean.

not sure how to avoid this.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #19  
Old 12-01-2018, 09:49 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
Good news I able to reuse all my SageTV
First you want to do uninstall the all old Java and SageTV
After do that move from C:\Program Files (x86)\ the folder SageTV to new place
Now install the lates Java and this ver of SageTV
Next you copy the all the files from the old 32bit SageTV folder over to new 64bit SageTV folder in C:\Program Files\SageTV\
Next time some editing
Find Sage.properties or the SageClient.properties
Open with Notepad click on Edit menu then Replace
Find what: Program Files (x86)
Replace with: Program Files
Then Save it
Note you may get a google plugin error don't worry about just remove the message and restart SageTV
Good Luck
Attached Images
File Type: jpg sagetv-edit.jpg (605.5 KB, 501 views)

Last edited by SHS; 12-02-2018 at 06:31 PM.
Reply With Quote
  #20  
Old 12-01-2018, 09:51 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
Quote:
Originally Posted by jusjoken View Post
i get the same on my windows 10 surface. however, i ran the url through virustotal and it reports it clean.

not sure how to avoid this.

k
Disable the dame thing for now then re-enable after you got it installed
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Installer jusjoken SageTV Downloads & Instructions 606 02-25-2022 02:33 PM
Windows Installer Update? JrClocker SageTV Github Development 2 07-02-2016 08:48 PM
Does Windows Installer work on WHS emotionnotion SageTV Github Development 7 05-20-2016 07:55 AM
problems with windows installer Galaxysurfer SageTV Github Development 2 04-15-2016 05:41 AM
Any news on the Windows installer? Damstas SageTV Github Development 2 09-03-2015 10:09 AM


All times are GMT -6. The time now is 11:03 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.