Jump to content

Himan

Members
  • Posts

    16
  • Joined

Posts posted by Himan

  1. I have another problem with the 2.6er installers (admin-install):

    on Win7 x64 only the 32-bit plugin and 32bit-java console is active (system and IE11).

    Using the 2.5er installer, i have a big setup-file, but here are 32 and 64 Bit versions correctly installed.
    The java-mgmt is correctly on 64bit instead 32bit. IE11 has the 32 and 64Bit Plugin active.

    Reversing the install order doesn´t change anything. So I´am back to 2.5er install and i accept the 100MB
    installer size for a working dual version :(
     

  2. About: KB2533552

    I made several tests on x86 and x64 and my best solution was to integrate it as the LAST Update in RunOnce.
    After deep clean / ccleaner-clean, some reboots, etc. the SP1 parts was never requested again by WU

    My best solution for the moment is to hide this updates:

    KB2952664, KB3021917,  KB3035583 and KB3022345 completly.

    This updates are only Win10/M$-Spyware related and brings me more problems and slows down my system

     

  3. There is a problem in the > 2.0 maker:

    On my x64-machine the UAC-daemon is switched off / disabled, so the checking of "admin Rights" runs in an endless loop,
    because the uac-daemon is not responding.

    Can you enhance your checkscript, so it´s not depend on the presence of active uac directly ?

    I have always admin-rights on my machine as User "Administrator" - so uac is normaly never needed for me ;-)
     

  4. 2 hints about the Problems with the Control-Panel Errors on Win7 X32&X64:

     

    1.) Install FIRST the x64-Version, and after them the x32-version on 64bit-Systems

     

    2.) Add this Registry-Entrys for Win7:

     

    for 32-bit/Win7 (eventually Vista, too?):

     

    REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Java\jre7\bin\javaw.exe" /t REG_SZ /d "WINXPSP3" /f >nul

     

     

    for 64bit+32bit/Win (evtl. Vista, too?):

     

    REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Java\jre7\bin\javaw.exe" /t REG_SZ /d "WIN7RTM" /f >nul

     

    REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Java\jre7\bin\javaw.exe" /t REG_SZ /d "WINXPSP3" /f >nul

     

     

     

    This normaly solves the Problems with not starting, or sporadic not starting, the Java-Controlpanel.

     

    The Program-Compatibility-Service must be enabled, too.

    I figured out, that the x64-Version was only working with "Win7RTM"-Mode, and the x32-Version is running in XPSP3-Mode on Win7,

    For Vista i have no clue at the moment, which Settings are needed here...

     

    Hope this helps some peoples to finaly fixx this boring errors ;-)

×
×
  • Create New...