Silent installation JRE over a intranet without admin privileges

HI,
I do know how to perform a silent installation of JRE.
The problem i am facing is the users present in my intranet are not normal users and dun have Administrative Rights.
So i am facing a problem when installing JRE...
Is there any work around to install without administrative privileges?
My network has 500 systems and its either Win 2000 or XP systems.
I need to do this in a week to get my product running in all the user's machines!!
Help out guys!!
Anand

Sun has answered this very clearly in the JRE INstallation Instructions:
"Note - you must have administrative permissions in order to install the Java 2 Runtime Environment on Microsoft Windows 2000 and XP. "

Similar Messages

  • Flash Player Administration - upgrade users without admin privileges

    Is this possible? How have you answered this painfully obvious problem in your enterprise?
    We have a remote Sales Force which do not connect to our domain. I looked through the Admin Guide - I do not want to disable the auto-update. I want to make the auto-update work for users without admin privileges.

    Currently, the user does need to be an admin account for an update to occur.  However, the good news is that this will change in 11.2.  Once 11.2 is installed on Windows (using an admin account), there won't need to be further user interaction for future updates.  Users on limited accounts will be updated silently, without admin interaction.
    Chris

  • Since I have updated to Firefox version 5, my Firefox browser just hangs when I am logged in to my laptop without Admin privilege. If I am logged into my laptop as Admin then Firefox is working well is this a known issue.

    Since I have updated to Firefox version 5, I cannot use Firefox on my laptop as a normal user without Admin privilege. Whenever I try to run Firefox, the browser window just says connecting and hangs. It looks like it also uses all the CPU and stops all other processes on the computer. Even the computer clock stops working.
    If I am logged into my laptop as Admin then Firefox works well as it used to with previous versions. I am using Windows XP service pack 3.

    Hi Tylerdowner -
    Thanks for your suggestion.
    I already tried a Reset, but all that did was lose all my settings , search engines etc. and one or two add-ons - as expected.
    I also already tried updating my graphics driver - both manually, and with Windows Update (Automatic Updates is set to ON anyway, and I've checked the optional ones as well, and though there was nothing relevant there, I installed most of them anyway!) Apparently I'm using the most up-to-date and appropriate driver already!
    Oh dear........
    Going to try turning off hardware acceleration next....

  • Automatic Adobe Update for users without admin privileges

    Hi there,
    I have a PC with Windows 7 Professional (32bits) and Adobe Reader (9.4.6)
    I have selected "Automatically install updates" in Preferences --> Updater:
    The problem is: when a normal user (without admin privileges) is using the system, it turns up an Adobe Box which asks the user to install the Update:
    But when the user tries to update, it asks to insert the admin password.
    How can I solve this? I would like Adobe Reader updates to be downloaded and automatically installed for users in my PC without admin privileges. Is this possible?
    Thanks in advance.
    Best regards,
    Pablo

    Anyone have any further insight into this?  Is there a way to simply give the user admin creds but only for Adobe Reader that would permit users to do thier own updates?
    I don't want to have to constantly update the MSI I am deploying with GP/LUP if possible.
    I am, however simply looking to update 11.0.0 to 11.0.1 ,11.0.2....etc without having to touch GP/LUP/each end user machine

  • Running Palm Desktop without Admin Privileges?

    I'm trying to get Palm Desktop 6.2 working on my company's Win 7 laptop. To get it to (mostly) work, I had to install using the administrator password.  In its wisdom, the company does not give me permanent admin privileges but provides a temporary checkout mechanism for the administrator password.  Palm Desktop will only run only if I run it as administrator with the password enabled and checked out (and entered when the program is run), an incredibly tedious procedure just to run Palm Desktop.  Is there any way to do the password checkout just once and enable running Palm Desktop just as a user to avoid this tedious procedure?  Otherwise, running as a user, Palm Desktop will just hang at the splash screen.  I tried changing privileges (UAC) to all the program files in the Programs (x86)\Palm folder to allow access to users but that didn't help.  Is it to the data as well?  Thanks in advance for any help.
    mraki
    P.S.  I posted earlier with the missing files problem listed in the registry (Annanotifier.dll, pdn20.dll, AlarmNotify.dll, EASNotify.dll) and these still post a HotSync missing files error but seem to cause no problem other than the error message.  Thanks for any help here as well.

    I'm afraid I have no personal experience with what you're attempting to do...  
    All I can remember is that Full Admin rights were supposed to be granted to the user account during the entire installation of Palm Desktop, and a successful HotSync performed.  Whether the check-out routine is doing this is beyond me.
    Once the above is complete, the rights can be revoked back to "User".
    You might want to search over at Brighthand.com for some information on this subject.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • X200 Laptop WWAN ATT Communicaton Manager 6.10 to work without Admin Privileges

    Hello newbie to this forum....I have x200's I deploy in a corporate environment and we do not want to use the access connection software from Lenovo.  ATT Comm Mgr works with admin privileges but when you remove it it just hangs and never connects.  Everything lights up signal strength is good.  Does anyone know where in the registry or what hack to get this software to work without admin rights?? Contacted Lenovo and they only want you to use Access Connections and ATT is no help either.  Any help would be greatly appreciated!! thanks

    Hi x200RQ, and welcome to the Lenovo User Community.
    This is not a direct answer to your question, but you can use AT&T WWAN without either Access Connections or AT&T Communications Manager. Here are the AT&T instructions for this in Vista and XP.
    This might get you where you want to be... tell us if that helps.
    I don't work for Lenovo. I'm a crazy volunteer!

  • Reset Password without Admin Privileges

    I am using the latest APEX hosted via apex.oracle.com. I'm trying to create a 'forgot password' capability but it appears that every built-in apex utility that allows me to reset and/or update the password requires admin privileges. Is there any way to do this without having admin privileges? I'm using APEX Authentication.
    Thanks,
    Mark

    Hi Mark,
    Create an authentication function with two parameters something like this and follow the link to create a custom authentication scheme.
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/sec_authentication.htm#HTMDB25778
    function my_authentication (
        p_username in varchar2,
        p_password in varchar2 )
        return boolean
    is
        l_user my_users.user_name%type := upper(p_username);
        l_pwd  my_users.password%type;
        l_id   my_users.id%type;
    begin
        select id  , password
          into l_id, l_pwd
          from my_users
         where user_name = l_user;
        return l_pwd = rawtohex(sys.dbms_crypto.hash (
                           sys.utl_raw.cast_to_raw(p_password||l_id||l_user),
                           sys.dbms_crypto.hash_md5 ));
    exception
        when NO_DATA_FOUND then return false;
    end;
    and
    my_authentication

  • Can Cisco IME software run on desktop without admin privileges?

    I do workstation support and our network administrators do not have admin on their Windows 7 workstations, is there a way to install the CISC IPS Manager Express and have it run without needing admin permissions on the desktop? I thought I had it working (with shims and Microsoft Application Compatibility Toolkit) then it said it needed the admin permissions for making the SQL connection.
    Please let mw know why this application requires admin and if there is a work around.
    Thank you!
    Fred

    I'm afraid I have no personal experience with what you're attempting to do...  
    All I can remember is that Full Admin rights were supposed to be granted to the user account during the entire installation of Palm Desktop, and a successful HotSync performed.  Whether the check-out routine is doing this is beyond me.
    Once the above is complete, the rights can be revoked back to "User".
    You might want to search over at Brighthand.com for some information on this subject.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Deploying an AIR application on a network without admin privileges

    Hi everyone,
    I am developing an application to be distributed within my workplace. The target systems have AIR installed, but do not have administrative privileges. Reading the AIR admin guide it appears that an administrator can allow the installation of applications with specific certificates. Before I go back to our adminirators I would like to better understand what the administrator would have to do to allow a specific certificate.
    I am hoping that it is as simple as our administrator checking a box trusted certificates and then adding the name of my self-signed certificate.
    Any help would be appreciated

    From my understanding, the problem with administrative permissions isn't the certificate, but instead write access to the required OS directories.  This capability has been a frequent request (make sure to vote!) and one we hope to address in a future release.
    If you have enterprise deployment tools available, this might end up being an effective workaround.
    Chris

  • AnyConnect without admin privileges

    Does anyone know of a way to install/deploy the AnyConnect client in an environment that natively does not allow users to have Administrator level privileges over their PC's?
    Any help is appreciated....

    Hi RS.
    It applies to the the first time install...either from web deploy or msi:
    https://supportforums.cisco.com/docs/DOC-1361#Q_What_level_of_rights_is_required_for_the_AnyConnect_client
    Thanks,
    Rob

  • ITunes without Admin privileges?

    I have a laptop computer provided by my work. I want to use the laptop to transfer songs to an iPod that I intend to permanently mount in my car (behind the dash integrated into the sound system and controlled by the head unit). The problem is that I do not (and will not) have Administrator privileges on the laptop.
    I do not need to install iTunes for multiple users of the computer, nor do I want to. Is there any way to use iTunes as a single, non-admin user on Windows XP Pro?
    Thanks in advance.
    -John

    john7690 wrote:
    I have a laptop computer provided by my work. I want to use the laptop to transfer songs to an iPod that I intend to permanently mount in my car (behind the dash integrated into the sound system and controlled by the head unit). The problem is that I do not (and will not) have Administrator privileges on the laptop.
    I do not need to install iTunes for multiple users of the computer, nor do I want to. Is there any way to use iTunes as a single, non-admin user on Windows XP Pro?
    Thanks in advance.
    -John
    No I don't believe there is a way.

  • Error with Silent installation

    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.

    Hi,
    Seems to be okay at a quick glance, but would like to know if you have logged in
    as Administrator and installed. This seems to be like the directory server doesn't
    starts up. Have you checked if other type of installation, typical/custom to see if
    they make this working ?
    Regards
    Raj
    Fernando Lafora wrote:
    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.
    g_install_type 2
    NAS_backup_dir /train/iplanet/ias6/ias/backup
    POST_configure_LDAP Y
    FLAG_webconn 1
    FLAG_webless 1
    FLAG_nasa 1
    FLAG_deploy 1
    FLAG_newdeploy 1
    FLAG_nas 0
    LDAP_ServerRoot /train/iplanet/ias6
    LDAP_Hostname dali9.sunformacion.com
    LDAP_ServerIdentifier dali9.sunformacion.com
    LDAP_ServerPort 389
    LDAP_RootDN cn=Directory Manager
    LDAP_RootDNPwd dirmanager
    LDAP_AdminDomain sunformacion.com
    AdminServer_Port 5000
    LDAP_UserDirectoryAdminID admin
    LDAP_UserDirectoryAdminPwd admin
    LDAP_UserDirectoryLdapURL ldap://dali9.sunformacion.com:389/o=sunformacion.com
    LDAP_UseExistingUG N
    Flag_UpgradeFromSP1 N
    NAS_home /train/iplanet/ias6/ias
    NAS_userinputlog /train/iplanet/ias6/ias/userinput.log
    choice 1
    NAS_choice 1
    NAS_webserver 1
    NAS_CopyHTML 1
    NAS_extract_Orbix 1
    BASEDIR /train/iplanet/ias6/ias
    LocalHostName dali9.sunformacion.com
    LocalIPAddress 192.168.217.9
    FLAG_upgrade 0
    LDAP_nasconfig iasconfig
    POST_update_KIVAwebcgi_and_KIVAwebdocs Y
    KIVAwebdocs /train/iplanet/iws6/docs
    KIVAKey 2874059511-1648566893
    NSRootDir /train/iplanet/iws6/https-dali9.sunformacion.com
    CLUSTERNAME dali9.sunformacion.com
    POST_chmod_660_reg_dat N
    POST_chmod_777_gxlib_etc Y
    POST_configure_webserver Y
    d_str
    i_str
    CURPWD
    res
    nsinst /train/iplanet/iws6/https-dali9.sunformacion.com
    webserver_version 6.0 B05
    USER root
    WEBUSER iasuser
    WEBUSERGRP 101
    CURRENTUSERGRP 1
    MODE 777
    AdminPort 10817
    KIVAadmport 10817
    GXPort 10818
    KIVAkxsport 10818
    CGIPort 10819
    KIVAcgiport 10819
    KIVAjs 1
    KIVAkjsport_1 10820
    KIVAcs 1
    KIVAkcsport_1 10821
    NASA_ADMIN_USER admin
    PASSWORD admin
    IS3PJDBC 0
    ORACLEDIR
    ORCLVER
    ORCLSID
    ORCLLibrary
    SYBSDIR
    DSQUERY
    SYBSLibrary
    SYBSLibraryPath
    IFMXDIR
    IFMXSVR
    IFMXLibrary
    DB2DIR
    DB2INST
    DB2Library
    PRIOR 99
    PREFER_DB
    ORCLPriority 25
    SYBSPriority 20
    IFMXPriority 15
    DB2Priority 10
    TXN_DirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR
    TXN_MirrorDirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR_MIRROR
    TXN_IsEnabled 1
    TXN_InstallDefaults 0
    RES_Number 0
    TXN_DirectoryRoot_logVol_1 /train/iplanet/ias6/ias/CCS0/TXNMGR/ENG1/logVol
    TXN_IsRaw_1 0
    TXN_Offset_1 -1
    TXN_Size_1 1000
    RES_InstallResourceManager 0
    i18nFlag N
    currentUser root
    currentGroup other
    SuiteSpotUserID iasuser
    SuitespotGroup iasgroup
    chownNASfiles 1
    [General]
    FullMachineName= dali9.sunformacion.com
    SuiteSpotUserID= iasuser
    SuitespotGroup= iasgroup
    ServerRoot= /train/iplanet/ias6
    AdminDomain= sunformacion.com
    ConfigDirectoryAdminID= admin
    ConfigDirectoryAdminPwd= admin
    ConfigDirectoryLdapURL= ldap://dali9.sunformacion.com:389/
    UserDirectoryAdminID= admin
    UserDirectoryAdminPwd= admin
    UserDirectoryLdapURL= ldap://dali9.sunformacion.com:389/o=sunformacion.com
    Components= svrcore,base,slapd,admin,nas,nascore
    [slapd]
    SlapdConfigForMC= Yes
    SecurityOn= No
    UseExistingMC= No
    UseExistingUG= No
    ServerPort= 389
    ServerIdentifier= dali9.sunformacion.com
    Suffix= o=sunformacion.com
    RootDN= cn=Directory Manager
    UseReplication= No
    SetupSupplier= No
    SetupConsumer= No
    AddSampleEntries= No
    InstallLdifFile= suggest
    AddOrgEntries= Yes
    DisableSchemaChecking= No
    RootDNPwd= dirmanager
    Components= slapd,slapd-client
    [admin]
    SysUser= root
    Port= 5000
    ServerIpAddress= 192.168.217.9
    ServerAdminID= admin
    ServerAdminPwd= admin
    Components= admin,admin-client
    [msg]
    [base]
    Components= base,base-client,base-jre
    [nas]
    Components= WEBCONNECTOR,WEBLESS,iAS-AT,iAS-DT,pointbase,iAS_BASE

  • Adobe CS4 Silent installation/Uninstallation

    Hi, <br /><br />We are trying to install/uninstall Adobe CS4 silently. We are using below URL as a reference. <br /><br />http://www.adobe.com/aboutadobe/openoptions/pdfs/manualenterprisedeployment_cs4_help.pd f <br /><br />Our problem lies in that, we have trial version of Adobe CS4 and whenever we try to install CS4 by '<Path to setup> --mode=silent --DeploymentFile=<payh to install.xml>' command line, installation terminates with the error <br /><br />'Exception: Property "serialNumber" is not valid: number is not present or well-formed'. <br />  <br />Kindly let us know <br /><br />1 Silent installation/uninstallation of Adobe CS4 WITHOUT serial key is possible or not? <br /><br />2 Any alternative methods to achieve the same. <br /><br />Thanks in advance <br /><br />Vishwanath K

    You will need to set your language code to the version on your CD - en-US or en-International etc.

  • I can not login to Adobe Application Manager without admin privilage. WHY?

    I can not login to Adobe Application Manager without admin privilege. WHY? I must run app as administrator, only this way i can login using Adobe ID.

    if you are receiving an error that you do not have sufficient permissions to install the software then please try installing under a newly created local Administrator account.
    A normal administrator account should not run into these difficulties so it would appear the file permissions under your current account have been damaged.
    Alternately you can review your installation logs to more accurately identify where the file permission errors are occurring.  Please see Troubleshoot with install logs | CS5, CS5.5, CS6 -http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to locate and interpret your installation log files.
    Hope this helps you.
    Regards
    Rajshree
    Re: Creative Cloud needs Admin privileges to install 
    Re: Creative Cloud needs Admin privileges to install 

  • AIR runtime and AIR applications built using Captive Runtime still need Admin Privilege to Install

    I am working on a small project to install AIR application(native .exe & .dmg) with AIR runtime without needing the Administrator privilege so I used Captive runtime but the installation is still asking for admin privilege
    I bundled AIR application with AIR runtime using Captive runtime from flash builder 4.6, then I packaged this into a .MSI using Advanced Installer. Now when I install it for a user without admin privilege it prompts me for Admin credentials.
    Can you please tell me if
    1. I need AIR distribution license to install AIR runtime without Admin privilege
    2. Do I need a different installer
    3. Am I missing any step here
    Thank you

    If you're installing to a location where Windows requires elevated privileges, like Program Files, you'll need to have admin privileges to continue.  Are you using an AIR based native installer or have you taken the application with the captive runtime and rolled this up in your own installer?
    Here's a section from the Installation and deployment options in Adobe AIR 3 article that might help:
    Installation privileges
    When designing an installer, one has the option to choose from approaches that may or may not require administrative privilege. For example, a drag-and-drop install on Mac OS X requires no special privilege; users can always copy the application into their own application folders, for which they have the necessary permissions. On the other hand, if registry keys must be written to the machine-specific portion of the registry on Windows, installation of that application will require administrative privilege to do so.
    The two installer formats directly supported by AIR, AIR files and native installers, have always required administrative privilege. This was a design decision made in part to simplify the implementation of the AIR installers: If administrative privilege is assumed to be available, implementation is possible if the registry can be written to, and so on. It was also selected because, in many enterprises, this is the desired behavior: administrators can use the privilege requirement to gate software installation.
    All the same, there are scenarios where supporting installation without requiring administrative privileges is desirable, or even necessary. This can now be achieved using custom installers; you simply need to author an installer that operates correctly with only standard user privilege. In practice this can be easy to achieve; a simple install-by-copy to a writable location (that is, in the user's own folder) will suffice. Should you author a more complex installer, you should keep in mind that the addition of certain operations during the install process will in turn reintroduce the requirement for administrative privileges.

Maybe you are looking for

  • ITunes 32 bit on 64 bit Windows 7?

    Why is it that I cannot install iTunes 32bit on a 64 bit Windows 7 system? I've never had a 32bit program reject my attempt to install it on a 64 bit system before; what's different?

  • How can I transfer photos in an iphoto album to a usb in the order they are in the album?

    I just got a digital photo frame and want to transfer pictures from an iPhoto album in the order they are in the album. When I try and move them to a usb or card they are rearranged according to the number of the photo. How can I transfer them in the

  • Stereo problem using m audio fast track

    I have an m audio fast track that I use in garage band all the time. I'm having trouble right now because by default it sets each input to left the left or right in the mix. In garage band I can set this to mono and then I have control over panning a

  • Manipulating datawarehouse with java

    Hi please its urgent, i need to connect and manipulate a datawarehouse(warehousebuilder) through a java class but i cant find a good samples for this object so if anyone can help me please contact me [email protected] thanks a lot

  • Excel generation performance problem

    Hi, I use the Proxy Excel Spreadsheet interface to generate the Excel file on the custom container. Unfortunately I have different rows with different formatting, and it is like hundreds of rows. I use methos spreadsheet->cell_format to format whole