Silent Install using ResponseFile for Windows XP

Hi,
Does anyone know or have any custom responseFile that works? I have tried many times to do a custom install using the clientcustom.rsp from the CD and also from record mode but not all components seems to install correctly eventhough the log said it installed successfully. Especially the Oracle Universal Installer component.
please help
thanks

Here is a copy of a customclient.rsp file that I used to successfully install/uninstall Oracle 9i Client. Please note that the problem I have is determining when the silent install finishes. The install gets launched as a background task.
## Oracle9i Client Custom Install Response File Template ##
## Copyright(c) Oracle Corporation 1998,2000. All rights reserved.##
## Specify values for the variables listed below to customize ##
## your installation. ##
## Each variable is associated with a comment. The comment ##
## identifies the variable type. ##
## Please specify the values in the following format: ##
## Type Example ##
## String "Sample Value" ##
## Boolean True or False ##
## Number 1000 ##
## StringList {"String value 1","String Value 2"} ##
## The values that are given as <Value Required> need to be ##
## specified for a silent installation to be successful. ##
## This response file is generated by Oracle Software ##
## Packager. ##
[General]
RESPONSEFILE_VERSION=1.7.0
[SESSION]
# Name : ORACLE_HOME
# Datatype : String
# Description : Full path of directory to use for installing Oracle
# products - the "Oracle Home"
# Valid values : Directory path (existent or non-existent)
# Example value : "d:\oracle\products\9.0.1"
# Default value : none
# Mandatory : Yes
ORACLE_HOME="C:\oracle\ora92"
# Name : ORACLE_HOME_NAME
# Datatype : String
# Description : Name used to uniquely identify the Oracle Home on this
# system.
# Valid values : String that is unique on this system
# Example value : "OHOME1"
# Default value : none
# Mandatory : Yes
ORACLE_HOME_NAME="OraHome92"
# Name : TOPLEVEL_COMPONENT
# Datatype : StringList
# Description : Top-level product and version to install
# The format is of the form {"<Internal name>", "<version>"}
# Note : DO NOT CHANGE THE DEFAULT VALUE.
# To install different top-level products, use one of the
# other response file templates
# Mandatory : Yes
TOPLEVEL_COMPONENT={"oracle.client","9.2.0.1.0"}
# Name : DEINSTALL_LIST
# Datatype : StringList
# Description : List of components to be deinstalled during a
# : deinstall session
# Valid values : <"oracle.server","9.2.0.1.0">
# Default value : none
# Mandatory : No
DEINSTALL_LIST={"oracle.client","9.2.0.1.0"}
# Name : SHOW_SPLASH_SCREEN
# Datatype : Boolean
# Description : Set to true to show the initial splash screen of the
# installer
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_SPLASH_SCREEN=true
# Name : SHOW_WELCOME_PAGE
# Datatype : Boolean
# Description : Set to true to show the Welcome page of the installer
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_WELCOME_PAGE=false
# Name : SHOW_COMPONENT_LOCATIONS_PAGE
# Datatype : Boolean
# Description : Set to true to show the component locations page in
# the installer. This page only appears if there are
# products whose install directories can be changed.
# If you set this to false you will prevent the user
# from specifying alternate install directories.
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_COMPONENT_LOCATIONS_PAGE=false
# Name : SHOW_CUSTOM_TREE_PAGE
# Datatype : Boolean
# Description : Set to true to display the available products
# selection tree during a Custom install
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_CUSTOM_TREE_PAGE=false
# Name : SHOW_SUMMARY_PAGE
# Datatype : Boolean
# Description : Set to true to display the Summary page in the
# installer
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_SUMMARY_PAGE=false
# Name : SHOW_INSTALL_PROGRESS_PAGE
# Datatype : Boolean
# Description : Set to true to show the install progress screen.
# This screen shows detailed status of the
# installation, which file is being copied, which link
# action is being performed, etc. It also shows
# percentage complete.
# Valid values : true, false
# Default value : true
# Mandatory : Yes
SHOW_INSTALL_PROGRESS_PAGE=true
# Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
# Datatype : Boolean
# Description : Set to true to display the status screen for
# required configuration tools. This screen shows the
# status of each tool along with detailed information
# in the event of tool failure.
# Valid values : true, false
# Default value : true
# Mandatory : Yes
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
# Name : SHOW_OPTIONAL_CONFIG_TOOL_PAGE
# Datatype : Boolean
# Description : Set to true to display the optional configuration
# tool page which allows you to launch optional
# configuration tools and view details status,
# including details on any failures.
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
# Name : SHOW_RELEASE_NOTES
# Datatype : Boolean
# Description : Set to true to show the release notes screen from
# which Release Notes can be viewed. NOTE, 9.0.1 does
# not use any release notes so this will not be
# relevant for an 9.0.1 install.
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_RELEASE_NOTES=false
# Name : SHOW_END_SESSION_PAGE
# Datatype : Boolean
# Description : Set to true to display end session dialog. This
# page shows whether the installation is successful.
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_END_SESSION_PAGE=true
# Name : SHOW_EXIT_CONFIRMATION
# Datatype : Boolean
# Description : Set to true to display dialog for confirming exit.
# If set to false, installer will exit without
# prompting.
# Valid values : true, false
# Default value : false
# Mandatory : No
SHOW_EXIT_CONFIRMATION=true
# Name : NEXT_SESSION
# Datatype : Boolean
# Description : Set to true to allow users to go back to the File
# Locations page for another installation. If this is
# set to true, NEXT_SESSION_RESPONSE should be used to
# indicate location of the second reponse file.
# Valid values : true, false
# Default value : false
# Mandatory : No
NEXT_SESSION=false
# Name : NEXT_SESSION_ON_FAIL
# Datatype : Boolean
# Description : Set to true to allow users to go back to the File
# Locations page for another installation even if the
# first installation failed. This flag is only
# relevant if NEXT_SESSION is set to true.
# Valid values : true, false
# Default value : false
# Mandatory : No
NEXT_SESSION_ON_FAIL=false
# Name : SHOW_DEINSTALL_CONFIRMATION
# Datatype : Boolean
# Description : Set to true if deinstall confirmation is needed
# : during a deinstall session.
# Valid values : true, false
# Default value : true
# Mandatory : No
SHOW_DEINSTALL_CONFIRMATION=true
# Name : SHOW_DEINSTALL_PROGRESS
# Datatype : Boolean
# Description : Set to true if deinstall progress is needed during
# : a deinstall session.
# Valid values : true, false
# Default value : true
# Mandatory : No
SHOW_DEINSTALL_PROGRESS=true
# Name : LOCATION_FOR_DISK<disk number>
# Datatype : String
# Description : Set to the full path of the root of the subsequent CDs in
# the Oracle9i set. This may be a mounted CD-ROM location or
# a location on the hard drive if you have copied the
# CD images to the hard disk.
# Valid values : full path to the root of the CD corresponding to the disk
# number indicated.
# Default value : None
# Mandatory : Yes
LOCATION_FOR_DISK2="P:\Imaging\Oracl9i Client"
LOCATION_FOR_DISK3="P:\Imaging\Oracl9i Client"
# End of GENERAL SESSION section
# Oracle9i Client
[oracle.client_9.2.0.1.0]
# Name : COMPONENT_LANGUAGES
# Datatype : StringList
COMPONENT_LANGUAGES={"en"}
# Name : INSTALL_TYPE
# Datatype : String
# Description : Type of installation for the Oracle9i Client
# Note : DO NOT CHANGE THE DEFAULT VALUE.
# To install using a different install type, use one of the
# other response file templates
# Mandatory : Yes
# Example : INSTALL_TYPE = "Custom"
INSTALL_TYPE="Custom"
# Name : DEPENDENCY_LIST (oracle.client)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.emcltprod, 9.2.0.1.0 : Oracle Enterprise Manager Products 9.2.0.1.0
# oracle.networking.netcltprod, 9.2.0.1.0 : Oracle Network Utilities 9.2.0.1.0
# oracle.utilities.util, 9.2.0.1.0 : Oracle Database Utilities 9.2.0.1.0
# oracle.java, 9.2.0.1.0 : Oracle Java Utilities 9.2.0.1.0
# oracle.rdbms.sqlplus, 9.2.0.1.0 : SQL*Plus 9.2.0.1.0
# oracle.apache.isqlplus.ise, 9.2.0.1.0 : iSQL*Plus Extension for Windows 9.2.0.1.0
# oracle.java.jdbc, 9.2.0.1.0 : Oracle JDBC/OCI Interfaces 9.2.0.1.0
# oracle.java.jdbc.thin, 9.2.0.1.0 : Oracle JDBC/THIN Interfaces 9.2.0.1.0
# oracle.oid.client, 9.2.0.1.0 : Oracle Internet Directory Client 9.2.0.1.0
# oracle.winprod, 9.2.0.1.0 : Oracle Windows Interfaces 9.2.0.1.0
# oracle.rdbms.ocitop, 9.2.0.1.0 : Oracle Call Interfaces 9.2.0.1.0
# oracle.p2k, 9.2.0.1.0 : Oracle Programmer 9.2.0.1.0
# oracle.p2k.xmldevkit, 9.2.0.1.0 : Oracle XML Developer's Kit 9.2.0.1.0
# oracle.doc.windoc, 9.2.0.1.0 : Oracle9i Windows Documentation 9.2.0.1.0
# oracle.swd.oui, 2.0.0.8.0 : Oracle Universal Installer 2.2.0.8.0
# oracle.options.ano, 9.2.0.1.0 : Oracle Advanced Security 9.2.0.1.0
# oracle.java.sqlj.sqljruntime, 9.2.0.1.0 : SQLJ Runtime 9.2.0.1.0
# oracle.options.intermedia.imclient, 9.2.0.1.0 : Oracle interMedia Client Option 9.2.0.1.0
# oracle.options.olap.api, 9.2.0.1.0 : Oracle OLAP API 9.2.0.1.0
#Example : DEPENDENCY_LIST = {"oracle.emcltprod","9.2.0.1.0"}
DEPENDENCY_LIST={"oracle.networking.netcltprod","9.2.0.1.0","oracle.winprod","9.2.0.1.0","oracle.rdbms.ocitop","9.2.0.1.0","oracle.options.olap.api","9.2.0.1.0"}
# Oracle Enterprise Manager Products
[oracle.emcltprod_9.2.0.1.0]
# Name : DEPENDENCY_LIST (oracle.emcltprod)
# Datatype : StringList
# Description : List of optional products to be installed along with
# this one. The following choices are available. The
# value can contain any combination of these choices.
# Note : The products listed are optional dependencies. Any
# required dependencies will automatically be installed.
# Valid values :
# oracle.sysman.client, 9.2.0.1.0 : Oracle Enterprise Manager Client 9.2.0.1.0
# oracle.sysman.pack.change, 9.2.0.1.0 : Oracle Change Management Pack 9.2.0.1.0
# oracle.sysman.pack.diag, 9.2.0.1.0 : Oracle Diagnostics Pack 9.2.0.1.0
# oracle.sysman.pack.tuning, 9.2.0.1.0 : Oracle Tuning Pack 9.2.0.1.0
# oracle.sysman.pack.apps, 9.2.0.1.0 : Oracle Management Pack for Oracle Applications 9.2.0.1.0
# oracle.sysman.pack.std, 9.2.0.1.0 : Management Pack for Oracle Standard Edition 9.2.0.1.0
DEPENDENCY_LIST={ "oracle.sysman.client","9.2.0.1.0","oracle.sysman.pack.change","9.2.0.1.0","oracle.sysman.pack.diag","9.2.0.1.0","oracle.sysman.pack.tuning","9.2.0.1.0","oracle.sysman.pack.apps","9.2.0.1.0"}

