Installation issues from 10.2.8 to 10.4

I have an imac G4 15 inch flat panel 800mhz. Memory 768 mb. It has a dvd player, cd burner. OS 10.2.8
I'm trying to install Mac OS Tiger DVD. The icon for the disc would come on but when I click on it, it opens then after a few seconds of spinning wheel it closes. I tried clicking on the installer icon before it quits but no response. I've tried holding the C key while restarting and also changing the start up disc in the system preferences but this thing happens. A white screen appears that says open firmware and I'm supposed to type mac-boot or shut down. Either way, it won't start up from the install disc.
I already checked for firmware updates but there were none. I also did the disk repair utility.
I have the newer imac and tried the Tiger disc on it and the installer opens without issues. What's wrong? Thanks for your help.
Message was edited by: fosterm

Hi fosterm, and a warm welcome to the forums!
I suspect this is a Gray machine dpecifid Disc, not yje Blavk Retail Disc.
See Tom's, (Texas Mac Man), great info on where/how to find/get Tiger...
http://discussions.apple.com/thread.jspa?messageID=9755670&#9755670
Or Ali Brown's great info on where/how to find/get Tiger...
http://discussions.apple.com/thread.jspa?messageID=10381710#10381710

Similar Messages

  • Installation Issues from 2.0 to 2.2.1

    Hi All,
    Hoping someone can assist but unfortunately I am having difficulties installing the latest version of Apex 2.2.1 on Windows XP Professional platform.
    Firstly some files to perhaps assist at to what I could be doing wrong:
    1) Latest error log in my Apache/Apache/logs directory, i.e:
    process manager initialized
    [Mon Dec 18 23:01:51 2006] [error] [client 127.0.0.1] [ecid: 1166443311:10.1.1.5:60324:60460:13,0] File does not exist: d:/oradb/product/http_htmldb/apache/apache/htdocs/pls/htmldb
    [Mon Dec 18 23:02:00 2006] [error] [client 127.0.0.1] [ecid: 1166443318:10.1.1.5:60324:60460:14,0] mod_plsql: /pls/apex/apex HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n
    [Mon Dec 18 23:02:26 2006] [error] [client 127.0.0.1] [ecid: 1166443346:10.1.1.5:60324:60484:2,0] mod_plsql: /pls/apex/apex HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n
    [Mon Dec 18 23:05:30 2006] [notice] FastCGI: process manager initialized
    [Mon Dec 18 23:05:42 2006] [error] [client 127.0.0.1] [ecid: 1166443542:10.1.1.5:60284:59408:13,0] mod_plsql: /pls/apex/apex HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n
    [Mon Dec 18 23:05:46 2006] [error] [client 127.0.0.1] [ecid: 1166443546:10.1.1.5:60284:59408:14,0] mod_plsql: /pls/apex/apex HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n
    [Tue Dec 19 00:01:41 2006] [notice] FastCGI: process manager initialized
    [Tue Dec 19 00:02:54 2006] [error] [client 127.0.0.1] [ecid: 1166446971:10.1.1.5:74784:74964:14,0] mod_plsql: /pls/apex/apex HTTP-404 \napex: PROCEDURE DOESN'T EXIST\n
    Based on the first line, I don't seem to have the whole directory d:/oradb/product/http_htmldb/apache/apache/htdocs/pls/htmldb and unsure why it is still specifying /pls/htmldb?
    I don't have the /pls/htmldb part at all?
    2) My dads.conf file is as follows:
    dads.conf
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ "D:\oradb\product\http_htmldb\Apache\Apache\images/"
    <Location /pls/apex>
    SetHandler           pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword <holds_my_password>
    PlsqlDatabaseConnectString localhost:1521:devdb ServiceNameFormat
    PlsqlDefaultPage apex
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    3) I have copied over the new images directory and renamed the old image directory to images_2
    4) Firing up my Oracle HTTP Server by using http://localhost:7777/ all works fine but when I attach http://localhost:7777/pls/apex I receive a:
    HTTP 404 - File not found
    Internet Explorer
    Unsure if the fact that I now have two FLOWS schemas, i,e old one FLOWS_020000 as well as new schema FLOWS_020200 is causing an issue?
    Have tried to ensure that I followed the ncessary steps within the installation process but still unable to fire up Apex 2.2.1 on my PC.
    Are there any other conf files I need to update?
    If someone please could assist, that would be great as I would like to get it up and running.
    Thanks.
    Tony.

    Tony,
    Hi,
    On my previous version of Apex, i.e 2.0, I was using
    the dads.conf and didn't actually have a marvel.conf
    file at all, so basically just made the changes to
    this file.
    Based on what you have said, do I just need to rename
    my dads.conf file to marvel.conf?You would only do that if the marvel.conf file is being referenced in your httpd.conf, plsql.conf or another server configuration file. If it's the dads.conf file that's being referenced there then I would just leave it like it is.
    To see which files are being referenced search through your *.conf files for any lines that start with 'include'. You should see that these are references to other files that Apache reads and includes in the in-memory configuration of Apache at startup time.
    Are there any other files I need to change to ensure
    that the marvel.conf file is being referenced?See above.
    Did you read through and follow all the
    relevant post-installation instructions?
    I did read through this but is there any
    particular section of importance I may have missed?I'm looking at a copy of the post-installation tasks doc right now and in this particular document the stuff that relates to ApEx/HTML DB is in section 4.3. Basically, you need to read through each section and determine for yourself whether the configuration steps apply to your situation or not. Then, act accordingly.
    There are several tools that are your friends when you're troubleshooting your web server setup. One is: apachectl configtest. When you run this it will give you this big ugly warning about not running it directly but this particular part of it doesn't start/stop any services so it's safe. What it does is reads all the relevant *.conf files and tells you if it finds any syntax errors in any of them. If it does, it will give you a place to start looking.
    Another thing to become intimately familiar with are all the log files. There can be quite a few depending on how your installation is setup. They can help you diagnose web server startup problems.
    Earl

  • Installation issue on GRC 7.2.3 on Linux with EBS 12.0.4

    I am following doc http://download.oracle.com/otn_hosted_doc/logicalapps/723Install_GrccSuite.pdf to install GRC. I am doing an installation on Linux and in the section where we are installing Concurrent manager server components.
    As per doc, I have to source the APPL_TOP and run ladbinstall.bin (I am running in GUI mode and not Silient)
    The following is the output.
    -bash-3.1$ ladbinstall.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.32554/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    I thought that it is not able to find the libraries, so i updated the PATH where libraries are located. I still get the above error. Has anyone come accross this issue and would please share some light on it.
    Thanks.
    Edited by: user495493 on Jul 17, 2009 7:51 PM

    This pulls the value from the APPS Profile
         SQL> select FND_PROFILE.value('APEX_LAUNCHER') from dual ;
         FND_PROFILE.VALUE('APEX_LAUNCHER')
         http://our.group.site:7878
    But
    String l_launcher = ctx.getProfileStore().getProfile("APEX_LAUNCHER"); ------------- doesn't return http://our.group.site:7878
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    if (ctx!=null) ctx.freeWebAppsContext();
    response.sendRedirect(l_launcher);
    Instead I get
    http://our.app.site:8030/OA_HTML/null/pls/apex/f?p=140:2::APPS::::
    Suppose to get
    http://our.group.site:7878/apex/f?p=140:2::APPS::::
    404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server

  • OCDM  - Sample Report Installation issue - Runs too longer with No progress

    Hello,
    As a part of OCDM environment setup for Practice we were successful installing following :
    * Supported Enterprise Linux
    * Oracle DB 11g R2 (OLAP & MINING option)
    * OWB was already installed as a part of Oracle DB 11gR2 - just unlocked the OWB accounts.
    * Installed OBIEE 11g R2 installation - Installation successful and able to open url's. (analytics and BI Publisher etc.) - Issue with login account.
    * Installation of Communication Data Model (First Installation type from OCDM Installer)
    When we try to install Sample Reports at same stage the screen remain open and runs too longer with No progress.
    The Installation process for OCDM Sample Reports is given in the attached doc with screenshot and the log file is also included in the attached document.
    Please let us know the following two issue:
    1) How to login to Analytics after OBIEE 11gR2 installed on Linux - ( in our case we use user as Administrator and tried password same as username, even checked with the user weblogic and other but no success. Please provide us the information which give details(document) about the Administartion of OBIEE 11gR2 on Linux).
    2) The issue with installation of OCDM Sampple Reports though successful installation of OCDM Data Model.(First Installation Type from OCDM Installer)
    Thanks & Best Regards,
    Amol Thite
    I think, I cant Attach the file here and character limit is 30K for the post here so putting below the few lines of Log File content:
    I can email the screen shots docs and complete log file on request if needed.
    It stuck in Configuration Assistance screen -
    After more than 1 hour the same screen – No progress – I tried 3 times but same issue. Log file also not growing and seems its waiting for some dependent thing that need to happen before it proceed.
    =====start few lines of Log File=======================================
    The file oraparam.ini could not be found at /u01/app/oracle/product/11.1.0/db_1/oui/bin/oraparam.ini
    Using paramFile: /u01/app/oracle/product/11.1.0/db_1/oui/oraparam.ini
    Checking swap space: must be greater than 500 MB. Actual 1027 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The number of files bootstrapped for the jre is 689.
    The number of files bootstrapped for the oui is 77.
    Using the umask value '022' available from oraparam.ini
    =====end few lines of Log File==================================
    INFO: Copying Aggr XML for: Oracle Communications Data Model
    INFO: The Top level Aggreage File = /u01/app/oracle/product/11.1.0/db_1/inventory/ContentsXML/ConfigXML/oracle.ocdm.11_2_3_0_0.xml
    INFO: deleted all the required instance files
    INFO: OUI_CAPlugIn is not found in XML
    INFO: cf session will be created for OH: /u01/app/oracle/product/11.1.0/db_1/ TLAggr: oracle.ocdm instancePath: inventory/ContentsXML/ConfigXML/
    INFO: cf session for OH: /u01/app/oracle/product/11.1.0/db_1/ TL Aggr: [oracle.ocdm] instancePath: inventory/ContentsXML/ConfigXML/
    INFO: aggr ref length : 2
    INFO: cf session hashcode: 22855989
    INFO: cf session saved with key: OraDb11g_home1 oracle.ocdm
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Handling the storing of variables for aggr name oracle.ocdm
    INFO: This variable sl_ASMSelectableDiskGroups is not added to the global context map
    INFO: This variable s_scratchPath is not added to the global context map
    INFO: exitonly tools to be excuted passed: 0
    INFO: Starting to execute configuration assistants
    INFO: Command = oracle.ocdm.OCDMCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/ocdm/ocdm_install.sh ${s_dbSysPasswd}
    OCDMCfgPlugIn: Starting OCDM configuration...
    OCDMCfgPlugIn: OCDM configuration initialized, waiting for script response...
    OCDMCfgPlugIn: Receiving SYSTEM password...
    OCDMCfgPlugIn: Passing SYSTEM credentials to configuration script...
    OCDMCfgPlugIn: SYSTEM credentials passed to configuration script.
    OCDMCfgPlugIn: SYSTEM password received.
    OCDMCfgPlugIn: Initializing config parameteres...
    OCDMCfgPlugIn: Creating log folder...
    OCDMCfgPlugIn: ocdm log folder exist
    OCDMCfgPlugIn: Exporting config env...
    OCDMCfgPlugIn: Performing OWB check...
    OCDMCfgPlugIn: Installing OWB...
    OCDMCfgPlugIn: WARNING: OWB OWNER already exists.
    OCDMCfgPlugIn: Archive: /u01/app/oracle/product/11.1.0/db_1/ocdm/pdm/relational/sample_schema/ocdm_sample.dmp.zip
    OCDMCfgPlugIn: inflating: /u01/app/oracle/product/11.1.0/db_1/ocdm/install_tmp/ocdm_sample.dmp
    OCDMCfgPlugIn: 2011_02_28_11_24_30 10 % complete
    OCDMCfgPlugIn: Importing OCDM sample schema
    ==================end of log File ========================================

    Hi Please check my answers
    1) How to login to Analytics after OBIEE 11gR2 installed on Linux - ( in our case we use user as Administrator and tried password same as username, even checked with the user weblogic and other but no success. Please provide us the information which give details(document) about the Administartion of OBIEE 11gR2 on Linux).
    The current OCDM version does not support BIEE 11g, so you need to install BIEE 10g. In next release(will be available soon), OCDM will support BIEE 11g.
    2) The issue with installation of OCDM Sampple Reports though successful installation of OCDM Data Model.(First Installation Type from OCDM Installer)
    The importing will take a long time, you can login database with ocdm_sample_sys/ocdm_sample_sys, and use "select count(*) from tabs;" to monitor the import process.

  • Lightroom 4.2 Installation Issue

    Leaving this around in case anyone else has the same problem -- Solution found -- Windows installer issues / registry issues -- used the Microsoft Fix it tool (http://support.microsoft.com/kb/2438651#reso3) to correct.  4.2 install ran fine.
    I've read through the posts in the Lightroom forum regarding  LR 4.2 install issues. I will list here the things I've done to try to get the install to work:
    1) Downloaded the installation software twice.
    2) Ran the setup program in admin user mode.
    3) Ran the install in admin user mode.
    4) Get the following error in a Windows Installer window:
    The feature you are trying to use is on a network resource that is unavailable.
    Click ok to try again, or enter an alternate path to a folder containing the installation package 'Adobe_Lightroom_x64.msi' in the box below.
    Use source:
    c:\Users\RMJF\AppData\Local\Temp\{...}
    What I have found (after displaying hidden AppData folder):
    The location where the .msi file resides is different from the one defaulting in the above window.
    I select this alternate path, but still cannot complete the installation.
    Furthermore, when I cancel the install, I get this error:
    Adobe Photoshop Lightroom 4.2 64-bit Installer Info
    Error 1714. The older version of Adobe Photoshop Lightoom 4.2 64-bit cannot be removed. Contact your technical support group
    I have been running LR since the beginning of time and most recently LR 4.1, so there is no 4.2 installed.
    Also, I tried to fix the install of 4.1 via the programs in Control Panel. I cannot repair it and get this error:
    The installation source for this product is not available. Verify that the source exists and that you can access it.
    All versions (except the 1.0 version) were downloaded and installed from the Adobe LR site.
    So, looking for suggestions.
    Seems like there are some missing files from the 4.1 version that are hindering the install of 4.2???
    All quite frustrating.  Hope you can get me to a speedy solution.
    (System info:  Windows Vista 64-bit Home, SP 2, 20 GB of disk space to spare!  Also, I have set the install program to be allowed by the anti-virus program. I have run a registry clean-up, as well.  No other apps are running during the install.)
    Message was edited by: marzo19

    untill now, 3 phones later, and mayby 10 attemps later to install it: notting. the errors that i am gething are the same as above, but nothing helps for me.
    even the microsoft fixid diden't help.
    So also desperate.

  • Installation issue on opensuse 11

    Hey All,<br /><br />Im a Windows guy still struggling with Linux set-upsso take it easy on me! :)  and Im having a hard time getting blaze installed and running.<br /><br />This is what Ive done so far.  I've successfully set-up the latest copy of openSuse11 64 bit version with: <br />  Tomcat 6.0.16 (Tested and running)<br />  ANT 1.7<br />  JAVA SDK & JDK 6<br />  Junit (ant-junit, junit, junit-javadoc, junit-manual, libcppunit-1_12-0)<br />  Downloaded both blazeds.war and blazeds_src_3-0-0-544.zip<br />  From Tomcat Manager I uploaded the blazeds.war file successfully.<br />  I unzipped the zip file into root/blazeds and from a command prompt ran     ant.  These are the errors Im getting:<br />     *  [taskdef] Could no load definitions from resource net/sf/antcontrib/antcontrib.properties.  It could not be found.  (Repeats about a dozen times)<br />     *  BUILD FAILED<br />     *  /root/blazeds/build.xml:445:  The following error occurred while executing this line:<br />     *  /root/blazeds/resources/fds-ajax-bridge/build.xml:52  Problem:  failed to create task or type if Cause:  The name is undefined.<br />     *  Action:  Check the spelling<br />     *  Action:  Check that any custom tasks/types have been declared<br />     *  Action:  Check that any <presetdef>/<mac  rodef> declarations have taken place.<br /><br />Variables:<br />env | grep _HOME<br /><br />ANT_HOME  = /usr/share/ant<br />JRE_HOME =/usr/lib64/jvm/java/jre<br />JAVA_HOME =/usr/lib64/jvm/java/jre<br />SDK_HOME =/usr/lib64/jvm/java/jre<br />JDK_HOME =/usr/lib64/jvm/java/jre<br /><br />Any ideas?<br />Brad

    Hi Alex,
    Sorry I've been away and just got back.  Presently I'm working from jrun4 and would like to use blazeds instead.  Once my projects get going I would need the ability to use my customers already made linux/tomcat boxes and just plug in blaze.
    I look forward to your answer.
    Brad
    On Fri, Aug 1, 2008 at 12:57 PM, Alex Glosband
    <
    [email protected]> wrote:
    A new message was posted by Alex Glosband in
    Configuration and Getting Started Discussion --
      Installation issue on opensuse 11
    Are you just trying to install and run BlazeDS? Why do you need to build from source?
    -Alex
    View/reply at
    Installation issue on opensuse 11
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Hp printer 1020 plus installation issue

    Dear SIr,
    i have an issue to install above said printed in my laptop. My window operating system is window 8.
    even after som nay follow up from Hp i didnot get the proper response. I received the call from hp represeentative that he will come to install the same but never happened only call recd twice.
    Please see to it how you can solve the issue of installation. 
    brief of problem: after install the driver the printers works for one day only by next morning after installation printer stop working. i donot know why. this printer is still under warrenty kinldy do the same on pirority as i am facing the issue from very laong time.
    printer id is seriel no: [edited Serial Number by Moderator].
    regards,
    raj kumar Chawla
    plot no[edited personal information by moderator]

    Hi @rcrajchawla ,
    Thank you for visiting the HP Support Forums. I needed to edit your post and remove some personal information that is present. From our Rules of Participation:
    Protect privacy - yours and others'. Don't share anything about yourself that you would not want to see on a road-side billboard. Don't post contact or other personal information-your own or anyone else's-or any content that you receive in one-to-one communications without the author's consent. For example, don’t post your computer’s serial # or contact information publicly, and do not allow someone you don’t know to remotely take control of your computer.
    If you need people to contact you directly, either ask them to send you a private message or subscribe to the thread so you will be notified when there are replies. You may also click on your name anywhere in the forum and you will be taken to your profile page, where you can find a list of threads you have participated in.
    Sharing personal email addresses, telephone numbers, and last names is not allowed for your safety. If you have any questions feel free to send me a private message in reply.
    Thank you
    George
    I work for HP

  • HP Photosmart D7360 -- Driver/Installation issue

    For some reason my HP Pavillion Laptop no longer recognizes my HP Photosmart printer.  I have downloaded the drivers, I have the disk and no matter what I do, I can't get the printer driver to install. 
    It tells me that it can load verythign BUT the driver.  Any ideas?
    Thanks
    jstjohn

    Welcome to the forums @Pierre-Louis ,
    I read about the installation issue you're having with your Photosmart C4280 on Windows 8. I have a guide that I have heard successful results from and I hope they work for your scenario as well!
    Click this link to get started: A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows
    Good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Bootcamp windows 8.0 pro installation issue with early 2015 Macbook Pro

    I am having this issue with installing Windows 8.0 pro (and 8.1 pro) on my early 2015 MacBook pro vs. Bootcamp. I have tried different method for  multiple times and all failed. Any help is appreciated.
    Hardware: (1) early 2015 MacBook Pro with 128GB (13 inches) , (2) Sony USB DVD burner. (3) Two 16 gb flash drive 2.0 version from two different manufactures
    Software: (1) 8.0 Pro ISO on flash drive from Microsoft (I have two copies) (2) 8.1 Pro downloaded from Microsoft website.
    Note -  I was able to download the bootcamp supporting files successfully and copy to a USB flash drive.
    Method 1 - Create the installation disk from ISO on flash drive and also tried copying ISO on hard drive (desktop)- failed.
    I have a 16 GB flash drive (2.0V) connected
    ISO is a valid 8.0 pro copy from Microsoft came on a flash drive.
    I have the windows 8.0 pro ISO on a flash drive and plugged in.
    Issue -  It gets to around 50% of "Copying Windows files..." and then doesn't go any further.  8 hours later, still stuck at around 50%.  I also tried to do the copy ISO from desktop. failed as well.
    Method 2 - I repeat the above steps with Windows 8.1 ISO downloaded Microsoft website - failed. Stuck at 50% copying windows file for 9 hours.
    Method 3 - I burned the Windows 8.0 pro ISO to a DVD and try to do the installation through a DVD instead.  DVD was successfully created.
    I was able to perform the partition.  When the computer reboots, it starts the window installation. However, it got stuck at 7% forever. I tried this multiple times and failed.
    Method 4 - I download a 8.1 Pro ISO from Microsoft website, I burned it to a DVD. Repeat method 3,  Again, windows installation stuck at 7%.
    Method 5 - I called Apple. - What they told me is pretty much repeat the above steps. Still failed.

    The ISO file(s) being downloaded seem to be corrupted. Can you use Microsoft FCIV tool - https://support.microsoft.com/en-us/kb/841290?wa=wsignin1.0 ?
    The DVDs should be burnt at the recommended rate for the physical media. DU should be used for burning the DVDs.
    Reference Disk Utility 12.x: Burn a disk image to a CD or DVD and Boot Camp: Creating an ISO image from a Windows installation DVD - Apple Support.

  • Trying to download the free trial of Adobe Acrobat XL Pro.  I keep getting the message "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."  I've repeatedly tried g

    Trying to download the free trial of Adobe Acrobat XL Pro.  I keep getting the message "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."  I've repeatedly tried getting a new installer file, but get the same message every time.

    K_don52 and Ande8135 please remove your current installation of the Adobe Download Assistant and reinstall.  You can find more details in the known issues section of Troubleshoot Adobe Download Assistant.

  • Acrobat Installation Issues due to Computer Switch

    My surface bit the dust last week and I had to replace it. Downloaded acrobat successfully tot eh surface but then that apparently cut off access to the adobe pro on my home computer.
    How do I get acrobat re-installed without the "you don't have a license" error message.
    I am on a subscription plan
    P

    licensing issue-the system does not recognize that I have a license so I would love to eb able to speak with a real person so they coudl go and look at my purchase and fix the problem.
    I'll be calling on Monday- right now I am using a trial version again but need to fix before the 39 days are up Peter Collopy, CSP, CIH, CHP
    Damariscotta, ME518.859.1944 (cell)
          From: RahulTyagi4you <[email protected]>
    To: Peter Collopy <[email protected]>
    Sent: Sunday, March 1, 2015 5:30 AM
    Subject:  Acrobat Installation Issues due to Computer Switch
    Acrobat Installation Issues due to Computer Switch
    created by RahulTyagi4you in Acrobat Installation & Update Issues - View the full discussionHi Peter Collopy, Is Acrobat properly installed on your system?Please confirm if you facing installation issues or licensing issues? Regards,Rahul Tyagi If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7240431#7240431 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7240431#7240431 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Windows 2008 r2 windows installer issue error 1719 when install Backup exec 12.5

    Hi all
    After a epic weekend of rebuilding our exchange server I have tried to reinstall Backup exec 12.5 64bit, this was installed with no issues during the last build, however at the end of this build I went to reinstall Backup Exec 12.5 and it is failing with
    error 1719 Windows installer issue.
    I have looked on many sites and tried many things non of them have worked, has anyone managed to resolve this issue.
    Dave
    DJH

    Hi Lenora
    See below
    Symantec Backup Exec (TM) 12.5 for Windows Servers Installation Log
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\setup.exe
    03-19-2013,17:33:38 : CSetupApp::GetInstalledGUID
    03-19-2013,17:33:38 : CSetupApp::LoadSetupXML
    03-19-2013,17:33:38 : CSetupApp::ScanXML
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Bin\Setup.xml
    03-19-2013,17:33:38 : MSI File Name = WindowsInstaller-KB893803-v2-x86.exe
    03-19-2013,17:33:38 : MSI Version = 3.1
    03-19-2013,17:33:38 : MSI Package Name = Symantec Backup Exec for Windows Servers.msi
    03-19-2013,17:33:38 : System Central Processor = 64
    03-19-2013,17:33:38 : Product Type = SETUP_BEX64
    03-19-2013,17:33:38 : Product Name = Symantec Backup Exec for Windows Servers
    03-19-2013,17:33:38 : Current Installing GUID ={BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : Product Version = 12.5
    03-19-2013,17:33:38 : CSetupSupport::IsValidMSIPackage
    03-19-2013,17:33:38 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Symantec Backup Exec for Windows Servers.msi
    03-19-2013,17:33:38 : {BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : {BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:33:38 : Equal PID
    03-19-2013,17:33:38 : Product version: 12.5.2213
    03-19-2013,17:33:38 : StartBESequence
    03-19-2013,17:33:38 : Executing BE_PreCheckInstall
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:33:38 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:33:38 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:33:38 : Executing StartBESequence
    03-19-2013,17:33:38 : Pulling user data from the MSI
    03-19-2013,17:33:38 : Upgrade state set to 0
    03-19-2013,17:33:38 : Executing SSO::PullDataMSI()
    03-19-2013,17:33:38 : Executing CDlgCAS::PullDataMSI()
    03-19-2013,17:33:38 : MSI processing complete
    03-19-2013,17:33:38 : Pulling user data from the command line
    03-19-2013,17:33:38 : COMMAND LINE: Checking UIMODE value
    03-19-2013,17:33:38 : COMMAND LINE: Checking for program group placement value
    03-19-2013,17:33:38 : COMMAND LINE: Checking for main feature selection
    03-19-2013,17:33:38 : COMMAND LINE: Checking for serialization values
    03-19-2013,17:33:38 : CDlgChooseCustom::PullDataSilent
    03-19-2013,17:33:38 : After check for parameter file exists.
    03-19-2013,17:33:38 : CDlgLocalChooseCustom::Pass
    03-19-2013,17:33:38 : After Check for INSTALL_CHOICE.
    03-19-2013,17:33:38 : After Check for INSTALL_TYPE.
    03-19-2013,17:33:38 : After Check for INSTALL_MODE.
    03-19-2013,17:33:38 : CDlgLocalChooseCustom Pass Function end.
    03-19-2013,17:33:38 : Agent for Microsoft Exchange Server was added for evaluation
    03-19-2013,17:33:38 : Agent for Microsoft SQL Server was added for evaluation
    03-19-2013,17:33:38 : Ignoring the TSM switch.
    03-19-2013,17:33:38 : COMMAND LINE: Checking for service account values
    03-19-2013,17:33:38 : Not in Maintenance mode
    03-19-2013,17:33:38 : Getting the Silent Params.
    03-19-2013,17:33:38 : COMMAND LINE: checking for SSO values
    03-19-2013,17:33:38 : COMMAND LINE: checking for DlgChooseDBServer values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for tape drivers values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for TSM values
    03-19-2013,17:33:38 : COMMAND LINE: checking for CASO values
    03-19-2013,17:33:38 : COMMAND LINE: Checking for clone values
    03-19-2013,17:33:38 : COMMAND LINE: Checking progress settings
    03-19-2013,17:33:38 : COMMAND LINE: Checking for NOINSTALL value
    03-19-2013,17:33:38 : Setup Command Line = "D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\setup.exe"
    03-19-2013,17:33:38 : List of switches set follows:
    03-19-2013,17:33:38 : /DEST: = C:\Program Files\Symantec1\Backup Exec\
    03-19-2013,17:33:38 : /SNO: = 0930292112010690
    03-19-2013,17:33:38 : /USER: = backup
    03-19-2013,17:33:38 : /DOM: = ACCENTPRESS
    03-19-2013,17:33:38 : /PASS: = ********
    03-19-2013,17:33:38 : /TS:
    03-19-2013,17:33:38 : /TD: = ALL
    03-19-2013,17:33:38 : /DOCS:
    03-19-2013,17:33:38 : /LOADER:
    03-19-2013,17:33:38 : /AOFO:
    03-19-2013,17:33:38 : /EXCH:
    03-19-2013,17:33:38 : /SQL:
    03-19-2013,17:33:38 : /NTA:
    03-19-2013,17:33:38 : /RAULUS:
    03-19-2013,17:33:38 : /DBSERVER:
    03-19-2013,17:33:38 : /DBINSTPATH: = C:\Program Files\Microsoft SQL Server\BE\
    03-19-2013,17:33:38 : /BACKUPDATA: = 0
    03-19-2013,17:33:38 : /MAC:
    03-19-2013,17:33:38 : Command line processing complete
    03-19-2013,17:33:38 : Install set to run in UI mode
    03-19-2013,17:33:38 : CDlgPushWelcome::Pass
    03-19-2013,17:33:40 : CinstOpenDlg::ValidateData
    03-19-2013,17:33:43 : Validating license data
    03-19-2013,17:33:44 : CDlgChooseInstall::ValidateData
    03-19-2013,17:33:44 : CDlgValidationSummary::LaunchValidationTest
    03-19-2013,17:33:44 : m_bUseNativeClient = 1
    03-19-2013,17:33:44 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:33:44 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:33:44 : Connected to SQL Server.
    03-19-2013,17:33:44 : m_bUseNativeClient = 1
    03-19-2013,17:34:05 : CDlgValidationSummary::ValidateData
    03-19-2013,17:34:05 : BEOperations::BE_GetInstalledProdCodeVersion
    03-19-2013,17:34:05 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:05 : CDlgSerialNumber Pass Function.
    03-19-2013,17:34:05 : After Check for Remote_Install.
    03-19-2013,17:34:05 : After Check for RA_INSTALL.
    03-19-2013,17:34:07 : Validating serialization data
    03-19-2013,17:34:07 : CDlgLocalChooseCustom::Pass
    03-19-2013,17:34:07 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:07 : After Check for INSTALL_TYPE.
    03-19-2013,17:34:07 : After Check for INSTALL_MODE.
    03-19-2013,17:34:07 : CDlgLocalChooseCustom Pass Function end.
    03-19-2013,17:34:07 : On Init of CDlgChooseCustom
    03-19-2013,17:34:07 : Leaving Init of CDlgChooseCustom
    03-19-2013,17:34:07 : CDlgLocalChooseCustom::OnInitDialog
    03-19-2013,17:34:07 : On Init of CDlgLocalChooseCustom
    03-19-2013,17:34:07 : Leaving Init of CDlgLocalChooseCustom
    03-19-2013,17:34:12 : Validating Local Options Data
    03-19-2013,17:34:13 : Validating service account data
    03-19-2013,17:34:13 : CDlgSSO Pass Function.
    03-19-2013,17:34:13 : After Check for INSTALL_MODE.
    03-19-2013,17:34:13 : DlgChooseDBServer Pass Function.
    03-19-2013,17:34:20 : m_bUseNativeClient = 1
    03-19-2013,17:34:20 : Validating DlgChooseDBServer data
    03-19-2013,17:34:20 : Drive C:     Required: 1102 MB     Available: 37138 MB
    03-19-2013,17:34:20 : CDlgChooseTapeDrivers Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_MODE.
    03-19-2013,17:34:20 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:20 : After Check for INSTALL_TYPE.
    03-19-2013,17:34:20 : CDlgSerialNumber Pass Function.
    03-19-2013,17:34:20 : CDlgCAS Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_MODE.
    03-19-2013,17:34:20 : CDlgClone Pass Function.
    03-19-2013,17:34:20 : CDlgClone not passed.
    03-19-2013,17:34:20 : CDlgRemoteChooseCustom Pass Function.
    03-19-2013,17:34:20 : After Check for INSTALL_CHOICE.
    03-19-2013,17:34:20 : Install Summary XML File:
    03-19-2013,17:34:20 : C:\Users\ADMINI~1\AppData\Local\Temp\1\BE61998B-E5BD-4E41-B2D7-96551E6FECE0\InstallReview.xml
    03-19-2013,17:34:20 : Install Summary XSL File:
    03-19-2013,17:34:20 : D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\BE\Bin\InstallSummary.xsl
    03-19-2013,17:34:20 : Install Summary HTML File:
    03-19-2013,17:34:20 : C:\Users\ADMINI~1\AppData\Local\Temp\1\BE61998B-E5BD-4E41-B2D7-96551E6FECE0\InstallReview.htm
    03-19-2013,17:34:20 : Not Quickstart Edition
    03-19-2013,17:34:20 : Entering GetSQLAndCASOInformation
    03-19-2013,17:34:20 : Leaving GetSQLAndCASOInformation
    03-19-2013,17:34:20 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:20 : m_bUseNativeClient = 1
    03-19-2013,17:34:20 : *************** About Backing Up Exchange 2007 Servers *************** To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this
    computer.  The Management Tools can be installed during a custom install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft
    Exchange Server MAPI Client and Collaboration Data Objects package version 06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:34:21 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:34:27 : Executing InstallLiveUpdate.
    03-19-2013,17:34:40 : Installing .Net Framework 2.0 SP1.
    03-19-2013,17:34:40 : Checking for .Net Framework 2.0 SP1.
    03-19-2013,17:34:40 : Vista or Longhorn server.  Not installing .NET Frameworks.
    03-19-2013,17:34:40 : .NET Framework was detected.  Skipping install.
    03-19-2013,17:34:41 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:34:41 : m_bUseNativeClient = 1
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes;DATABASE=master
    03-19-2013,17:34:41 : SQL Server version 9
    03-19-2013,17:34:41 : SQL version returned:  9
    03-19-2013,17:34:41 : Executing SQL_GetServicePack.
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:34:41 : Connected to SQL Server.
    03-19-2013,17:34:41 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:34:41 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:34:41 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:34:41 : Connected to SQL Server.
    03-19-2013,17:34:41 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Express Edition
    03-19-2013,17:34:41 : "D:\Software\Backupexec 12.5 64bit\WINNT\INSTALL\SQLExpress\SQLEXPR.exe" /wait /qn /norestart /lv "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt" INSTANCENAME=BKUPEXEC SQLACCOUNT="NT AUTHORITY\SYSTEM" SQLPASSWORD=""
    UPGRADE=SQL_Engine,SQL_Data_Files,SQL_Replication,Client_Components,Connectivity SAPWD=**** DISABLENETWORKPROTOCOLS=0
    03-19-2013,17:34:45 : V-225-53:  ERROR: Failed to install SQL Express BKUPEXEC instance with error 1601.  ***To search for information about this error, click
    here
    03-19-2013,17:34:45 : Please review C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt for more details.
    03-19-2013,17:34:45 : Failed to install third party products.
    03-19-2013,17:37:25 : Validating install complete
    03-19-2013,17:37:25 : Success unloading BEINSTDLGS.DLL.
    03-19-2013,17:37:25 : CLEANUP: Install has removed the following files from: C:\Users\ADMINI~1\AppData\Local\Temp\1\{BE61998B-E5BD-4E41-B2D7-96551E6FECE0}
    03-19-2013,17:37:25 : Removed files:
    03-19-2013,17:37:25 : ERROR:  Installation failed with error 1603.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,17:41:16 : Windows Operating System Version: 6.1
    03-19-2013,17:41:16 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,17:41:18 : Executing managed _Setup:
    03-19-2013,17:41:18 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,17:41:18 : Loading XML from:
    03-19-2013,17:41:18 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,17:41:18 : RawsDlgSequence::CheckInstMode
    03-19-2013,17:41:18 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,17:41:19 : Launching UI Install
    03-19-2013,17:41:19 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:41:19 : m_bUseNativeClient = 1
    03-19-2013,17:41:19 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:41:20 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,17:41:20 : CopySupportFiles
    03-19-2013,17:41:20 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,17:41:20 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:41:20 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:41:20 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:41:28 : Typical install value is set to : True
    03-19-2013,17:41:29 : m_bUseNativeClient = 1
    03-19-2013,17:41:29 : Executing SQL_GetServicePack.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:41:29 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : Executing SQL_GetServicePack.
    03-19-2013,17:41:29 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:41:29 : Connected to SQL Server.
    03-19-2013,17:41:29 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:41:29 : m_bUseNativeClient = 1
    03-19-2013,17:41:51 : m_bUseNativeClient = 1
    03-19-2013,17:41:51 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:43:04 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,17:43:04 : Install is not executing as the service account.
    03-19-2013,17:43:04 : Successfully Logged on as service account.
    03-19-2013,17:43:04 : Successfully impersonated service account.
    03-19-2013,17:43:04 : EUserName value successfully written to the registry.
    03-19-2013,17:43:04 : EPassword value successfully written to the registry.
    03-19-2013,17:43:04 : EDomain value successfully written to the registry.
    03-19-2013,17:43:09 : There were no remote computers selected for install
    03-19-2013,17:43:09 : m_bUseNativeClient = 1
    03-19-2013,17:43:09 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:43:10 : Terminal Services enabled.
    03-19-2013,17:43:10 : Terminal Services server has been set to Install mode.
    03-19-2013,17:43:11 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,17:43:11 : Executing InstallLiveUpdate.
    03-19-2013,17:44:35 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,17:44:35 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:44:35 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,17:44:35 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,17:44:35 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:44:35 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,17:44:35 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:44:35 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,17:44:35 : "C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:44:36 : Starting Install
    03-19-2013,17:44:36 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,17:44:36 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:44:36 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,17:44:36 : Discovered Total Actions: 115
    03-19-2013,17:44:36 : The return code from the MSI is: 1601
    03-19-2013,17:44:36 : Cleaning up the symc status key
    03-19-2013,17:44:36 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,17:44:36 : Clean up Symantec installer keys.
    03-19-2013,17:44:37 : Terminal Services enabled.
    03-19-2013,17:44:37 : Terminal Services server has been set to Execute mode.
    03-19-2013,17:44:57 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,17:44:57 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,17:44:57 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:44:57 : Skipping push of remote servers and agents due to failed local install.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,17:45:25 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:45:28 : Gathering Telemetry items
    03-19-2013,17:45:28 : Failed to start the management service
    03-19-2013,17:45:28 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,17:45:28 : Sending Telemetry to Symantec
    03-19-2013,17:45:28 : Transmit Telemetry initialized.
    03-19-2013,17:45:28 : TelemetryRegistryHelpers initialized.
    03-19-2013,17:45:29 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,17:56:31 : Windows Operating System Version: 6.1
    03-19-2013,17:56:31 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,17:56:33 : Executing managed _Setup:
    03-19-2013,17:56:33 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,17:56:33 : Loading XML from:
    03-19-2013,17:56:33 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,17:56:33 : RawsDlgSequence::CheckInstMode
    03-19-2013,17:56:33 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,17:56:34 : Launching UI Install
    03-19-2013,17:56:35 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:56:35 : m_bUseNativeClient = 1
    03-19-2013,17:56:35 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,17:56:35 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,17:56:35 : CopySupportFiles
    03-19-2013,17:56:35 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,17:56:35 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:56:35 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,17:56:35 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,17:56:49 : Typical install value is set to : True
    03-19-2013,17:56:50 : Executing SQL_GetServicePack.
    03-19-2013,17:56:50 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:56:51 : Executing SQL_GetSQLServerEdition.
    03-19-2013,17:56:51 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : Executing SQL_GetServicePack.
    03-19-2013,17:56:51 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,17:56:51 : Connected to SQL Server.
    03-19-2013,17:56:51 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,17:57:37 : m_bUseNativeClient = 1
    03-19-2013,17:57:37 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,17:58:41 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,17:58:41 : Install is not executing as the service account.
    03-19-2013,17:58:41 : Successfully Logged on as service account.
    03-19-2013,17:58:41 : Successfully impersonated service account.
    03-19-2013,17:58:41 : EUserName value successfully written to the registry.
    03-19-2013,17:58:41 : EPassword value successfully written to the registry.
    03-19-2013,17:58:41 : EDomain value successfully written to the registry.
    03-19-2013,17:58:51 : There were no remote computers selected for install
    03-19-2013,17:58:51 : m_bUseNativeClient = 1
    03-19-2013,17:58:51 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,17:58:52 : Terminal Services enabled.
    03-19-2013,17:58:52 : Terminal Services server has been set to Install mode.
    03-19-2013,17:58:52 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,17:58:54 : Executing InstallLiveUpdate.
    03-19-2013,17:59:06 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,17:59:06 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,17:59:07 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,17:59:07 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,17:59:07 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:59:07 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,17:59:07 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:59:07 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,17:59:07 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,17:59:07 : Starting Install
    03-19-2013,17:59:07 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,17:59:07 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,17:59:07 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,17:59:08 : Discovered Total Actions: 115
    03-19-2013,17:59:08 : The return code from the MSI is: 1601
    03-19-2013,17:59:08 : Cleaning up the symc status key
    03-19-2013,17:59:08 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,17:59:08 : Clean up Symantec installer keys.
    03-19-2013,17:59:10 : Terminal Services enabled.
    03-19-2013,17:59:10 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:00:01 : The return code is: 0
    03-19-2013,18:00:01 : SUCCESS:  Installation has completed successfully.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:02:24 : Windows Operating System Version: 6.1
    03-19-2013,18:02:24 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:02:26 : Executing managed _Setup:
    03-19-2013,18:02:26 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:02:26 : Loading XML from:
    03-19-2013,18:02:26 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:02:26 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:02:26 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:02:26 : Launching UI Install
    03-19-2013,18:02:26 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:02:26 : m_bUseNativeClient = 1
    03-19-2013,18:02:26 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:02:26 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:02:26 : CopySupportFiles
    03-19-2013,18:02:26 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:02:27 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:02:27 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:02:27 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:03:11 : The return code is: 0
    03-19-2013,18:03:11 : SUCCESS:  Installation has completed successfully.
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:03:21 : Windows Operating System Version: 6.1
    03-19-2013,18:03:21 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:03:22 : Windows Operating System Version: 6.1
    03-19-2013,18:03:22 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:03:23 : Executing managed _Setup:
    03-19-2013,18:03:23 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:03:23 : Loading XML from:
    03-19-2013,18:03:23 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:03:23 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:03:23 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:03:24 : Launching UI Install
    03-19-2013,18:03:24 : Executing managed _Setup:
    03-19-2013,18:03:24 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:03:24 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:03:24 : m_bUseNativeClient = 1
    03-19-2013,18:03:24 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:03:24 : Loading XML from:
    03-19-2013,18:03:24 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:03:24 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:03:24 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:03:24 : CopySupportFiles
    03-19-2013,18:03:24 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:03:24 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:03:24 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:03:24 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:03:24 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:03:58 : Typical install value is set to : True
    03-19-2013,18:03:58 : m_bUseNativeClient = 1
    03-19-2013,18:03:58 : Executing SQL_GetServicePack.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:03:58 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : Executing SQL_GetServicePack.
    03-19-2013,18:03:58 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:03:58 : Connected to SQL Server.
    03-19-2013,18:03:58 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:03:58 : m_bUseNativeClient = 1
    03-19-2013,18:04:20 : m_bUseNativeClient = 1
    03-19-2013,18:04:20 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:05:35 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:05:35 : Install is not executing as the service account.
    03-19-2013,18:05:35 : Successfully Logged on as service account.
    03-19-2013,18:05:35 : Successfully impersonated service account.
    03-19-2013,18:05:35 : EUserName value successfully written to the registry.
    03-19-2013,18:05:35 : EPassword value successfully written to the registry.
    03-19-2013,18:05:35 : EDomain value successfully written to the registry.
    03-19-2013,18:05:36 : There were no remote computers selected for install
    03-19-2013,18:05:36 : m_bUseNativeClient = 1
    03-19-2013,18:05:36 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:05:37 : Terminal Services enabled.
    03-19-2013,18:05:37 : Terminal Services server has been set to Install mode.
    03-19-2013,18:05:37 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:05:38 : Executing InstallLiveUpdate.
    03-19-2013,18:05:50 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,18:05:50 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,18:05:50 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,18:05:50 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,18:05:50 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:05:50 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,18:05:50 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:05:50 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,18:05:50 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:05:50 : Starting Install
    03-19-2013,18:05:50 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,18:05:50 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:05:50 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,18:05:50 : Discovered Total Actions: 115
    03-19-2013,18:05:50 : The return code from the MSI is: 1601
    03-19-2013,18:05:51 : Cleaning up the symc status key
    03-19-2013,18:05:51 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,18:05:51 : Clean up Symantec installer keys.
    03-19-2013,18:05:51 : Terminal Services enabled.
    03-19-2013,18:05:51 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:06:32 : The return code is: 0
    03-19-2013,18:06:32 : SUCCESS:  Installation has completed successfully.
    03-19-2013,18:07:36 : Setup is already running.  Unable to initialize another instance of setup.
    03-19-2013,18:07:39 : Error initializing shared data
    03-19-2013,18:07:39 : ERROR:  Installation failed with error 1603. GetLastError = :0
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:13:44 : Windows Operating System Version: 6.1
    03-19-2013,18:13:44 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:13:44 : Windows Operating System Version: 6.1
    03-19-2013,18:13:44 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:13:46 : Executing managed _Setup:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:13:46 : Executing managed _Setup:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:13:46 : Loading XML from:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:13:46 : Loading XML from:
    03-19-2013,18:13:46 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:13:46 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:13:46 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:13:46 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:13:46 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:13:47 : Launching UI Install
    03-19-2013,18:13:47 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:13:48 : m_bUseNativeClient = 1
    03-19-2013,18:13:48 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:13:48 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:13:48 : CopySupportFiles
    03-19-2013,18:13:48 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:13:48 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:13:48 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:13:48 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:13:54 : Typical install value is set to : True
    03-19-2013,18:13:55 : m_bUseNativeClient = 1
    03-19-2013,18:13:55 : Executing SQL_GetServicePack.
    03-19-2013,18:13:55 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:13:56 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:13:56 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : Executing SQL_GetServicePack.
    03-19-2013,18:13:56 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:13:56 : Connected to SQL Server.
    03-19-2013,18:13:56 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:13:56 : m_bUseNativeClient = 1
    03-19-2013,18:14:41 : m_bUseNativeClient = 1
    03-19-2013,18:14:41 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:16:09 : Service account specified is not valid
    03-19-2013,18:16:09 : Unable to authenticate with the user and password information given for ACCENTPRESS\backup.
    03-19-2013,18:16:10 : Error validating service account credentials.
    03-19-2013,18:16:20 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:16:20 : Install is not executing as the service account.
    03-19-2013,18:16:20 : Successfully Logged on as service account.
    03-19-2013,18:16:20 : Successfully impersonated service account.
    03-19-2013,18:16:20 : EUserName value successfully written to the registry.
    03-19-2013,18:16:20 : EPassword value successfully written to the registry.
    03-19-2013,18:16:20 : EDomain value successfully written to the registry.
    03-19-2013,18:16:22 : There were no remote computers selected for install
    03-19-2013,18:16:22 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:16:23 : Terminal Services enabled.
    03-19-2013,18:16:23 : Terminal Services server has been set to Install mode.
    03-19-2013,18:16:23 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:16:25 : Executing InstallLiveUpdate.
    03-19-2013,18:16:37 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,18:16:37 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,18:16:38 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,18:16:38 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,18:16:38 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:16:38 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,18:16:38 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:16:38 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,18:16:38 : "C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,18:16:38 : Starting Install
    03-19-2013,18:16:38 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,18:16:38 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,18:16:38 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\1\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,18:16:39 : Discovered Total Actions: 115
    03-19-2013,18:16:39 : The return code from the MSI is: 1601
    03-19-2013,18:16:39 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,18:16:39 : Clean up Symantec installer keys.
    03-19-2013,18:16:39 : Cleaning up the symc status key
    03-19-2013,18:16:41 : Terminal Services enabled.
    03-19-2013,18:16:41 : Terminal Services server has been set to Execute mode.
    03-19-2013,18:17:08 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,18:17:08 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,18:17:08 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:17:08 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,18:17:09 : Gathering Telemetry items
    03-19-2013,18:17:09 : Failed to start the management service
    03-19-2013,18:17:09 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,18:17:09 : Sending Telemetry to Symantec
    03-19-2013,18:17:09 : Transmit Telemetry initialized.
    03-19-2013,18:17:09 : TelemetryRegistryHelpers initialized.
    03-19-2013,18:17:21 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,18:17:33 : TransmitTelemetry.TransmitMessage URL=http://statsbe.norton.com/n/p, Caught WebException The remote name could not be resolved: 'statsbe.norton.com'
    03-19-2013,18:17:33 : Telemetry transmission failed.  Data was not sent.
    03-19-2013,18:17:33 : The return code is: 1601
    03-19-2013,18:17:33 : ERROR:  Installation failed with error 1601. GetLastError = :0
    03-19-2013,18:17:48 : Setup is already running.  Unable to initialize another instance of setup.
    03-19-2013,18:17:51 : Error initializing shared data
    03-19-2013,18:53:53 : m_bUseNativeClient = 1
    03-19-2013,18:53:53 : Executing SQL_GetServicePack.
    03-19-2013,18:53:53 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:53:54 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:53:54 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : Executing SQL_GetServicePack.
    03-19-2013,18:53:54 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:53:54 : Connected to SQL Server.
    03-19-2013,18:53:54 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:53:54 : m_bUseNativeClient = 1
    Symantec Backup Exec (TM) 13 Installation Log
    03-19-2013,18:58:06 : Windows Operating System Version: 6.1
    03-19-2013,18:58:06 : GetProductInfo returned success.  Checking for CORE OS values.
    03-19-2013,18:58:08 : Executing managed _Setup:
    03-19-2013,18:58:08 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\_Setup.exe
    03-19-2013,18:58:09 : Loading XML from:
    03-19-2013,18:58:09 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\BEx64\Install\IFProducts.xml
    03-19-2013,18:58:09 : RawsDlgSequence::CheckInstMode
    03-19-2013,18:58:09 : BEOperations::BE_GetInstalledProdCodeVersion()
    03-19-2013,18:58:09 : Launching UI Install
    03-19-2013,18:58:10 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:58:10 : m_bUseNativeClient = 1
    03-19-2013,18:58:10 : MDAC 6.1.7601.17514 is installed on this system.
    03-19-2013,18:58:10 : BeSeqDlgs::DlgBERemoteConfig
    03-19-2013,18:58:10 : CopySupportFiles
    03-19-2013,18:58:10 : Saved support files to C:\ProgramData\Symantec\Backup Exec\Logs\InstallSummary
    03-19-2013,18:58:11 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:58:11 : Executing BE_SetSQLxLangVersion.  Setting language version of SQL Express BKUPEXEC instance.
    03-19-2013,18:58:11 : BKUPEXEC SQLx setup file is SQLEXPR.EXE.
    03-19-2013,18:58:15 : Typical install value is set to : True
    03-19-2013,18:58:16 : m_bUseNativeClient = 1
    03-19-2013,18:58:16 : Executing SQL_GetServicePack.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:58:16 : Executing SQL_GetSQLServerEdition.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : Executing SQL_GetServicePack.
    03-19-2013,18:58:16 : DRIVER={SQL Native Client};SERVER=ACCENTPRESSDC\BKUPEXEC;Trusted_Connection=Yes
    03-19-2013,18:58:16 : Connected to SQL Server.
    03-19-2013,18:58:16 : ACCENTPRESSDC\BKUPEXEC is a SQL Server Product Level: 'SP4'
    03-19-2013,18:58:16 : m_bUseNativeClient = 1
    03-19-2013,18:58:49 : m_bUseNativeClient = 1
    03-19-2013,18:58:49 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,18:59:43 : Currently executing as ACCENTPRESS\administrator
    03-19-2013,18:59:43 : Install is not executing as the service account.
    03-19-2013,18:59:43 : Successfully Logged on as service account.
    03-19-2013,18:59:44 : Successfully impersonated service account.
    03-19-2013,18:59:44 : EUserName value successfully written to the registry.
    03-19-2013,18:59:44 : EPassword value successfully written to the registry.
    03-19-2013,18:59:44 : EDomain value successfully written to the registry.
    03-19-2013,18:59:46 : There were no remote computers selected for install
    03-19-2013,18:59:46 : m_bUseNativeClient = 1
    03-19-2013,18:59:46 : To back up Microsoft Exchange Server 2007, you must install the Exchange Management Tools for Microsoft Exchange Server 2007 on this computer.  The Management Tools can be installed during a custom
    install of Microsoft Exchange Server 2007.  To support individual mailbox message and folder restores from Information Store backups, you must also download and install the Microsoft Exchange Server MAPI Client and Collaboration Data Objects package version
    06.05.7888 or later on the Exchange 2007 server.  This package can be found on the Microsoft Web site.
    03-19-2013,18:59:47 : Terminal Services enabled.
    03-19-2013,18:59:47 : Terminal Services server has been set to Install mode.
    03-19-2013,18:59:47 : Checking for .Net Framework 3.5 SP1.
    03-19-2013,18:59:49 : Executing InstallLiveUpdate.
    03-19-2013,19:00:01 : The return value for Symantec LiveUpdate returned error code: 0
    03-19-2013,19:00:01 : Installing Microsoft Report Viewer Redistributable 2005
    03-19-2013,19:00:01 : The return value for Microsoft Report Viewer Redistributable 2005 returned error code: 0
    03-19-2013,19:00:01 : ==================Installing MS VC 8.0 SP1 runtimes.==================
    03-19-2013,19:00:01 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,19:00:01 : Extracting runtime installer package vcredist_x64.exe to BE support folder.
    03-19-2013,19:00:01 : D:\Software\Symantec Backup Exec 2010 32-64bit\BE\WINNT\INSTALL\VCRedist\vcredist_x64.exe /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,19:00:02 : Extracting runtime installer package VCREDI~2.EXE to BE support folder.
    03-19-2013,19:00:02 : "C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\VCREDI~2.EXE" /q:a /C /T:"C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist"
    03-19-2013,19:00:02 : Starting Install
    03-19-2013,19:00:02 : Using Command Line: REBOOT=ReallySuppress
    03-19-2013,19:00:02 : Support directory: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\
    03-19-2013,19:00:02 : Launching MSI: C:\Users\ADMINI~1\AppData\Local\Temp\2\{DD8FD4D3-F0FB-4FB2-8A34-25E2C7756A51}\VCRedist\vcredist.msi
    03-19-2013,19:00:03 : Discovered Total Actions: 115
    03-19-2013,19:00:03 : The return code from the MSI is: 1601
    03-19-2013,19:00:03 : Cleaning up the symc status key
    03-19-2013,19:00:03 : The return value for Microsoft Visual C++ 2005 SP1 Redistributable returned error code: 1601
    03-19-2013,19:00:03 : Clean up Symantec installer keys.
    03-19-2013,19:00:05 : Terminal Services enabled.
    03-19-2013,19:00:05 : Terminal Services server has been set to Execute mode.
    03-19-2013,19:00:07 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,19:00:07 : BeSeqDlgs::DlgInstallComplete
    03-19-2013,19:00:07 : AgentSeqDlgs::Misc_BE_CommonOps
    03-19-2013,19:00:07 : Skipping push of remote servers and agents due to failed local install.
    03-19-2013,19:00:10 : Gathering Telemetry items
    03-19-2013,19:00:10 : Failed to start the management service
    03-19-2013,19:00:10 : Service BackupExecManagementService was not found on computer '.'.
    03-19-2013,19:00:10 : Sending Telemetry to Symantec
    03-19-2013,19:00:10 : Transmit Telemetry initialized.
    03-19-2013,19:00:10 : TelemetryRegistryHelpers initialized.
    03-19-2013,19:00:10 : TransmitTelemetry.TransmitMessage URL=http://statsbe.hro.rnd.veritas.com/betelemetry/stats.php, Caught WebException The remote name could not be resolved: 'statsbe.hro.rnd.veritas.com'
    03-19-2013,19:00:10 : Telemetry data was successfully sent to Symantec
    03-19-2013,19:00:10 : The return code is: 1601
    03-19-2013,19:00:11 : ERROR:  Installation failed with error 1601. GetLastError = :0 
    DJH

  • Another Adobe Air installation issue

    I've tried removing the following directories and still get an error while installing.
    C:\Program Files\Common Files\Adobe AIR
         C:\Users\Default\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com
         C:\Users\phil\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com
         C:\Users\phil\AppData\Local\Adobe\AIR
         C:\Users\phil\AppData\Roaming\Adobe\AIR
         C:\ProgramData\Adobe\AIR
    Yes, I ran it as administrator but not the default admin account. Phil's account has administrative privileges.
    [2011-09-20:18:00:52] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:00:52] Commandline is: -x1 file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:00:52] Installed runtime (1.5.0.7220) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-20:18:00:52] Invoking Application Installer for combined install
    [2011-09-20:18:00:52] Launching subprocess with commandline C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -withRuntime -url file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:00:52] Application Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:00:52] Commandline is: -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -withRuntime -url file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:00:52] Installed runtime (1.5.0.7220) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-20:18:00:53] Unpackaging file:///C:/Users/phil/Downloads/LIFR-1.1.0.air to C:\Users\phil\AppData\Local\Temp\fla41C0.tmp
    [2011-09-20:18:00:55] Application signature verified
    [2011-09-20:18:00:55] Unpackaging/validation complete
    [2011-09-20:18:00:55] No app located for appID 'com.amz.retirementplanner' and pubID ''
    [2011-09-20:18:01:10] Converting unpackaged application to a native installation package in C:\Users\phil\AppData\Local\Temp\fla841F.tmp
    [2011-09-20:18:01:11] Native installation package creation succeeded
    [2011-09-20:18:01:11] Launching subprocess with commandline C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:01:11] Relaunching with elevation
    [2011-09-20:18:01:14] Application Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:01:14] Commandline is: -stdio \\.\pipe\AIR_3948_0 -runtime C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp -silent -logToStdout -withRuntime -url -location "C:\Program Files (x86)" -desktopShortcut -programMenu file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:01:14] Installed runtime (1.5.0.7220) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-09-20:18:01:15] Unpackaging file:///C:/Users/phil/Downloads/LIFR-1.1.0.air to C:\Users\phil\AppData\Local\Temp\fla98F4.tmp
    [2011-09-20:18:01:17] Application signature verified
    [2011-09-20:18:01:17] Unpackaging/validation complete
    [2011-09-20:18:01:17] No app located for appID 'com.amz.retirementplanner' and pubID ''
    [2011-09-20:18:01:17] Converting unpackaged application to a native installation package in C:\Users\phil\AppData\Local\Temp\flaA064.tmp
    [2011-09-20:18:01:18] Native installation package creation succeeded
    [2011-09-20:18:01:18] Starting silent combined runtime update and app install.
    Updating runtime from version 1.5.0.7220 to version 2.7.1.19610.
    Installing app com.amz.retirementplanner version 1.1.0 to C:\Program Files (x86)  using the source file at file:///C:/Users/phil/Downloads/LIFR-1.1.0.air
    [2011-09-20:18:01:19] Installing msi at C:\Users\phil\AppData\Local\Temp\AIR30EF.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-20:18:01:24] Installing msi at C:\Users\phil\AppData\Local\Temp\flaA064.tmp\setup.msi with guid {05E8C32F-06A7-1EF5-81B0-485BEAFD69AB}
    [2011-09-20:18:01:28] Application Installer end with exit code 0
    [2011-09-20:18:01:28] Elevated install completed
    [2011-09-20:18:01:28] Launching subprocess with commandline C:\Program Files (x86)\LIFR Retirement Planner 1.1\LIFR Retirement Planner 1.1.exe
    [2011-09-20:18:01:29] Application Installer end with exit code 0
    [2011-09-20:18:01:29] Subprocess app installer succeeded
    [2011-09-20:18:01:29] Runtime Installer end with exit code 0
    [2011-09-20:18:05:59] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:05:59] Commandline is:
    [2011-09-20:18:05:59] No installed runtime detected
    [2011-09-20:18:06:03] Relaunching with elevation
    [2011-09-20:18:06:03] Launching subprocess with commandline c:\users\phil\appdata\local\temp\aire262.tmp\adobe air installer.exe -ei
    [2011-09-20:18:06:07] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:06:07] Commandline is: -stdio \\.\pipe\AIR_3744_0 -ei
    [2011-09-20:18:06:07] No installed runtime detected
    [2011-09-20:18:06:07] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-20:18:06:07] Installing msi at c:\users\phil\appdata\local\temp\aire262.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-20:18:06:07] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:07] Rolling back install of c:\users\phil\appdata\local\temp\aire262.tmp\setup.msi
    [2011-09-20:18:06:07] Rollback complete
    [2011-09-20:18:06:07] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:07] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:07] Runtime Installer end with exit code 7
    [2011-09-20:18:06:11] Runtime Installer end with exit code 7
    [2011-09-20:18:06:30] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-20:18:06:30] Commandline is:
    [2011-09-20:18:06:30] No installed runtime detected
    [2011-09-20:18:06:34] Relaunching with elevation
    [2011-09-20:18:06:34] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5b97.tmp\adobe air installer.exe -ei
    [2011-09-20:18:06:37] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-20:18:06:37] Commandline is: -stdio \\.\pipe\AIR_1032_0 -ei
    [2011-09-20:18:06:37] No installed runtime detected
    [2011-09-20:18:06:37] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-20:18:06:37] Installing msi at c:\users\phil\appdata\local\temp\air5b97.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-20:18:06:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:37] Rolling back install of c:\users\phil\appdata\local\temp\air5b97.tmp\setup.msi
    [2011-09-20:18:06:37] Rollback complete
    [2011-09-20:18:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-20:18:06:37] Runtime Installer end with exit code 7
    [2011-09-20:18:06:44] Runtime Installer end with exit code 7
    [2011-09-21:06:20:28] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:20:28] Commandline is:
    [2011-09-21:06:20:28] No installed runtime detected
    [2011-09-21:06:20:32] Relaunching with elevation
    [2011-09-21:06:20:32] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air4ee8.tmp\adobe air installer.exe -ei
    [2011-09-21:06:20:36] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:20:36] Commandline is: -stdio \\.\pipe\AIR_5268_0 -ei
    [2011-09-21:06:20:36] No installed runtime detected
    [2011-09-21:06:20:36] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:20:36] Installing msi at c:\users\phil\appdata\local\temp\air4ee8.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:20:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:20:37] Rolling back install of c:\users\phil\appdata\local\temp\air4ee8.tmp\setup.msi
    [2011-09-21:06:20:37] Rollback complete
    [2011-09-21:06:20:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:20:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:20:37] Runtime Installer end with exit code 7
    [2011-09-21:06:20:45] Runtime Installer end with exit code 7
    [2011-09-21:06:39:03] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:39:03] Commandline is:
    [2011-09-21:06:39:03] No installed runtime detected
    [2011-09-21:06:39:23] Relaunching with elevation
    [2011-09-21:06:39:23] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5445.tmp\adobe air installer.exe -ei
    [2011-09-21:06:39:29] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:39:29] Commandline is: -stdio \\.\pipe\AIR_7016_0 -ei
    [2011-09-21:06:39:29] No installed runtime detected
    [2011-09-21:06:39:29] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:39:29] Installing msi at c:\users\phil\appdata\local\temp\air5445.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:39:30] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:39:30] Rolling back install of c:\users\phil\appdata\local\temp\air5445.tmp\setup.msi
    [2011-09-21:06:39:30] Rollback complete
    [2011-09-21:06:39:30] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:39:30] Runtime Installer end with exit code 7
    [2011-09-21:06:39:40] Runtime Installer end with exit code 7
    [2011-09-21:06:41:16] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:06:41:16] Commandline is:
    [2011-09-21:06:41:16] No installed runtime detected
    [2011-09-21:06:41:23] Relaunching with elevation
    [2011-09-21:06:41:23] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5f4d.tmp\adobe air installer.exe -ei
    [2011-09-21:06:41:32] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:41:32] Commandline is: -stdio \\.\pipe\AIR_5904_0 -ei
    [2011-09-21:06:41:32] No installed runtime detected
    [2011-09-21:06:41:32] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:41:32] Installing msi at c:\users\phil\appdata\local\temp\air5f4d.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:41:32] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:41:32] Rolling back install of c:\users\phil\appdata\local\temp\air5f4d.tmp\setup.msi
    [2011-09-21:06:41:32] Rollback complete
    [2011-09-21:06:41:32] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:41:32] Runtime Installer end with exit code 7
    [2011-09-21:06:41:41] Runtime Installer end with exit code 7
    [2011-09-21:06:46:44] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:06:46:44] Commandline is:
    [2011-09-21:06:46:44] No installed runtime detected
    [2011-09-21:06:46:52] Relaunching with elevation
    [2011-09-21:06:46:52] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air5aca.tmp\adobe air installer.exe -ei
    [2011-09-21:06:46:56] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:46:56] Commandline is: -stdio \\.\pipe\AIR_6308_0 -ei
    [2011-09-21:06:46:56] No installed runtime detected
    [2011-09-21:06:46:56] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:46:56] Installing msi at c:\users\phil\appdata\local\temp\air5aca.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:46:56] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:46:56] Rolling back install of c:\users\phil\appdata\local\temp\air5aca.tmp\setup.msi
    [2011-09-21:06:46:56] Rollback complete
    [2011-09-21:06:46:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:46:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:46:58] Runtime Installer end with exit code 7
    [2011-09-21:06:54:29] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:06:54:29] Commandline is:
    [2011-09-21:06:54:29] No installed runtime detected
    [2011-09-21:06:54:33] Relaunching with elevation
    [2011-09-21:06:54:33] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air7942.tmp\adobe air installer.exe -ei
    [2011-09-21:06:54:35] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:06:54:35] Commandline is: -stdio \\.\pipe\AIR_4300_0 -ei
    [2011-09-21:06:54:35] No installed runtime detected
    [2011-09-21:06:54:36] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:06:54:36] Installing msi at c:\users\phil\appdata\local\temp\air7942.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:06:54:36] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:54:36] Rolling back install of c:\users\phil\appdata\local\temp\air7942.tmp\setup.msi
    [2011-09-21:06:54:36] Rollback complete
    [2011-09-21:06:54:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:06:54:36] Runtime Installer end with exit code 7
    [2011-09-21:06:54:38] Runtime Installer end with exit code 7
    [2011-09-21:08:29:22] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:29:22] Commandline is:
    [2011-09-21:08:29:22] No installed runtime detected
    [2011-09-21:08:29:25] Relaunching with elevation
    [2011-09-21:08:29:25] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air556f.tmp\adobe air installer.exe -ei
    [2011-09-21:08:29:29] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:29:29] Commandline is: -stdio \\.\pipe\AIR_7108_0 -ei
    [2011-09-21:08:29:29] No installed runtime detected
    [2011-09-21:08:29:29] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:29:29] Installing msi at c:\users\phil\appdata\local\temp\air556f.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:29:29] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:29:29] Rolling back install of c:\users\phil\appdata\local\temp\air556f.tmp\setup.msi
    [2011-09-21:08:29:29] Rollback complete
    [2011-09-21:08:29:29] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:29:29] Runtime Installer end with exit code 7
    [2011-09-21:08:34:00] Runtime Installer end with exit code 7
    [2011-09-21:08:36:08] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:08] Commandline is:
    [2011-09-21:08:36:08] No installed runtime detected
    [2011-09-21:08:36:11] Relaunching with elevation
    [2011-09-21:08:36:11] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air7bf3.tmp\adobe air installer.exe -ei
    [2011-09-21:08:36:13] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:13] Commandline is: -stdio \\.\pipe\AIR_6760_0 -ei
    [2011-09-21:08:36:13] No installed runtime detected
    [2011-09-21:08:36:13] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:36:13] Installing msi at c:\users\phil\appdata\local\temp\air7bf3.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:36:13] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:13] Rolling back install of c:\users\phil\appdata\local\temp\air7bf3.tmp\setup.msi
    [2011-09-21:08:36:13] Rollback complete
    [2011-09-21:08:36:13] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:13] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:13] Runtime Installer end with exit code 7
    [2011-09-21:08:36:15] Runtime Installer end with exit code 7
    [2011-09-21:08:36:45] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:45] Commandline is:
    [2011-09-21:08:36:45] No installed runtime detected
    [2011-09-21:08:36:49] Relaunching with elevation
    [2011-09-21:08:36:49] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air13de.tmp\adobe air installer.exe -ei
    [2011-09-21:08:36:52] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:36:52] Commandline is: -stdio \\.\pipe\AIR_4472_0 -ei
    [2011-09-21:08:36:52] No installed runtime detected
    [2011-09-21:08:36:52] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:36:52] Installing msi at c:\users\phil\appdata\local\temp\air13de.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:36:52] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:52] Rolling back install of c:\users\phil\appdata\local\temp\air13de.tmp\setup.msi
    [2011-09-21:08:36:52] Rollback complete
    [2011-09-21:08:36:52] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:36:52] Runtime Installer end with exit code 7
    [2011-09-21:08:36:52] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:37:03] Runtime Installer end with exit code 7
    [2011-09-21:08:37:53] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:37:53] Commandline is:
    [2011-09-21:08:37:53] No installed runtime detected
    [2011-09-21:08:37:54] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:37:54] Commandline is:
    [2011-09-21:08:37:54] No installed runtime detected
    [2011-09-21:08:37:55] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:37:55] Commandline is:
    [2011-09-21:08:37:55] No installed runtime detected
    [2011-09-21:08:38:01] Relaunching with elevation
    [2011-09-21:08:38:01] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air18cd.tmp\adobe air installer.exe -ei
    [2011-09-21:08:38:11] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:38:11] Commandline is: -stdio \\.\pipe\AIR_3020_0 -ei
    [2011-09-21:08:38:11] No installed runtime detected
    [2011-09-21:08:38:11] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:38:11] Installing msi at c:\users\phil\appdata\local\temp\air18cd.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:38:11] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:11] Rolling back install of c:\users\phil\appdata\local\temp\air18cd.tmp\setup.msi
    [2011-09-21:08:38:11] Rollback complete
    [2011-09-21:08:38:11] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:11] Runtime Installer end with exit code 7
    [2011-09-21:08:38:13] Runtime Installer end with exit code 7
    [2011-09-21:08:38:20] Relaunching with elevation
    [2011-09-21:08:38:20] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air2903.tmp\adobe air installer.exe -ei
    [2011-09-21:08:38:22] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:38:22] Commandline is: -stdio \\.\pipe\AIR_6784_0 -ei
    [2011-09-21:08:38:22] No installed runtime detected
    [2011-09-21:08:38:22] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:38:22] Installing msi at c:\users\phil\appdata\local\temp\air2903.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:38:22] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:22] Rolling back install of c:\users\phil\appdata\local\temp\air2903.tmp\setup.msi
    [2011-09-21:08:38:22] Rollback complete
    [2011-09-21:08:38:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:22] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:22] Runtime Installer end with exit code 7
    [2011-09-21:08:38:23] Runtime Installer end with exit code 7
    [2011-09-21:08:38:25] Relaunching with elevation
    [2011-09-21:08:38:25] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air1b7c.tmp\adobe air installer.exe -ei
    [2011-09-21:08:38:27] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:38:27] Commandline is: -stdio \\.\pipe\AIR_4472_0 -ei
    [2011-09-21:08:38:27] No installed runtime detected
    [2011-09-21:08:38:27] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:38:27] Installing msi at c:\users\phil\appdata\local\temp\air1b7c.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:38:27] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:27] Rolling back install of c:\users\phil\appdata\local\temp\air1b7c.tmp\setup.msi
    [2011-09-21:08:38:27] Rollback complete
    [2011-09-21:08:38:27] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:38:27] Runtime Installer end with exit code 7
    [2011-09-21:08:38:38] Runtime Installer end with exit code 7
    [2011-09-21:08:38:58] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:38:58] Commandline is:
    [2011-09-21:08:38:58] No installed runtime detected
    [2011-09-21:08:39:02] Relaunching with elevation
    [2011-09-21:08:39:02] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air22cc.tmp\adobe air installer.exe -ei
    [2011-09-21:08:39:04] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:39:04] Commandline is: -stdio \\.\pipe\AIR_7868_0 -ei
    [2011-09-21:08:39:04] No installed runtime detected
    [2011-09-21:08:39:05] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:39:05] Installing msi at c:\users\phil\appdata\local\temp\air22cc.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:39:05] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:05] Rolling back install of c:\users\phil\appdata\local\temp\air22cc.tmp\setup.msi
    [2011-09-21:08:39:05] Rollback complete
    [2011-09-21:08:39:05] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:05] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:05] Runtime Installer end with exit code 7
    [2011-09-21:08:39:08] Runtime Installer end with exit code 7
    [2011-09-21:08:39:37] Runtime Installer begin with version 2.7.1.19610 on Windows Vista x86
    [2011-09-21:08:39:37] Commandline is:
    [2011-09-21:08:39:37] No installed runtime detected
    [2011-09-21:08:39:43] Relaunching with elevation
    [2011-09-21:08:39:43] Launching subprocess with commandline c:\users\phil\appdata\local\temp\airb885.tmp\adobe air installer.exe -ei
    [2011-09-21:08:39:46] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:39:46] Commandline is: -stdio \\.\pipe\AIR_6488_0 -ei
    [2011-09-21:08:39:46] No installed runtime detected
    [2011-09-21:08:39:46] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:39:46] Installing msi at c:\users\phil\appdata\local\temp\airb885.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:39:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:47] Rolling back install of c:\users\phil\appdata\local\temp\airb885.tmp\setup.msi
    [2011-09-21:08:39:47] Rollback complete
    [2011-09-21:08:39:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:47] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:39:47] Runtime Installer end with exit code 7
    [2011-09-21:08:42:54] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:42:54] Commandline is:
    [2011-09-21:08:42:54] No installed runtime detected
    [2011-09-21:08:42:58] Relaunching with elevation
    [2011-09-21:08:42:58] Launching subprocess with commandline c:\users\phil\appdata\local\temp\airba4a.tmp\adobe air installer.exe -ei
    [2011-09-21:08:43:01] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:43:01] Commandline is: -stdio \\.\pipe\AIR_7176_0 -ei
    [2011-09-21:08:43:01] No installed runtime detected
    [2011-09-21:08:43:01] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:43:01] Installing msi at c:\users\phil\appdata\local\temp\airba4a.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:43:01] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:43:01] Rolling back install of c:\users\phil\appdata\local\temp\airba4a.tmp\setup.msi
    [2011-09-21:08:43:01] Rollback complete
    [2011-09-21:08:43:01] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:43:02] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:43:02] Runtime Installer end with exit code 7
    [2011-09-21:08:43:03] Runtime Installer end with exit code 7
    [2011-09-21:08:43:09] Runtime Installer end with exit code 7
    [2011-09-21:08:48:47] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:48:47] Commandline is:
    [2011-09-21:08:48:47] No installed runtime detected
    [2011-09-21:08:48:55] Relaunching with elevation
    [2011-09-21:08:48:55] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air1b9b.tmp\adobe air installer.exe -ei
    [2011-09-21:08:48:55] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:48:55] Commandline is: -stdio \\.\pipe\AIR_5568_0 -ei
    [2011-09-21:08:48:55] No installed runtime detected
    [2011-09-21:08:48:56] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:48:56] Installing msi at c:\users\phil\appdata\local\temp\air1b9b.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:48:56] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:48:56] Rolling back install of c:\users\phil\appdata\local\temp\air1b9b.tmp\setup.msi
    [2011-09-21:08:48:56] Rollback complete
    [2011-09-21:08:48:56] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:48:56] Runtime Installer end with exit code 7
    [2011-09-21:08:49:26] Runtime Installer end with exit code 7
    [2011-09-21:08:56:37] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:56:37] Commandline is:
    [2011-09-21:08:56:37] No installed runtime detected
    [2011-09-21:08:59:53] Relaunching with elevation
    [2011-09-21:08:59:53] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air41b1.tmp\adobe air installer.exe -ei
    [2011-09-21:08:59:53] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:08:59:53] Commandline is: -stdio \\.\pipe\AIR_5656_0 -ei
    [2011-09-21:08:59:53] No installed runtime detected
    [2011-09-21:08:59:53] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:08:59:53] Installing msi at c:\users\phil\appdata\local\temp\air41b1.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:08:59:53] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:59:53] Rolling back install of c:\users\phil\appdata\local\temp\air41b1.tmp\setup.msi
    [2011-09-21:08:59:53] Rollback complete
    [2011-09-21:08:59:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:59:53] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:08:59:53] Runtime Installer end with exit code 7
    [2011-09-21:09:07:06] Runtime Installer end with exit code 7
    [2011-09-21:09:07:39] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:09:07:39] Commandline is:
    [2011-09-21:09:07:39] No installed runtime detected
    [2011-09-21:09:07:44] Relaunching with elevation
    [2011-09-21:09:07:44] Launching subprocess with commandline c:\users\phil\appdata\local\temp\air62c8.tmp\adobe air installer.exe -ei
    [2011-09-21:09:07:44] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86
    [2011-09-21:09:07:44] Commandline is: -stdio \\.\pipe\AIR_7504_0 -ei
    [2011-09-21:09:07:44] No installed runtime detected
    [2011-09-21:09:07:44] Starting silent runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:09:07:44] Installing msi at c:\users\phil\appdata\local\temp\air62c8.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:09:07:44] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:09:07:44] Rolling back install of c:\users\phil\appdata\local\temp\air62c8.tmp\setup.msi
    [2011-09-21:09:07:44] Rollback complete
    [2011-09-21:09:07:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    [2011-09-21:09:07:44] Runtime Installer end with exit code 7
    [2011-09-21:09:07:59] Runtime Installer end with exit code 7

    I'm sorry you're running into installation issues with AIR.  Microsoft has just released a new utility that can help resolve installation problems.  Would you mind giving this a try and let us know how it works for you?  When running the Fix it, go through the uninstall process and try to remove Adobe AIR from your system.  Once finished, download the latest version of AIR and install again.
    Microsoft Install and Uninstall Fix It
    If you still encounter problems, I created a vb script called AIR zapper that might also help.  You can find it on this post: http://forums.adobe.com/message/3737276#3737276
    Thanks,
    Chris

  • Installation Issues with Win XP

    Hi, how are all of you? I am having installation issues with
    Windows XP. Every time I double click the Adobe Air installer, it
    says, "Installer encounters an error and need to be close"
    I have tried on three different PC. All giving same error. I
    downloaded the installer many time from adobe site but nothing
    works.
    Windows XP SP2
    512MB RAM
    Pentium IV 2.4 GHz Processor
    Any suggestion or help will be greatly appreciated.
    Thanks,
    .:.WAHAB

    Hello Tzeng, thank you for your reply. I could not get to the
    log file you mentioned in your reply but here is file generated
    when I get the error:
    FILE LOCATION
    F:\DOCUME~1\DUR-E-~1\LOCALS~1\Temp\c022_appcompat.txt
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="Adobe AIR Installer.exe"
    FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="Adobe AIR Installer.exe"
    SIZE="42304" CHECKSUM="0xAC3BF086" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="setup.exe" INTERNAL_NAME="setup.exe"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x13891"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:52" UPTO_LINK_DATE="02/12/2009 19:35:52" />
    <MATCHING_FILE NAME="AdobeAIRInstaller.exe"
    SIZE="15739760" CHECKSUM="0xA9D06949" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR Installer" COMPANY_NAME="Adobe Systems
    Inc." PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR Installer.exe" INTERNAL_NAME="Adobe
    AIR Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems
    Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF1128F"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:35:39" UPTO_LINK_DATE="02/12/2009 19:35:39" />
    <MATCHING_FILE NAME="flashplayer_9_plugin_debug.exe"
    SIZE="1786846" CHECKSUM="0x2FE8A8E1" BIN_FILE_VERSION="9.0.159.0"
    BIN_PRODUCT_VERSION="9.0.159.0" PRODUCT_VERSION="9.0.159.0"
    FILE_DESCRIPTION="Adobe® Flash® Player Plugin Installer"
    COMPANY_NAME="Adobe Systems Incorporated" PRODUCT_NAME="Adobe®
    Flash® Player Plugin" FILE_VERSION="1.0.20"
    LEGAL_COPYRIGHT="Copyright © 1996-2009 Adobe Systems
    Incorporated and its licensors. All Rights Reserved."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x18FD8B"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="9.0.159.0"
    UPTO_BIN_PRODUCT_VERSION="9.0.159.0" LINK_DATE="01/13/2007
    18:28:10" UPTO_LINK_DATE="01/13/2007 18:28:10"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="setup.msi" SIZE="30720"
    CHECKSUM="0xF9521F1C" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe AIR
    Application Installer.exe" SIZE="67392" CHECKSUM="0x78783101"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR Application
    Installer" COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe
    AIR 1.5.1" FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR
    Application Installer.exe" INTERNAL_NAME="Adobe AIR Application
    Installer.exe" LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x145F9"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:34:43" UPTO_LINK_DATE="02/12/2009 19:34:43" />
    <MATCHING_FILE NAME="Adobe AIR\Versions\1.0\Adobe
    AIR.dll" SIZE="7876928" CHECKSUM="0x7F6C1C4D"
    BIN_FILE_VERSION="1.5.1.8210" BIN_PRODUCT_VERSION="1.5.1.8210"
    PRODUCT_VERSION="1.5.1" FILE_DESCRIPTION="Adobe AIR"
    COMPANY_NAME="Adobe Systems Inc." PRODUCT_NAME="Adobe AIR 1.5.1"
    FILE_VERSION="1.5.1.8210" ORIGINAL_FILENAME="Adobe AIR.dll"
    INTERNAL_NAME="Adobe AIR.dll" LEGAL_COPYRIGHT="Copyright 2009,
    Adobe Systems Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0"
    VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32"
    PE_CHECKSUM="0x789021" LINKER_VERSION="0x0"
    UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\Setup.exe" SIZE="2685104" CHECKSUM="0x7309F0C8"
    BIN_FILE_VERSION="1.0.135.0" BIN_PRODUCT_VERSION="1.0.135.0"
    PRODUCT_VERSION="1,0,135,0" FILE_DESCRIPTION="Adobe Setup"
    COMPANY_NAME="Adobe Systems, Copyright 2005-2007"
    PRODUCT_NAME="Adobe Setup" FILE_VERSION="1,0,135,0"
    ORIGINAL_FILENAME="Setup.exe" INTERNAL_NAME="Setup.exe"
    LEGAL_COPYRIGHT="Adobe Systems, Copyright 2005-2007. All rights
    reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x298CDB"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.0.135.0"
    UPTO_BIN_PRODUCT_VERSION="1.0.135.0" LINK_DATE="03/16/2007
    23:30:15" UPTO_LINK_DATE="03/16/2007 23:30:15"
    VER_LANGUAGE="English (United States) [0x409]" />
    <MATCHING_FILE NAME="Adobe CS3\Flash Professional\Adobe
    CS3\WinBootstrapper.msi" SIZE="1823744" CHECKSUM="0x88506662" />
    </EXE>
    <EXE NAME="Adobe AIR.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="Adobe AIR.dll" SIZE="7876928"
    CHECKSUM="0x7F6C1C4D" BIN_FILE_VERSION="1.5.1.8210"
    BIN_PRODUCT_VERSION="1.5.1.8210" PRODUCT_VERSION="1.5.1"
    FILE_DESCRIPTION="Adobe AIR" COMPANY_NAME="Adobe Systems Inc."
    PRODUCT_NAME="Adobe AIR 1.5.1" FILE_VERSION="1.5.1.8210"
    ORIGINAL_FILENAME="Adobe AIR.dll" INTERNAL_NAME="Adobe AIR.dll"
    LEGAL_COPYRIGHT="Copyright 2009, Adobe Systems Inc."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004"
    VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x789021"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="1.5.1.8210"
    UPTO_BIN_PRODUCT_VERSION="1.5.1.8210" LINK_DATE="02/12/2009
    19:33:38" UPTO_LINK_DATE="02/12/2009 19:33:38" />
    </EXE>
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="983552"
    CHECKSUM="0x4CE79457" BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.2180
    (xpsp_sp2_rtm.040803-2158)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xFF848" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004
    07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    Seems like an XML doc.
    I tried by extracting all the file with WinRAR but nothing
    worked
    Please let me know if you need more information.
    Thanks
    .:.WAHAB

  • Installation Issues for Management Agent on AIX

    I am having installation issues with Oracle Management Agent Install using OUI....
    I have done the following:
    i)     download AIX_Grid_Control_agent_download_10_2_0_1.zip to aix machine.
    ii)     unzip , it creates aix directory.
    iii)     unzip "oui_aix.jar " , which is available under aix/oui/
    iv)     pl unjar "oui_aix.jar " , ( jar -xvf oui_aix.jar )
    v)     set AGENT_HOME=/oracle/WD1/oem/
    vi)     chmod –R 777 * from /oracle/WD1/oem/
    vii)     invoke ./runInstaller from aix/oui/Disk1/
    When I invoke runInstaller it asks me for Additional Management Service install but after first screen does check ask Oracle Home and then goes intsall OUI and never asks for OMS and OMS port etc..
    Can I install the Management agent through OUI... What are the steps ?
    Thanks,
    Atul

    I deinstalled the OUI and again re-installed.. but still I cannot get it working.. That is why I was looking that if somebody came accross the same issue... Why it does not ask the OMS page at all.. If some body has installed Management Agent on AIX through OUI pl. respond.
    Thanks
    Atul

