embe Posted September 4, 2006 Posted September 4, 2006 I need install silently software for my TV card - Fly2000TV. It`s normal Nullsoft installer with case sensitive /S switch. When the program gets installed another setup pop ups where it asks me "Do you want to run setup program for config FLY 2000 TV base settings?". I don`t know how to kill it; I`m sure it will be possible to kill it somehow but I don`t know nothing about autoit scripts so if there is any another option please let me know...Link to Fly 2000 TV - Megaupload
Acheron Posted September 4, 2006 Posted September 4, 2006 I need install silently software for my TV card - Fly2000TV. It`s normal Nullsoft installer with case sensitive /S switch. When the program gets installed another setup pop ups where it asks me "Do you want to run setup program for config FLY 2000 TV base settings?". I don`t know how to kill it; I`m sure it will be possible to kill it somehow but I don`t know nothing about autoit scripts so if there is any another option please let me know...Link to Fly 2000 TV - MegauploadI'm also a proud user of Fly 2000 TV. It's a shame the author is now working for some TV-card company using Fly 2000 TV as base. The software I'm talking about is BeholdTV. Does BeholdTV also work on non-BeholdTV cards?About Fly 2000 TV, I created AutoIt script before:fly2000tv.au3SoundSetWaveVolume(0)Opt("WinTextMatchMode",2)Run (@ScriptDir & "\fly2000tv238rc2.exe /S", "", @SW_HIDE)WinWaitActive ("FLY2000TV Installer Language", "")Send("{ENTER}")WinWaitActive ("FLY2000TV v2.38 RC2 setup", "")Send("{ENTER}")Send("N")SoundSetWaveVolume(100)
embe Posted September 5, 2006 Author Posted September 5, 2006 (edited) I'm also a proud user of Fly 2000 TV. It's a shame the author is now working for some TV-card company using Fly 2000 TV as base. The software I'm talking about is BeholdTV. Does BeholdTV also work on non-BeholdTV cards?Hi mate, regarding BeholdTV I have to check...My Lifeview TV card only works fine with Fly200TV, yes, there are also other softwares which works with my card but several problems occures e.g. stereo not running etc...It`s funny - TV card was a reason why I started nlite my XP `cause even if my PC is P4 2,8 Northwood with hypetrading and 1GB RAM, Gigabite i865PE motherboard etc Fly2000TV froze when grabbing from TV (with or without codecs)....Thanks to TV card i started to nlite my XP and then I found this GREAT forum About Fly 2000 TV, I created AutoIt script before:fly2000tv.au3SoundSetWaveVolume(0)Opt("WinTextMatchMode",2)Run (@ScriptDir & "\fly2000tv238rc2.exe /S", "", @SW_HIDE)WinWaitActive ("FLY2000TV Installer Language", "")Send("{ENTER}")WinWaitActive ("FLY2000TV v2.38 RC2 setup", "")Send("{ENTER}")Send("N")SoundSetWaveVolume(100)yes, that`s what I expected, AutoIt...another thing which I have to learn to successfully install silently TV card SW Thanks mate and I`ll let you know about Behold TV soonEDIT: I can`t get BeholdTV software...anyway I managed Fly install with Autoit script...crazy... Edited September 5, 2006 by embe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now