MediaSmart TV fullscreen problem

Hi, i have hdx16 and itegrated hybrid tuner. before 2 days i install windows7 x64 and when i start MediaSmart TV i can`t get fullscreen for the chanells(media smart`s window is Ok). With Vista everything was Ok.
Some help, please

What version of the MediaSmart TV are you all using?  I have the same issue and have been trying to delete MediaSmart TV from my computer so I could install the version that HP told me works correctly with Windows 7 which is the MediaSmart Live TV version 3.0D.  I can't install the version 3.0D and I can't delete the old Vista version as the installer crashes and comes up with an error about the program being made for Vista.  I think if I could get the defective version deleted I could install the new version. 
Anyway, I found a workaround to the fact you can't get to the full screen view.  In my case the little icon you click to go to full version sometimes is just not there.  Here's how I get it back and it works every time.  When the full screen icon is missing press the "stop" button (the square lit button on your touchsmart buttons just above the function keys).  You can also use the funtion key on the keyboard (fn key) plus the F10 button to get the same result.  At this point you should see a right pointing "play" arrow on the little TV screen.  Now, click that play arrow with your left mouse button and I'll bet you get the full screen icon back which you can click with your mouse.  Works every time for me.
Still, I want to delete the program so I can install the new version.  Anyone find a way to delete the MediaSmart TV from your computer?