Maybe you are looking for

  • EJB 3.0 Stateful - Limiting number of bean instances

    Hello EJB Experts, I have just started to learn EJB 3.0 and have some basic queries. The application server that I am using is Glassfish. Please find my queries below: 1. To remove an bean instance from the container, we can use the annotation '@Remo

  • Copy some folders of photos from Aperture to iPad

    I want to copy 3 or 4 folders of pics from my Mac (Aperture) to an ipad. when I sync a folder it works and then when i sync a 2nd folder it deletes the original synced one. Can I put 3 or 4 folders into one folder and sync that, but how will it displ

  • Files are one level too deep

    I uploaded my files to my server but they didnt show. My support guy said my files were one level too deep. How do I fix this. email me if you would like the pic of how my files are set up right now. The message below is what he sent me in regards to

  • Image Capture Error Message Pain in the B*** after installing 10.4.10

    I installed the 10.4.10 upgrade, and ever since then when I switch on my Brother DCP 115 printer, I get an error message linked to Image Capture that the connection to the machine has failed, that I should check the cables, switch it off and on an tr

  • It crashed hard and I can't restore it

    Hi! I tried to 'upgrade' in place with the installation disk. It says it can't because the installed version is newer than the disk. The disk is Windows 7 Pro, the box is Windows 7 Pro SP1. How can I recover this? Would an upgrade to Windows 10 Techn