Similar Messages

  • Problem with silent install of 11gR1 on Windows 2008

    I'm doing a silent install of 11gR1 on Windows Server 2008. It works fine on Windows Server 2003. I have SECURITY_UPDATES_VIA_METALINK set to false, yet it seems to be forcing it to true and then it fails the install because I have an invalid metalink username/password. In the install log I get this, as expected:
    INFO: Setting variable 'SECURITY_UPDATES_VIA_METALINK' to 'false'. Received the value from response file.
    but then I get this later on:
    INFO: Setting the value of SECURITY_UPDATES_VIA_METALINK to true
    INFO: Setting variable 'SECURITY_UPDATES_VIA_METALINK' to 'true'. Received the value from a code block.
    SEVERE: Invalid MetaLink credentials. Specify the correct e-mail address and password that you use to log in to MetaLink.
    INFO: User Selected: Yes/OK
    Invalid MetaLink credentials. Specify the correct e-mail address and password that you use to log in to MetaLink.
    Why is it forcing this to true? As I said, this same exact response file works fine with Server 2003. Any suggestions?
    Oh, also, I've tried forcing the value to false on the command line and by not specifiying a value (because the default is supposedly false).
    Thanks in advance

    Here is the command line I used on the last attempt:
    setup -silent "ACCEPT_LICENSE_AGREEMENT=true" -responseFile C:\database\standard11.rsp -waitforcompletion -nowait
    And here is the response file (I had to delete a lot of the comments to get it to fit within the 30000 character limit for this message):
    RESPONSEFILE_VERSION=2.2.1.0.0
    FROM_LOCATION="../stage/products.xml"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    ORACLE_BASE="C:\oracle\"
    ORACLE_HOME="C:\oracle\product\11.1.0\db_1\"
    ORACLE_HOME_NAME="OraDb11g_home1"
    TOPLEVEL_COMPONENT={"oracle.server","11.1.0.7.0"}
    DEINSTALL_LIST={"oracle.server","11.1.0.7.0"}
    SHOW_SPLASH_SCREEN=false
    SHOW_WELCOME_PAGE=false
    SHOW_NODE_SELECTION_PAGE=false
    SHOW_SUMMARY_PAGE=false
    SHOW_INSTALL_PROGRESS_PAGE=false
    SHOW_CONFIG_TOOL_PAGE=false
    SHOW_XML_PREREQ_PAGE=false
    SHOW_ROOTSH_CONFIRMATION=false
    SHOW_END_SESSION_PAGE=false
    SHOW_EXIT_CONFIRMATION=false
    NEXT_SESSION=false
    NEXT_SESSION_ON_FAIL=false
    SHOW_DEINSTALL_CONFIRMATION=false
    SHOW_DEINSTALL_PROGRESS=false
    RESTART_SYSTEM=false
    RESTART_REMOTE_SYSTEM=<Value Unspecified>
    REMOVE_HOMES=<Value Unspecified>
    ORACLE_HOSTNAME=<Value Unspecified>
    SHOW_END_OF_INSTALL_MSGS=false
    CLUSTER_NODES=<Value Unspecified>
    COMPONENT_LANGUAGES={"en"}
    INSTALL_TYPE="SE"
    n_configurationOption=1
    s_ASMSYSPassword=""
    s_ASMSYSPasswordAgain=""
    n_dbType=1
    oracle.assistants.server:s_responseFileName=<Value Unspecified>
    s_globalDBName="WLMDB"
    s_dbSid="WLMDB"
    n_selectedMemoryForOracle=256
    n_memoryOption=1
    s_dbRetChar="US7ASCII"
    b_disableSecureConfig=false
    b_loadExampleSchemas=false
    b_useDBControl=true
    b_receiveEmailNotification=false
    s_dlgEMSMTPServer=<Value Unspecified>
    s_dlgEMEmailAddress=<Value Unspecified>
    s_dlgEMCentralAgentSelected=<Value Unspecified>
    n_dbStorageType=1
    s_mountPoint="C:\oracle\product\11.1.0\oradata"
    b_enableAutoBackup=false
    b_useFileSystemForRecovery=true
    s_dlgRBORecoveryLocation=<Value Unspecified>
    s_dlgRBOUsername=<Value Unspecified>
    s_dlgRBOPassword=<Value Unspecified>
    s_dlgASMCfgDiskGroupName="DATA"
    s_dlgASMCfgDiskDiscoveryString=<Value Unspecified>
    n_dlgASMCfgRedundancySelected=<Value Unspecified>
    sl_dlgASMCfgSelectableDisks=<Value Unspecified>
    sl_dlgASMCfgDiskSelections=<Value Unspecified>
    sl_dlgASMDskGrpSelectedGroup={" "," "," "," "}
    b_centrallyManageASMInstance=true
    b_useSamePassword=true
    s_superAdminSamePasswd="*******"
    s_superAdminSamePasswdAgain="*******"
    sl_superAdminPasswds=<Value Unspecified>
    sl_superAdminPasswdsAgain=<Value Unspecified>
    METALINK_USERNAME="[email protected]"
    METALINK_PASSWORD="aBc124xx"
    SECURITY_UPDATES_VIA_METALINK=false
    DECLINE_SECURITY_UPDATES=true
    COLLECTOR_UPGRADE=<Value Unspecified>
    COLLECTOR_IGNORE_CONFIGURATION=<Value Unspecified>
    COLLECTOR_IGNORE_FAILURES=<Value Unspecified>
    COLLECTOR_USE_OBFUSCATED_PASSWORDS=<Value Unspecified>
    COLLECTOR_RESPONSE_FILE=<Value Unspecified>
    PROXY_HOST=<Value Unspecified>
    PROXY_PORT=<Value Unspecified>
    PROXY_USER=<Value Unspecified>
    PROXY_PWD=<Value Unspecified>
    n_performUpgrade=0
    n_upgradeDB=0
    s_dbOHSelectedForUpgrade=""
    s_dbSIDSelectedForUpgrade=""
    n_upgradeASM=0
    s_dbSelectedUsesASM="no"
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    sl_upgradableSIDBInstances={}
    sl_upgradableRACDBInstances={}
    #Name : n_dbSelection
    #Datatype : Number
    #Description: row selected in the spread table of upgradable DB instances
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    n_dbSelection=0
    #Name : b_stateOfUpgradeASMCheckbox
    #Datatype : Boolean
    #Description: stores the state of checkbox in UI
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    b_stateOfUpgradeASMCheckbox=false
    #Name : b_stateOfUpgradeDBCheckbox
    #Datatype : Boolean
    #Description: stores the state of checkbox in UI
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    b_stateOfUpgradeDBCheckbox=false
    #Name : b_oneClick
    #Datatype : Boolean
    #Description: Governs one-click behavior
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    b_oneClick=false
    #Name : s_dlgASMCfgRedundancyValue
    #Datatype : String
    #Description: Redundancy Value
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    s_dlgASMCfgRedundancyValue=""
    #Name : s_dlgASMCfgExistingFreeSpace
    #Datatype : String
    #Description: Existing Free Space
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    s_dlgASMCfgExistingFreeSpace="0"
    #Name : s_dlgASMCfgNewDisksSize
    #Datatype : String
    #Description: New Disks Size
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    s_dlgASMCfgNewDisksSize=""
    #Name : s_dlgASMCfgAdditionalSpaceNeeded
    #Datatype : String
    #Description: Additional Space Needed for ASM configuration
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    s_dlgASMCfgAdditionalSpaceNeeded="0 MB"
    #Name : n_configTabSelected
    #Datatype : Number
    #Description: This determines the config tab selected in UI install.
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    n_configTabSelected=0
    #Name : n_dbCharSetOption
    #Datatype : Number
    #Description: This determines the character set option selected in UI install.
    #Component : oracle.server
    # DO NOT MODIFY THE VALUE OF THIS VARIABLE #
    n_dbCharSetOption=3

  • Error Code 8024200D while installing update KB3000850 for Windows 8.1

    Error Code 8024200D while installing update KB3000850 for Windows 8.1
    I have been prompted for the last 10 days to install the important update KB3000850 in my laptop, but the installation fails every time.
    Two days ago, on March the 12<sup>th</sup>, I installed 31 updates without any problem. What is wrong with this particular update?
    You will find below my dialogue with Microsoft Support Engineer, Mr Niranjan Manjhi, who referred me to you:
    Hi Michelle,
    Thank you for posting your query in Microsoft Community.
    I understand that you are unable to install the a specific update KB3000850. I will be happy to assist you with your query. Let me ask you;
    Is your computer connected to domain?
    Which security software is installed in the      computer?
    Do you remember making any specific change in the      computer prior to the issue?
    This November update rollup also includes all previous updates since the previous image update in April 2014 and this includes performance and reliability
    improvements.
    Cause:
    This issue occurs because a process keeps a file in the component store open. Therefore, the file cannot be deleted or overwritten. Let's try the methods below and
    check the status.
    Method 1: Depending on the architecture of your
    Windows 8.1 operating system, I would suggest you to install the following package first and then try installing the KB3000850.
    All supported x86-based versions of Windows 8.1: [link] Download the package now.
    All supported x64-based versions of Windows 8.1:
    [link] Download the package now. 
    Restart is required.
    Method 2:
    If the issue still persists, run the Windows Update Troubleshooter and check the status.
    Click to run
    [link] Windows Update Troubleshooter
    Also refer to:
    [link] Troubleshoot problems with installing updates
    Hope this information is helpful. Please feel free to reply in case you face any other issues with Windows in future.
    Regards,
    Niranjan Manjhi
    Dear Niranjan,
    Thank you for your answer.
    To answer your questions:
    1) Yes, my laptop is connected to the domain,
    2) My security software is McAfee Total Protection, the same I use for my PC running Windows 7 XP,
    3) I did not make any specific change to the laptop. It is true though that I run regularly McAfee´s QuickClean.
    In your answer, you suggested 2 methods for resolving the problem.
    I chose to apply first the second one, i.e. I ran once again the Windows Update Troubleshooter, which revealed again the following status:
    Potential Windows Update Database error detected Ox800F08F: Not fixed
    Windows Update components must be repaired: Fixed
    And a last information: Yesterday, McAfee´s Vulnerability Scanner was automatically activated, showing as "critical" the update in question ("important" according to Windows)!
    As for applying the first method you suggested, I will need the services of a professional, someone more IT literate than myself.
    Michelle
    Hi Michelle,
    Thank you for keeping us updated on the issue.
    Since the computer is connected to domain, I would request you to post your query in the TechNet forums as your question is beyond the scope of what
    is typically answered in this consumer forum and would be better suited for the IT Pro audience on TechNet.
    Please post your question in the link TechNet Forums.
    Regards,
    Niranjan Manjhi

    Hi there @Achintya-only
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel.
    I see that you are getting an error code, when you try to install Windows 8.1 from USB or DVD. I am happy to assist.
    Just to clarify, you are using a standalone Windows installation disk, you are not using a factory recovery image. Is that correct?
    Have you run the hardware diagnostics on your notebook? HP Notebook PCs - Testing for Hardware Failures (Windows 8)
    What operating system was on the system before, and have you made a set of recovery media, for your original factory installation?
    Please let me know what you find.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • How can i install flash player for window 8.1(64 bit) on my laptop

    how can i install flash player for window 8.1(64 bit) on my laptop?

    For Internet Explorer, you don't. Microsoft has already done it.
    For Firefox, Opera or Safari, use the Flash Player Plug-in (All other browsers)
    For Chrome, you don't need to wither because Google puts it in the browser.

  • Need Help Installing Flash CS4 For Windows

    Hi, I have downloaded the two files to install Flash CS4 for Windows from here: http://helpx.adobe.com/uk/creative-suite/kb/cs4-product-downloads.html
    Unfortunately, there is no explanation whatsoever provided regarding how to use the two files, and how to install my product.
    I feel like I am missing something obvious here, but can someone please explain.
    Kind regards,
    Finn.

    Try uninstalling then run the Adobe Cleaner Tool
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Then double click the .exe file again.
    What do I do with the .7z file?
    Nothing. That's is an archive of files used by the .exe file during the installation process.

  • Installing administrative tools for Windows 10 Technical Preview for Enterprise

    At first I was upgrade my Windows 8.1 to Windows 10 Technical Preview for Enterprise every things done will then
    I try to install administrative tools for windows 10 technical preview for enterprise I found the .msu file from Microsoft website but when I tried to install it, it gives me the following error:
    Windows Update Standalone Installer
    installer encountered and error: 0x8024001d
    is there anyone to help me regarding above issue.
    Thanks
    Zelgay Kunari

    Hi zelgay,
    This is my result:
    From your error code, it seems this is relate to your windows update, please use following command to fix corrupted files:
    DISM.exe /Online /Cleanup-image /Restorehealth
    In the meantime, you can delete temporary update files in the SoftwareDistribution folder:
    Stop Windows Update service.
    Open File Explorer.
    Double-click the local hard disk where Windows is installed, typically drive C.
    Double-click the Windows folder, and then double-click the
    SoftwareDistribution folder.
    Double-click the DataStore folder to open it, and then delete all files and folders in the folder.
    Note If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    Click the Back button. In the SoftwareDistribution folder, double-click the
    Download folder to open it, and then delete all files in the folder.
    Restart Windows Update service.
    Alex Zhao
    TechNet Community Support

  • Printer shared from my Mac is not seen from a PC using Bonjour for Windows

    I am going nuts here, hope someone can help.
    I have a Canon multi-function printer (MP830) attached via USB to a Mac G4 (with Mac OS X Tiger). At one time, I had it set so a Windows 2000 PC could print to it but deinstalled it after some printing issues, and have been unable to get to working again. The machines are connected together via a Netgear router. As far as I know, everything is the same as it was before, yet I cannot get it to work as it did.
    - The printer works fine from the Mac.
    - If I connect the printer to the PC, it works fine.
    - On the PC, using Bonjour for Windows, I cannot see the printer attached to the Mac but I can see, and print to, an Epson printer that is attached to a different Mac.
    - And from the second Mac, I am able to see -- but not successfully print to -- the Canon printer. The print job stays in the queue of the second Mac and says "Unable to connect to SAMBA host, will retry... Error: Connection failed with error."
    - I have tried:
    -- de-installing and re-installing Bonjour for Windows and the Canon print drivers on the PC
    -- and have de-installed and re-installed the Canon drivers on the Mac
    -- I have removed and re-added the Canon printer on the Mac. Printer Sharing is on, and this printer is checked in the Sharing box.
    Any suggestions?
    G4 Quicksilver and Dell PC with Windows 2000   Mac OS X (10.4.9)   Canon MP830

    Thank you. Those are beautifully written procedures.
    Looks like it's a network issue. I reach the step, "Adding a printer using the wizard":
    You must enter the following URL, you must use the Queue Name you noted down earlier
    http://<IP address of Mac>:631/printers/Queue Name
    which I do, entering
    http://192.168.0.4:631/printers/MP830
    and I get the following error:
    "Could not connect to the printer. You either entered a printer name that was incorrect or the specified printer is no longer connected to the server."
    And then I am toast!
    Using the other procedure, I simply don't see the Mac's printers in the Bonjour Wizard's "Browse for Bonjour Printers" window.
    Not sure where to go from here -- any ideas?
    The Mac's IP (set via DHCP) is 192.168.0.4, subnet mask 255.255.255.0. The PC is 192.168.0.5, I can't find the subnet mask.
    Pretty sure it's a network config issue, especially isnce I can Bonjour to my other Mac.
    TIA...

  • I have installed LR 6 for windows (win7) and LR will not start but hangs up

    I have installed LR 6 for windows (win7) and LR will not start but hangs up. I have uninstalled the software and re-installed it, Tried to open it as Administrator and it still hangs up with the Adobe banner (the picture) being displayed. Nothing happens. When I click on anything I get the message that Lightroom is not responding. I have asked to have a new catalog created for Lightroom 6............Please help.
    Thank you. Leo

    hbereth,,
    It is Ideal to install Creative Cloud app , if you are using Adobe apps.
    Creative Cloud is nothing but an updated version of Adobe Application manager. Adobe Application Manager is required for different purposes like Activation, Update.process and installation processes.etc
    Adobe application manager must be up to date , that brings to Creative Cloud application which is the updated version .
    No need to Sign in and all , just keep it install, if you are not okay with installing Creative Cloud app. it's okay , you can still have Adobe Application Manager only.

  • Palm TX will sync but not transfer data after installing 64bit drivers for Windows 7

    Palm TX will sync but not transfer data after installing 64bit drivers for Windows 7 using the USB cable. Does anyone have any advise?
    Post relates to: HP TouchPad (WiFi)

    @MikeNTxs - 64bit USB drivers have been available since April of 2010, and they do work. I've synced successfully to my Vista64 bit laptop many times via USB.
    See the sticky thread at the top of this section titled "64bit Palm Desktop drivers are here!"
    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!

  • Silent install using the MSI and incorporating the activation

    Good Morning,
    I am trying to do a silent install of contribute for SCCM 2007 using the MSI and although the install works i can't figure out how to get the activation and registration silent as well.
    I have tried using admin stuido (SCCM version) and adding the registry keys but that is not working.
    Does anyone have any idea how this can be done?
    I appreciate any help you can give me.
    Thanks,
    NS2057

    In case you are deploying CS5, then I would suggest you to refer the Creative Suite Enterprise Deployment Guide -
    http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    The Deployment Guide would provide you with information on how to supress these behaviours.
    The above page also has a similar guide for CS4 deployment as well and also the links to download the Adobe Deployment Toolkits.
    Hope this helps .
    Regards,
    Sharad

  • HT1349 Trying to install latest iTunes for Windows 7 64-bit. Keep getting this error message "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."

    Initially iTunes would not run although it had been running quite well up until now. Suddenly received this error on PC start-up "The program can't start because MSVC80.dll is missing from your computer. Try reinstalling the program to fix this problem." Research on Net pointed me to iTunes as the issue. Tried to start iTunes and received that message again. Tried installing latest version of 64-bit iTunes and received the subject message part way through the install: Trying to install latest iTunes for Windows 7 64-bit. Keep getting this error message "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."
    iTunes has been running great on this PC for years. What's up?
    Ron

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Error while installing "Identity Synchronization for Windows"

    Hello All,
    I am in the middle of installing Identity Synchronization for Windows and I am running into a probelm.
    After I gave the ldap address of the Java Directory server, (which is installed in the same machine that I am installing ISW on), then I specified the "Configuration Root Suffix" , and then I gave the "cn=Directory Manager" credentials, It returns an error saying...
    The selected Directory Server is not a configuration
    directory server. You must select a directory server that
    has "o=netscaperoot". Please note that merely adding the
    +"o=netscaperoot" entry will not suffice.+
    I am running Solaris 10 (SPARC) on a T2000, and I downloaded the latest version of "Sun Java System Directory Server Enterprise Edition" (6.2 I think it is...is there a way to find out?) and I downloaded ISW (1.1 SP1) from Sun.com...
    Anyone else had this problem? Any solutions? Thanks.
    -C

    That was that !
    The proof:
    possum@laptop ~/Downloads/Sun/Directory Server $ tar tvzf DSEE.6.2.Solaris-Sparc-full.tar.gz | more
    drwxr-xr-x svbld/staff       0 2007-08-21 13:51 DSEE_Directory_Editor/
    -rw-r--r-- svbld/staff 3154227 2006-10-23 15:23 DSEE_Directory_Editor/DE_InstallConfigGuide.pdf
    -rw-r--r-- svbld/staff  113483 2006-10-23 15:23 DSEE_Directory_Editor/DE_ReleaseNotes.pdf
    -rw-r--r-- svbld/staff 9649312 2006-10-23 15:23 DSEE_Directory_Editor/de.class
    -rw-r--r-- svbld/staff     178 2006-10-23 15:23 DSEE_Directory_Editor/install.bat
    -rw-r--r-- svbld/staff     167 2006-10-23 15:23 DSEE_Directory_Editor/install.sh
    drwxr-xr-x svbld/staff       0 2007-08-21 13:53 DSEE_Identity_Synchronization_for_Windows/
    -rw-r--r-- svbld/staff     831 2007-08-21 13:53 DSEE_Identity_Synchronization_for_Windows/README.txt
    drwxr-xr-x svbld/staff       0 2006-11-07 01:32 DSEE_Identity_Synchronization_for_Windows/installer/
    drwxr-xr-x svbld/staff       0 2006-11-07 01:16 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/
    drwxr-xr-x svbld/staff       0 2006-11-07 01:17 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/
    drwxr-xr-x svbld/staff       0 2006-11-07 01:16 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/
    drwxr-xr-x svbld/staff       0 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/
    drwxr-xr-x svbld/staff       0 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/
    -rwxr-xr-x svbld/staff  186114 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_zh.properties
    -rwxr-xr-x svbld/staff  163040 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_es.properties
    -rwxr-xr-x svbld/staff  163040 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_es_ES.properties
    -rwxr-xr-x svbld/staff  184456 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_zh_TW.properties
    -rwxr-xr-x svbld/staff  233399 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_ko.properties
    -rwxr-xr-x svbld/staff  233399 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_ko_KR.properties
    -rwxr-xr-x svbld/staff  162199 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_de.properties
    -rwxr-xr-x svbld/staff  162199 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_de_DE.properties
    -rwxr-xr-x svbld/staff  172057 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_fr.properties
    -rwxr-xr-x svbld/staff  172057 2006-10-25 14:45 DSEE_Identity_Synchronization_for_Windows/installer/admserv_package/setup_data/l10n/locale/resources/ASSetupResources_fr_FR.propertiesSo, we need both packaging: native PKG and tar.gz ! Great !
    I think this thread can be marked as resolved now.

  • I can,t install iTunes 11 for Windows   application failes to start because MSVCR80.dell was not found Windows 7

    I cant install itunes 11 for Windows 7, application fails because MSVCR80.dill is missing from my computer

    Hopefully this article will assist you:
    ≈≈≈≈≈≈≈≈
    http://support.apple.com/kb/TS5376
    ≈≈≈≈≈≈≈≈
    Please do reply with results/questions.

  • HT3986 how do i install blutooth driver for windows 7 in macbook pro

    i m unable to install bluetooth drivers for windows 7 ultimate in macbook pro a1278.
    pls. send me link or guide me.

    Why isn't the files you put on USB that you downloaded from Boot Camp Assistant not working? That IS where you get drivers.
    You are talking to users not Apple.
    And everything is in BCA anyway or go to Boot Camp Support (apple support bootcamp web page).

  • Help downloading & using Illustrator for Windows Vista 32 bit laptop

    Hello everyone:
    I'm new to Adobe forums and would like to ask if anyone knows how to work around using Illustrator for Windows Vista 32 bit laptop. I tried twice, yet won't allow download due to "system requirements." I'm trying to start with a free trial. Thanks for the assist in advance!

    As Mike said, CS6 is the last version to support Vista.
    Download CS6 products
    Creative Suite 6
    Mylenium

Maybe you are looking for

  • HT1491 How do I put credit on my account without a gift card?

    It should be easy. I don't want a lot of small entries on my checking account from iTunes. I want to buy a gift card for MYSELF, redeem it and have my iTunes account debited as I make purchases. So I bought a gift card and sent it to myself. A half h

  • External Monitor with XP using closed lid on laptop

    Is there a way to turn the laptop screen off and use an external monitor when running Boot Camp and XP pro. I have bluetooth keyboard & usb mouse. Display is cloned but when you close the lid the screen stays on.Some forums indicates its OK for the s

  • Where can i open it on first download

    i cant open it !!!

  • Email in Java

    Okay. How do you make a simple mail program. I all I need is a little sample code that when run with the email address as command line parameter send the email the exits. No gui Any help would be hot...

  • Message during sync regarding ringtones

    I am getting the following message when I do sync-. "Apple ring tone was not copied to IPhone because it could not be found" The ring tone is still on ITunes and that ring tone rings with an incoming call- Is there something I am doing wrong during t