Similar Messages

  • FullScreen problem with MovieClipLoader

    Hi and thanks very very much for reading.
    My problem is:  When I load a .swf via MovieClipLoader in ActionScript 2 -- Stage["fullScreen"] no longer works.  I am stuck in "normal" for the Stage. 
    If I run the loaded SWF without the preloader, then everything works fine and I can get to fullscreen mode.  So it seems the problem has to do with the preloader.
    I am using loadMovieNum("FSTest.swf",0) to bring the loaded clip to Root level.  Thought that would solve my problem but it doesn't. 
    Here is some test code that demonstrates my problem.  You can see it run at: http://www.tommygameco.com/TestLoader.html
    TESTLOADER.FLA:  (preloader)
    var container:MovieClip = this.createEmptyMovieClip("container", this.getNextHighestDepth());
    var FS_mc:MovieClip = container.createEmptyMovieClip("FSClip", container.getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    var listener:Object = new Object();
    var interval:Object = new Object();
    listener.onLoadInit = function() {
    // make loaded movie _root
    loadMovieNum("FSTest.swf",0);
    mcLoader.addListener(listener);
    mcLoader.loadClip("FSTest.swf", FS_mc);
    stop();
    FSTEST.FLA:  (Loaded Movie)
    fsbutton.onRelease = function() {
    Stage["displayState"]="fullScreen";
    stageState.text = Stage["displayState"];
    Thanks again!!  Any Clues are greatly appreciated!!!
    Tom

    Hi,
    Problem was in the publish settings --- My loaded clip was set for "allow full screen" under publish options (file Menu, HTML Tab).  However the Pre-loader was not!!  Fixing that fixes the problem.
    Best Regards,
    Tom

  • Fullscreen problem!

    I can't get fullscreen to work on Hulu.com's Adobe Flash
    Player 9.
    In both IE and Firefox I get this when I go full-screen
    (regardless of standard res or 420p)
    http://img186.imageshack.us/img186/2200/fullscreenii9.jpg
    I have the latest ATI drivers (8.3, running on HD 2900 Pro)
    and Vista. Does anyone know of a solution to this?
    I really want to use fullscreen for watching shows/movies
    with this player, and have had no problem with other players such
    as DivX.

    Okay, this is getting ridiculous. What kind of a company
    doesn't pay attention to such a serious bug in such a widespread
    product?
    This issue needs to be looked at immediately - many people
    simply have no fullscreen on their favorite movie/video sites!
    -->edit<--
    I have been able to circumvent the issue by going to
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    , grabbing the uninstall_flash_player.exe file, running it, and
    installing the older 9r47 release from the FP9 Debug package (
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14266)
    including all older FP9 versions. The fullscreen works with this
    old release, but does not with the latest FP9 version (115).
    -->edit 2<--
    HD and high resolution (480p) do not work with the older
    version... this is not satisfactory. When can we expect 115 to be
    fixed?

  • Youtube fullscreen problems.

    when i press full screen button on youtube, it goes to full screen but covers odd dimentions. it doesn't cover the whole screen and leaves the uncovered video display area on the screen blanked out. however the buttons to exit full screen when in full screen lighs up when i go to the bottom right corner where the full screen button normally is. so i think it is just display problems. i can clcik in the bottom right corner and i will come out of fullscreen but it doen't show the button to exit full screen on the bottom right corner. it shows it according to its weird dimentions that it does sometimes that display corner could be in the middle of the screen when in full screen and the ret of the screen is blanked out. i really need help!!!!!!

    Zippoxer360 wrote:
    Dear Adobe, by not answering these questions and continuously ignoring the comfortability of linux users, you loose your most expensive community - linux users
    From the top 10,000 programmers in the world, be sure that a HUGE amount of them use linux. Less flash applications created by them, more HTML5 applications created by them.
    Personally, for me, flash is the last choice to program something (it made the bad impression already, for too long, no fix possible) but still many webpages in the world use Flash for small games, etc... And that works for me like a ****.
    Try a week with your flash on ubuntu, like me, adobe. You won't be surprised.
    Have you tried our Flash Player 11 RC build on labs out?  If not, please give it a try and let us know what you think.  If you find specific issues, please feel free to document them as new bugs over at bugbase.aodbe.com.
    Thanks,
    Chris

  • Video Fullscreen problem

    I have done a Video chat application. I have added full screen options to all videos.My problem is on clicking the Fullscreen button, the Application will be in Fullscreen Mode not the video. How to solve this. Code is shown below
    In my Videopod component i have given like this
    private function fullScreen() :void
                    try {
                        switch ( Application. application. stage.displaySta te ) {
                            case  StageDisplayState. FULL_SCREEN:
                                // switch to displayState = normal
                                Application. application. stage.displaySta te = StageDisplayState. NORMAL;
                                break;
                            default:
                                //  switch to displayState = full
                                Application. application. stage.displaySta te = StageDisplayState. FULL_SCREEN;
                                break;
                    } catch ( e:SecurityError ) {
                        // ignore
                        Alert.show( "cannot go to  fullscreen mode. try setting: 'allowfullscreen = true' in HTML container", "security error" );
                    //setCorners( );
                     VideoChatEventsDisp atcher.getInstan ce().dispatchEve nt( new VideoChatEvent( VideoChatEvent. ON_FULLSCREEN_ CLICK, this ) );
            ]]>
        </mx:Script>
    <mx:Fade id="fadeIn" alphaFrom="0. 0" alphaTo="1.0" />  
    <mx:Fade id="fadeOut" alphaFrom="1. 0" alphaTo="0.0" />
        <mx:Canvas rollOver="showContr ols()" rollOut="hideContro ls()">
             <view:VideoContainer id="videoDisplay" width="200" height="170" />
            <mx:HBox  x="0" y="0" width="100%">
                <mx:Label id="broadcastUserNa me"  color="#E8F4F6" fontSize="15" fontWeight=" bold" visible="false" />
            </mx:HBox>
            <mx:HBox id="controls" horizontalAlign= "right" styleName="controll erStyle"  width="100%" alpha="0.0" y="144" paddingRight= "5">
                <mx:HSlider id="volumeSlider" x="59" y="142" width="103"
                    snapInterval= "1" value="50" maximum="100"
                     thumbDrag="updateVo lume(event) ;"  dataTipFormatFuncti on="formatVolume ToolTip"
                    liveDragging= "true" toolTip="Volume" />
                <mx:Button id="muteButton" toolTip="Mute" height="20" width="20" styleName="mute" toggle="true"  click="toggleSound( )" x="170" y="142"/>
                <mx:Button id="fScreenBut" click="fullScreen( )" styleName="fullscre en" toggle="true" height="30" width="35" toolTip="Fullscreen "/>
            </mx:HBox>
        </mx:Canvas>
    And in the main file i gave like this,
    private function fullScreen() :void
                 Application. application. stage.addEventLi stener(  FullScreenEvent. FULL_SCREEN, fullScreenHandler );
                 //screenMode = Application. application. stage.displaySta te;
             private function fullScreenHandler( e:FullScreenEvent ):void
                    //screenMode = Application. application. stage.displaySta te + " ( fullScreen=" + e.fullScreen. toString( ) + ")";
                    if (e.fullScreen) {
                        // do stuff for full screen  mode
                    } else {
                        // do stuff for normal screen mode

    Had the same issue and found sth that worked for me on chrome.
    It seems like google has developed its own flash player (pepper flash) rather then using the original adobe one. Disabling the pepper flash player and installing/enabling the adobe one seems to fix the issue.
    Since the issue occured to me on all browsers except opera before there might be a similar fix for Safari.
    heres where i found this and how to fix it:
    http://newtriks.com/2012/12/01/how-to-disable-the-chrome-pepper-flash-player/

  • Fox TV Move Player fullscreen problem

    I installed Snow Leopard on my media machine (Mac Mini Core Duo) with all of the updates as of this posting. I installed Fox TV's Move Media Player when prompted. Otherwise this is a stock machine with only Firefox dragged onto my desktop for testing this problem.
    When I put the player into fullscreen mode black boxes flash on the screen where ever the flash player had windows in the browser window. By moving the browser around and then switching into fullscreen mode I can change the position of the boxes.
    This problem did not occur using Leopard. The problem occurs with Firefox and Safari.

    Corey,
    Which browser are you using?
    I went to the link Klaus1 provided and tried my best to click where it says: FAQ's and it won't let me. However, I did a View Source to make sure which plug in it requires, and it does say Flash version 9.
    Corey... do this... in Safari click where it says Help in the Menu then click Installed Plug-ins. When the list populates, press Command + F on your keyboard. That will prompt a search field top right just under your Bookmarks. Type in Shockwave Flash and see what the response is. It should say:
    Shockwave Flash 9.0 r124 — from file “Flash Player.plugin”.
    If you still can't view video on FOX or ABC, try UNinstalling the application, here are the instructions to do so: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157&sliceId=2
    Make sure whenever you install or uninstall software, that all your other open applications are closed.
    Then use this link that Klaus1 provided and reinstall:
    http://dynamic.abc.go.com/streaming/check?aff=
    Got my fingers crossed!
    Carolyn

  • VLC fullscreen problem

    Hello,
    I use VLC to watch videos on my eeePC. I have a up-to-date Arch install with kdemod 4.1.
    The player works quite well, but I don't have (and never did) a fullscreen control (i.e. a progress bar when the video is on fullscreen) as shown on vlc homepage. I tried modifying nearly all options in the program and also tried deleting my ~/.config/vlc directory to no avail.
    Does anyone have dome insight on this problem?
    Thank you!

    This is a bug in VLC and QT integration. A rare race condition is corrected in 1.0 (due in ~march). So devs disabled completely the integration. That sucks: if does crash, just uncheck the pref and be it! Now the preference is not consitent.
    See:
    http://git.videolan.org/gitweb.cgi?p=vl … 61b050bd18
    http://forum.videolan.org/viewtopic.php?f=13&t=51032
    https://trac.videolan.org/vlc/ticket/2136
    http://forum.videolan.org/viewtopic.php … 40#p168540
    And from one of the devs (Rémi Denis-Courmont)
    http://forum.videolan.org/viewtopic.php?f=13&t=51124&start=30#p180367 wrote:It has been fixed in 1.0. There is no way we can backport the fix to 0.9 as it is way too invasive, and depends on 1.0 APIs.
    Last edited by big_gie (2009-02-13 15:38:58)

  • Java Fullscreen problems

    Hi, i worked a bit with BufferStrategy and wanted to make a fullscreen application. So, everything was ok. As a test i made an animation with a loop in which i moved some objects over the screen. It worked. In the loop i let update the screen every 10ms. Then i wanted to make objects controllable by the "user". So i implemented Runnable and KeyListener to my "Playground". In run i let update the screen every 50ms and the position of the objects is changeable by pressing a key. But always when i wanted to start the application threaded i got that error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
    PC=0x182DB326
    Function=Java_sun_print_Win32PrintJob_endPrintRawData+0x5182
    Library=C:\Programme\Java\j2re1.4.2_03\bin\awt.dll
    Current Java thread:
         at sun.java2d.DefaultDisposerRecord.invokeNativeDispose(Native Method)
         at sun.java2d.DefaultDisposerRecord.dispose(Unknown Source)
         at sun.java2d.Disposer.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\WINNT\system32\java.exe
    0x77880000 - 0x77901000      C:\WINNT\system32\ntdll.dll
    0x79350000 - 0x793B2000      C:\WINNT\system32\ADVAPI32.dll
    0x77E70000 - 0x77F30000      C:\WINNT\system32\KERNEL32.DLL
    0x77D20000 - 0x77D8E000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x08138000      
    C:\Programme\Java\j2re1.4.2_03\bin\client\jvm.dll
    0x77E00000 - 0x77E5F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F79000      C:\WINNT\system32\GDI32.dll
    0x77540000 - 0x77571000      C:\WINNT\system32\WINMM.dll
    0x6BD00000 - 0x6BD0D000      C:\WINNT\system32\SYNCOR11.DLL
    0x10000000 - 0x10007000      C:\Programme\Java\j2re1.4.2_03\bin\hpi.dll
    0x007C0000 - 0x007CE000      C:\Programme\Java\j2re1.4.2_03\bin\verify.dll
    0x007D0000 - 0x007E9000      C:\Programme\Java\j2re1.4.2_03\bin\java.dll
    0x007F0000 - 0x007FD000      C:\Programme\Java\j2re1.4.2_03\bin\zip.dll
    0x18270000 - 0x1837F000      C:\Programme\Java\j2re1.4.2_03\bin\awt.dll
    0x777F0000 - 0x7780E000      C:\WINNT\system32\WINSPOOL.DRV
    0x782F0000 - 0x78301000      C:\WINNT\system32\MPR.DLL
    0x75DF0000 - 0x75E0A000      C:\WINNT\system32\IMM32.dll
    0x77A40000 - 0x77B2C000      C:\WINNT\system32\ole32.dll
    0x18580000 - 0x185D0000      
    C:\Programme\Java\j2re1.4.2_03\bin\fontmanager.dll
    0x51000000 - 0x5104D000      C:\WINNT\system32\ddraw.dll
    0x72810000 - 0x72816000      C:\WINNT\system32\DCIMAN32.dll
    0x5C000000 - 0x5C0C8000      C:\WINNT\system32\D3DIM700.DLL
    0x6E330000 - 0x6E336000      C:\WINNT\system32\INDICDLL.dll
    0x2C790000 - 0x2C7AE000      C:\Programme\Java\j2re1.4.2_03\bin\jpeg.dll
    0x77910000 - 0x77933000      C:\WINNT\system32\imagehlp.dll
    0x72970000 - 0x7299D000      C:\WINNT\system32\DBGHELP.dll
    0x68F30000 - 0x68F3B000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 896K, used 6K [0x10010000, 0x10100000, 0x104f0000)
    eden space 832K, 0% used [0x10010000, 0x10011878, 0x100e0000)
    from space 64K, 0% used [0x100e0000, 0x100e0000, 0x100f0000)
    to space 64K, 0% used [0x100f0000, 0x100f0000, 0x10100000)
    tenured generation total 10632K, used 9450K [0x104f0000, 0x10f52000,
    0x14010000)
    the space 10632K, 88% used [0x104f0000, 0x10e2abd0, 0x10e2ac00, 0x10f52000)
    compacting perm gen total 4096K, used 2907K [0x14010000, 0x14410000,
    0x18010000)
    the space 4096K, 70% used [0x14010000, 0x142e6d58, 0x142e6e00, 0x14410000)
    Local Time = Thu Mar 04 19:58:37 2004
    Elapsed Time = 6
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 m
    What could I have done wrong? How could i avoid the problem?

    That�s the run-method:
    public final void run() {
                while (!stop) {
                    update();
                    try {
                        Thread.sleep(50);
                    } catch (InterruptedException e) {
                        System.out.println(e.toString());
                closeWindow();
            }In principle nothing else as my loop i created the animation before with. But still it doesn�t work.

  • Safari Fullscreen Problem

    Hi there
    currently working on this site:
    http://berndkuehl.com/indexSavge.html
    When using Safari on Windows XP and switching to Fullscreen the menu at top appears.
    When using Safari or Firefox on MACOSX 10.6.3 or 10.4.11 and switching to Fullscreen there, menu is not showing but a big black part appears at the top.
    Newest FlashPlayer installed of course.
    How can that be? Is there a line of html-code missing for MAC-platform?
    Knowledge very much appreciated, Thanks for Feedback!
    Bernd
    Message was edited by: Bikul

    Almost forgot.. I see the menu in Safari 4.0.5 / Mac OS X 10.6.3 and on my iBookG4 running 10.4.11 it's fine too in full screen mode. Sometimes it takes "hovering" over a menu in order for it to appear in full screen mode on Safari but no problem here either way. Don't know if that helps you any.
    Also, there's nowhere on the page to "View Source" to get a look at the HTML code. This is on a blog? http://www.produced-by-savage.de/ If you have problems with your code, contact them.

  • ITunes Visualizer  fullscreen problem

    Recently i was messing around with my itunes visualizer when it suddenly went into full screen mode. I havent been able to switch it back to the normal mode and found no help in the 'help' bar. Does anybody have any knowledge of what to do in this situation? thanks

    I ended up contacting AppleCare through the Chat agent and after a few misses, he instructed me to do an archive and install and presto - the problem is gone. I guess I had a corrupted installation from the factory.....

  • Win7 Pro Fullscreen problem

    Well i like the new design of the new suite.
    But i have two problems :
    - Ovi often freezes (but i do not discuss this time, i will get more specific then it will be more usefull)
    - Second :
    In full screen it do not like my superbar is at top as you can see!
    it's has a large gap  at the top and the bottom is missing of the window
    the smaller normal window is ok
    Operating system: Win7 64 bit Professional
    Edit: (changed pic - erased personal infos )

    OS X Mountain Lion (10.8.2)
    Use Software Update or the OS 10.8.3 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.
    Check out:  Troubleshoot the spinning beach ball/freezing & crashing
    Mid 2012
    You are still under warranty and/or have AppleCare, call them.  Let them deal w/it.

  • HP EX485 Mediasmart server restore problem

    Hopefully someone can help with this.  The problem is this.  I was unable to connect to my home server with either the connector, nor with RDP.  So, I restored the system.  Afterword, all three status lights breath aqua as well as the hard disk light.  I still can't connect to it.  I powered off the machine and mounted the system drive on my pc.  the PC sees everything fine and it sure looks like the OS is there.  Any ideas?
    joe

    Did you try to ping the IP?  If you can ping it then it's probably a DNS issue...

  • HTMLLoader SWF fullscreen problem

    The Adobe Air help docs say that SWF content loaded into an HTMLLoader object will disappear if the HTMLLoader object is scaled to a factor greater than 1.
    Does that mean that there's no way to display SWF content in an HTMLLoader object when the Air app is set to full screen?
    My SWF content called into the HTMLLoader object does disappear in this case when my app goes to full screen, and I was just wondering if anyone has found a workaround to this.
    Thanks,
    Eric

    i have just replaced on frame 1 with this:
    Ekonomi_1_1.addEventListener(Event.ADDED_TO_STAGE, FLVAdded, true);
    function FLVAdded(e:Event):void
    Ekonomi_1_1.fullScreenTakeOver = true;  // if you want your flv_pb to fill the screen.  otherwise, use false
    but it stuck, it stop at frame 1.
    then, i tried to put
    Ekonomi_1_1.addEventListener(Event.ADDED_TO_STAGE, FLVAdded, true);
    function FLVAdded(e:Event):void
    Ekonomi_1_1.fullScreenTakeOver = true;  // if you want your flv_pb to fill the screen.  otherwise, use false
    on frame 310 line 41-45, but it still do the same blank space.
    Will you please take a look on this file?
    eko.rar - Google Drive
    maybe there is some script that i missed

  • Air HTMLLoader fullscreen problem

    The Adobe Air help docs say that SWF content loaded into an HTMLLoader object will disappear if the HTMLLoader object is scaled to a factor greater than 1. Does that mean that there's no way to display SWF content in an HTMLLoader object when the Air app is set to full screen? My SWF content called into the HTMLLoader object does disappear in this case when my app goes to full screen, and I was just wondering if anyone has found a workaround to this. Thanks.

    Welcome to our community
    Please click the link below and read the text presented in bright red letters. Below that is a link you need to follow.
    Click here to view
    Best of luck to you in solving your issue! Rick

  • Common fullscreen problem with different issues.

    When videos run in full screen they slow and are not in time with sound. I have chrome and it comes with flash. I've tried installing Flash player 11, wiping free space on drive c to allow for more room to elevate pixels, etc. I have photoshop CS6 and recently noticed Adobe ExtendScript CS6 in my menu order. I tried debugging it. I cannot find it in my prgrams so it MUST come with photoshop CS6. Bridge cs6 and extension manager cs6 are also now visable but cannot be accessed in control panel. Currently I have no flash installed because it was taking up room and chrome has one already. I have worked extensively on this issue with no success. There HAS to be a remedy. This is rediculous. I do not wish to download anything, my protection is up-to-date. If you can help, please do.
    PS- Previously with Int.Exp. on Windows XP(still have Windows XP) this was solved by clicking the compatability view.
    Thanks and Cheers!
    jaqcreate

    Well two things. One is that a really dead iPod may need to trickle charge for a good 30 minutes or so before the battery's voltage has reached a "safe" level before the iPod's internal charging circuitry switches the charging to fast charging mode or allows the iPod to actually switch on.
    Second, on some Windows machines, the computer may be set up to power down the USB ports when not in use. If the iPod isn't turning on and connecting to the port, then Windows may be keeping that port's power turned off so it never charges so never turns on so the port number power up. Nice circular logic there!
    Not sure what it is in Vista, but for XP it is normally...
    Start -> Control Panels -> System -> Hardware tab -> Device manager
    In the window that opens, expand (click on the sign) next to Universal Serial Bus Controllers
    You will see a number of things in that list. You want to RIGHT-Click on the "USB Root Hub" one. I am not sure if you have more than one if they still point to the same one, but open and change each to be sure. Anyway, right-click it, in the pop up menu pick Properties. In the next screen, pick the Power Management tab. There is a check box to "Allow the Computer to turn off this device to save power". I think default is checked, so that the ports power down. You want to unselect that box forcing your USB ports to stay powered up all the time.
    Now exit all that and plug in your iPod. If it is really low on the battery, it might be a while before you see any activity on the screen. So give it a good 30 minutes of charge time before you declare it truly a dead iPod. But hopefully it will charge up and come back to life.
    Patrick

Maybe you are looking for

  • Intercompany Billing - Proforma Invoice

    Hi to All, I need your advice regarding an issue related to Proforma Invoice creation. Processing  Intercompany Flow ,we have : 1)Order created in Sales Organization of Selling company 2)Delivery with Sales Organization of Selling company and Deliver

  • Can anyone help with my i pod touch

    i need help with my i pod it freezes on the apple loading screen and it wont start up nor will it turn off. i tryed draining the battery and recharging it, i tried reseting it, and i tried dfu mode; and it still doesnt wor. i really would appreciate

  • Problem with I photo

    I had my mac book pro, and it worked perfectly. Then one day I decided to update it to Yosemite, but as soon as I did my I photo stopped working. As I clicked on it, it said "The version of iPhoto installed on this Mac is not compatible with OS X Yos

  • Closing of purchase requisition

    hello sap, can any body tell how to close the purchase requisition which is generated after MRP run via production order. This is for attachting TECHO

  • Experts!! your suggestion is requested - Important

    I heard and doubt that laptops with windows vistha home/professional wouldn't support following oracle tools installtion: Oracle Client, Forms, Reports developer Oracle Workflow Oracle Discoverer Reports Oracle BI/XML Publisher If it does not support