NI Runtime Installation - Windows Installer Error

Dear NI Support team and Members of the Forum,
I currently have a problem installing our software on a customers
computer. I have found a more or less equal error in your Discussion
Forum describing it.
If I want to install our software (Build with LabWindows/CVI 8.5), on
Installationstartup I get an error that I am in Safemode or don't have
administrative Rights to
proceed the installation by the Windows Installer. I did an update on
Win Installer 4.5 (v3), tried to reregister and to reinstall the
Windows Installer but it didn't solve our Problem.
The same problem occurs also if I try to install the NI Runtime Engine
(I attached also two installation logs for you).
I saw the problem (regarding
http://digital.ni.com/public.nsf/allkb/89073CCF16C0AE5986257715008113E8
) could come by one or two hotfixes, but they aren't installed on the
system, would the third Hotfix still be a possible solution?
with friendly regards,
Thomas Mailänder
Attachments:
Foto.JPG ‏561 KB
log.txt ‏382 KB
log_1.txt ‏452 KB

Hi,
here is a Microsoft KB related to the error message you are getting, which is generally connected to a corruption of msiexec.exe .
Try to follow the described procedure.
I hope this helps!
Bye!
Licia

Similar Messages

  • Premier Elements installation (Windows installer) problem.

    I cant install premier elements 12 on my computer, I get a windows installer error message as per the following. I have tried to install the DVD and a downloaded version. Has anyone had (and overcome) the same or similar issues? Many thanks.
    Error message:
    Windows ® Installer. V 5.0.7601.17514
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.

    download from the link here,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Cannot install my product using a long installation path with windows installer when a short installation path works fine

    Hello,
    I'm using Visual Studio 2010 to build a msi installer (windows installer 3.5). This msi will install all necessary files, dlls, documentation in order to have my application correctly installed and ready to run. One of my custom action allow to browse the
    installation directory the default path is c:\program file\company name\product name). In that case the install works fine ie succesful installation.
    However when entering a huge filename (>215 characters and less than 255 chars) such as: C:\Program Files\SITA\SITATEX v8\abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\abcdefghijklmnopqrstuvwxyz0123456789\0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
    I get a dialog box:
    Error writing to file: C:\Program Files\SITA\SITATEX v8\abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\abcdefghijklmnopqrstuvwxyz0123456789\...\Single User Installation Quick Reference Guide.pdf. Verify that you have access
    to that directory
    "Try Again"           "Cancel"
    When I hit "Try again" button, I get another dialog box:
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2350.
    And the installation of my product fails.
    I can create the huge path (>215 chars) manually with windows explorer without problem. I'm using the same account(Admin) when running the installer and when I create manually the path
    Am I reaching the file path limit or? Any clue?
    Thanks for help
    Philippe

    Hi
    I have tried to install the product with the following path (198 chars): C:\Program Files\SITA\SITATEX v8\abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\abcdefghijklmnopqrstuvwxyz0123456789\0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR the
    installation did not succeed but this time no dialog box, no error was displayed. The installation just failed
    I then tried with 180 chars: C:\Program Files\SITA\SITATEX v8\abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\abcdefghijklmnopqrstuvwxyz0123456789\0123456789abcdefghijklmnopqrstuvwxyz
    with same result. The installation did not succeed and no dialog box, no error was displayed.
    I tried with 175chars
    C:\Program Files\SITA\SITATEX v8\abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\abcdefghijklmnopqrstuvwxyz0123456789\0123456789abcdefghijklmnopqrstu
    and this time the installation was successful.
    I have captured the events with
    processmonitor and I have uploaded 2 additional files (LogfilePath175charsSuccessfullInstall.zip and LogfilePath198charsInstallFailed.zip) to Windows Live SkyDrive (http://www.skydrive.live.com) at the same
    place http://cid-35bc4002ff715ab5.office.live.com/browse.aspx/.Public?uc=0 for your attention.
    Thank you
    Philippe

  • Windows installer deletes user favorites on Drive D

    Much of Windows 8.1 reinstalling Windows in a User-preferred way is great, but it can backfire, badly. Windows 8.1 Full Version (Pro) cleaned Drive C using DiskPart.exe as per usual and installed Windows 8.1 to Drive C. During installation Windows installer
    specifically targeted and deleted all Favorites from Drive D where all user file copies are stored between installations. No other user files were deleted.
    Related? Favorites was included in Windows 8.0/early 8.1 personal folders, and is no longer located there: all personal folders including Favorites were typically moved to Drive D disk, including Favorites from C:\Users\Favorites, when it was removed from
    Personal Folders (Regedit, namespace keys). On the one occasion where Windows installer mistakenly deleted Drive D favorites, Windows installer was replacing a Windows installation where favorites were uniquely copied to Drive C default location, rather
    than being moved to Drive D. This was the only occasion when Windows installer 'attacked' user files, and this was the only occasion where my Microsoft Windows 8.1 Account 'experienced' favorites being copied from another drive to the C drive (rather than
    the usual folder properties Location change).
    First, has anyone else been effected by this bug (irregularity)? Second, since Windows reinstallation is 'pre-empting' and making decisions concerning user data, Should not the Account interface provide a way for the User to manage what is otherwise
    reckless installer behavior (other than the end-game Start screen Account layout Synch, obviously)? Minor Registry bug, or new installer functionality surfacing?
    2014... 30 years an artist (web design, not development)

    Kate Li,
    Thank you for your interest. Did I note that R & D engineers from three Teams (setup, activation, security) have been looking at my machine?
    Microsoft account server restores favorites after 3 days
    PROBLEM... Three days after Windows 8.1 OS installation deleted my Favortites (see above), Microsoft Account server restored the files that Windows Setup mistakenly deleted. Set aside 5 hours + to integrate finally restored favorites. Thanks people,
    kindly continue reading.
    Open Internet Explorer.
    Right click top bar to show Favorites. Click top right corner favorites star.
    Drag and drop new address bar links onto star to place in root "Favorites" folder. Favorites folder links must be manually removed one-by-one using right click. Links can also be dragged between folders.
    (note that contents of "Favorites bar" folder are displayed across top of browser window when Favorites bar is showing. "Favorites bar" is shown in the Favorites Star dropdown. When "Favorites" toolbar is selected, "Favortites
    bar" toolbar should be a Favorites toolbar dropdown menu-tree explored and well-adapted in Vista+ versions, but hidden in Windows 8.1 since Favorites is removed and replaced by just "Favorites bar". When "Favorites bar" toolbar
    is selected, existing 2013 Windows 8.1 favorites toolbar shows. This unique favorites architecture easily added to existing Windows Internet Explorer will offer huge customer benefits...
    (note that each drag-and-drop Favorites Star menu action immediately closes menu as if there was only one action to perform! Internet Explorer Favorites Star drop menu is missing a standard active-x functionality built into Windows, and
    very oddly missing from the Star menu. Favorites Star drop menu should lock in place until star is clicked to close, so that users can select and maintain multiple links using copy, move, delete actions without the menu constantly closing after each desktop
    (office) action...
    So two things for R & D to fix.
    1.) Add "Favorites" on top of "Favorites bar" to browser top bar right right-click options, adding options to open in File Explorer or add-remove from toolbar display.
    2.) Adapt current Favorites Star drop menu to include missing active-X Click-To-Close action, for easy favorites links and folders management... without (#$$$) slamming after every mouse action, interrupting work-flow!!!
    WORKAROUND.
    Windows browser Favorites benefit from extensive OS security oversight. One unfortunate result of this oversight is that large favorites collections in fact destabilize the entire Operating System. Oversight also means
    that favorites management is exceedingly cumbersome.
    We have implemented two advanced but helpful Favorites customizations that allow user to open two or more important link folders in File Explorer, so that links can be reasonably managed: one folder is the default C:\Users\Favorites folder and the other
    folder is a large collection of personal links (personal links folder contains an archive of over 2,000 Internet links (a quantity far too large for Windows to store in default oversight Favorites location). Here now are the two folder path links added to
    the Favorites Star root folder (using File Explorer to create and add the links manually to the default Favorites folder):
    C:\Users\username\Favorites
    Drive:\archive folder name
    Drive:\another archive folder name 
    Due to Microsoft's favorites oversight preoccupation, security for archived links in other local locations is simply managed by traditional Windows Defender or third party security.
    Outside of the Internet Favorites folder security zone, in regular User folders. The oversight zone is extremely helpful in front-end Internet applications. However, Users require more default flexibility
    in management of a system-wide local favorites. The two-plus folder customization described above offers advanced users quick and easy customization,
    for the existing Favorites architecture only. Change is coming!
    The click-to-close Favorites Star Menu is needed.
    "Favorites" and "Favorites bar" right click top bar accessalso further implements existing security, customer easy-of-use, and work-flow.

  • Can you move the windows installer folder using junctions?

    I have been reading blogs and articles for quite some time now relating to the controversy between what many users see as wasted disk space for windows installer cache and Microsoft techies who claim that cleaning this folder can cause irreparable system
    damage.
    my question has anyone ever simply tried moving this folder to another drive and than linking it to the windows folder using a junction?? I have never tested this myself but in theory it should work as you could keep the folder on an external storage device
    which would be accessed only when installing or uninstalling a program. from experience the os doesn't generally know the difference between the actual folder and a junction point so the required directory structure for all intents and purposes would technically
    be there.
    if anyone has ever done this successfully please let me know what your results were ?

    Hi Mike,
    Based on my knowledge, you can move windows installer directory using junctions. Please follow the steps below.
    Download Junction from
    http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx.
    CopyC:\windows\installer to X:\installer (X represents a new location).
    Delete all the file in C:\windows \installer.
    Close all Explorer windows.
    Run>cmd>C:\junction C:\windows\installer X:\installer.
    Thanks!
    Andy Altmann
    TechNet Community Support
    I tried this on my Windows XP SP3: moved C:\WINDOWS\Installer folder to other partition (E:\Installer) following steps described here. After this I've launched an ordinary MSI file to install an application. During installation
    Windows Installer deleted all contents of E:\Installer and re-created C:\WINDOWS\Installer as a folder (not a junction).
    Hope it works correctly for Windows 7...

  • 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

  • Error message when installing iTunes on my PC:  This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that  this is a valid Windows installer package

    Error message when trying to install iTunes on my Pc:
    Using Windows 7, had to replace hard drive.  HELP!!
    This installation package could not be
    opened. Verify that the package exists
    and that you can access it, or contact
    the application vendor to verify that
    this is a valid Windows installer package

    Hello JAH1961,
    I recommend following the steps in the article below when getting an error message trying to install iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Unable to install itunes 10.5 after update issue. "windows installer package error"

    So when the update for itunes happened, it wiped my ipod, and then my ipod would not work with itunes. So I uninstalled itunes and tried to reinstall it and it gives me that error message. "There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor." I have tried all the fixes from deleting everything to running command prompts. I think i tried everything.
    Method 1: Right click on the setup file and, from the drop down menu, select 'run as administrator'
    Method 2: Open command prompt in elevated mode and, then unregistered and re-register Windows Installer.
    1. In the Start search box and then type 'cmd', when the command application appears at the top of the start window, right click on it and, from the drop down menu, select 'run as administrator' and type each of these commands in the command prompt and press Enter
       • msiexec /unregister
       • msiexec /regserver
    msiexec.exe belongs to the Windows Installer Component and is used to install new programs that use Windows Installer package files (MSI)
    http://windows.microsoft.com/en-US/windows7/Command-Prompt-frequently-asked-ques tions
    Method 3: Start the Windows Installer service
    1. Click Start, type Services.msc and press {ENTER}
    2. Double-click Windows Installer
    3. Set the Startup type of Windows Installer to Manual
    4. Click Start to start the service. Note down the error message if any.
    5. Click OK.
    If the above mentioned steps don’t resolve the issue, then
    follow the steps and check whether you can resolve the issue:
    Method 4: Empty your Temp directory and restart
    1.       Choose Start > Computer
    2.       In Computer, open the "C:" drive.
    3.       Open the Users folder.
    4.       Double-click the folder titled with your username.
    5.       If you see an AppData folder, skip to step 10. If you don't see an AppData folder, proceed to the next step.
    6.       Choose Organize > Folder and Search Options.
    7.       Click the View tab.
    8.       Select the option to "Show hidden files and folders." (In Windows 7 this option will be called "Show hidden files, folders, and drives").
    9.       Click OK.
    10.    Double-click the AppData folder to open it. If Windows needs your permission to continue click Continue.
    11.    Double-click the Local folder to open it.
    12.    Right-click on the Temp folder and choose Delete.
    13.    In the confirmation dialog that appears click Yes.
    14.    If you are unable to delete the Temp folder, close all programs, especially those in the Notification area ("System Tray") of the Windows Task bar and repeat step 12.
    15.    Restart your computer.
    Method 5: Removing iTunes
    Note: iTunes Store purchases or songs imported from CDs are saved in your My Music folder by default and are not deleted by removing iTunes.
    1.       Quit iTunes.
    2.       From the Start menu, click Control Panel.
    3.       In Control Panel, click Uninstall a program. The Programs and Features Control Panel opens.
    Alternately, in Classic Panel of Control Panel, click Programs and Features.
    4.       Select iTunes from the list of currently installed programs, then click Uninstall.
    5.       When asked if you would like to remove iTunes, click Yes.
    6.       After the uninstallation is complete, do not restart your computer if you are prompted to.
    7.       If other program entries were listed for iTunes in Programs and Features remove those as well.
    8.       In Programs and Features, also remove any iPod Updater applications that are listed in the same fashion as you removed iTunes.
    Method 6: You may also try downloading the Windows Installer Cleanup utility and run that to remove the leftover ITunes installer files that may be causing issues with your current installation.
    You may refer the following article to download the Windows Installer Cleanup Utility:
    http://support.microsoft.com/kb/290301
    1. Click on Start > All Programs and then click Windows Install Cleanup; the Windows Installer Clean Up Utility window appears, listing software that is currently installed on your computer.
    2. Select iTunes from the list and click Remove. If you have multiple iTunes files, remove all of them.
    3. Once you have completed the above steps to Empty your Temp directory, Completely remove iTunes and QuickTime, and Clean up iTunes installer files on the computer, you can install the latest version of iTunes from
    To this:
    This solution correct my bug.
    I had the same error in with the i-tunes installation and i did this and it worked.... This works for any i tunes that fails to install itself on 64 Bit
    You have to go into your registry.
    Start, run, type in “regedit”.
    Next go to HKEY_LOCAL_MACHINE.
    SYSTEM
    CurrentControlSet
    Services
    MSIServer
    To the right you’ll see WOW64. Double click on it, or right click on it and click on modify. Change the setting from 1 to 0.
    Next, go to the start menu again and type in the search box: “services.msc”.
    Look for and find the Windows Installer service.
    Double click on it and tell it to stop. Next, tell it to start.
    You should now be able to install your programs.
    ------  By the way I dont have the WOW64 option is not available.
    I was able to install quick time just fine. All of the other apple software associated with itunes installed fine but itunes did not. Im not sure if there is a virus that could do this. I didnt delete anything but apple folders.
    I have tried other things but i cant remember exactly there were.
    When the install process for itunes is running it changes with the error message shows up during install.
    Thanks.

    I should have posted this earlier, but anyway. I restored my laptop to factory version after backing up any useful data, and the first thing I the laptop was restored was connect to the internet, download and install the latest version of iTunes. And Bingo! It worked.
    Apple helps you find Original Sin with the Windows.

  • Java installer in Windows Vista: error 1721

    Hi,
    I cant install java SE in Windows Vista. I get always this error:
    error 1721. There is a probleme with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.
    Anyone knows how I can solve it? I tryed with other java versions but I get the same error.
    Thanks in advance.

    If all else fails, your Vista could just be screwy.
    If you're willing to go that far, and you've exhausted all other options, you could try reformatting and reinstalling Vista. (Or even XP, since it's way more stable. :D)
    At any rate, this doesn't seem to be the file's problem, as plenty of people have gotten it working.
    Have you installed any ... "distasteful" software on your computer, or tweaked stuff like a hardcore techie? Because it's quite easy to screw with Windows. :)

  • Windows Vista Installation Failed. Error Restart Loop After Install.

    I made it as far as the end of Step 2: Partition for Windows Vista -> Format -> Install -> Restart
    Note: Partition size = 45 GB. Apple USB keyboard and mouse worked fine.
    The install process was stuck in a loop at this point. After restart the screen was black for about 5 minutes. Disc made noise off and on but no screen input. Then it finally restarted. Next screen had error info and a choice to continue. After that a "Install Windows" error msg appeared;
    +"The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer and then restart the installation."+
    Clicking "OK" resulted in the same error msg. along with +"Press any key to boot from disc"+. No success attempting to start up from Windows partition. or disc. Restarted to Mac HD. There is a "Untitled" drive on the Desktop. It contains multiple folders (11 GB). I tried to restart from this drive w/o Windows disc and it returned to the previous error msg.
    Next I tried restarting w/ Option key, inserting Windows disc, clicking on arrow under disc icon and quickly pressing any key. This brought up +"Windows Boot Manager Window"+. The only choice was; +"Windows set up [EMS Enabled]. To specify an advanced option for this choice, press F8. Tools: Windows memory diagnostic.+" None of the key choices (Enter, Tab, Esc) responded. Disc would not eject.
    Booted to Mac HD. Ejected disc w/ mouse. Used Boot Camp to restore partition. After restart screen is black with; +"No bootable device -- insert boot disc and press any key".+ Then I power down/on with Option key. Only Mac HD is displayed. Log into Admin. Mac HD looks fine. Run Disk Utility to verify disk/volume. OK. Also ran TechTool Deluxe. Passed. Open System Preferences, check that Mac HD Startup Disk is highlighted. Restart. OK now.
    What is going on? I was quite confident this would install without any problem since I was using the latest OS X 10.5.6 and Windows Vista Business (early version). Could that be the cause? I had no problem installing it under VMware Fusion 2 (downloaded updates), worked flawlessly. If I can't get this to work then I have to go back to a PC for ACAD. HELP!!
    Can I get Apple Support for this issue (Phone only, or Genius Bar)? I have AppleCare.
    Message was edited by: Sakahara
    Message was edited by: Sakahara

    Your problem sounds somewhat like mine, although not exactly. In my case it seems as if my CD/DVD drive didn't like the hologram on my Windows XP install CD. I solved this by using Disk Utility to make a disk image of the Windows DVD and then burning the disk image onto a new DVD with an opaque "label". That solved that problem.
    A further problem occurred after that. When I got to the screen that told me to hit "Enter" to start the installation process my keyboard was unresponsive. I solved this by buying a cheap Windows keyboard. That solved that problem and I now have Windows XP running just fine.
    I think that you'll find that Apple tech support isn't very responsive to these sort of problems. I don't have Apple Care but was willing to pay my $49 for tech support. I ended up talking to a "Boot Camp specialist". He was polite but told me that it was "a windows problem" and that Apple didn't support Windows. I agree that Apple can't support windows but it seemed like my two problems were "Mac problems". Anyway, after tearing my hair out for 4 days I finally got it done. I have to admit that I'm not happy with apple tech support.

  • Windows Installer error message when installing or removing iTunes

    When I try to either upgrade, install, or remove iTunes, I get this message:
    "The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance."
    Anyone know how I can fix this?

    Microsoft have this help article on this error message;
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;q315346#kb1

  • My iTunes wont update, and I can't connect my new iPhone if it doesn't update. It says error when I try to update, and I cant download it because of a "Windows Installer" error...

    I just not a new iPhone and in order to sync it I need the newest iTunes, but I can't update it! I tried checking for updates and then trying to downlaod it. I get this error: "Errors occured while installing the updates. If the problem persists, chose Tools > Download Only and try installing manually."
    Where on earth is Tools anyway?
    When I tried just reinstalling all of iTunes, I had a Windows Installer error...I don't even know what that is!

    tools is at the top of the apple updater but dont get your hopes up

  • Cannot delete itunes from pc,message states. a network error occurred while attempting to read from the file C:\windows\installer\itunes.msi

    ITUNES WILL NOT DELETE FROM ADD @ REMOVE PROGRAMS,
    MESSAGE, READS  a network error occured while attempting to read from the file  C:WINDOWS\installer\iTunes.msi

    All sorted now just needed to repair itunes from control panel

  • I am trying to install iTunes on my PC, but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." Help!

    I am trying to install iTunes on my PC (using Windows 8.1), but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." The iTunes file (64-bit) I am trying to install, is named "iTunes64Setup.exe". What seems to be the problem? Help!

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • DTM 6.0 sync error 2753 and windows installer errors, please help

    I have tried install and uninstall over 5 times with the same errors
    , this is what happens when i install
    when i start to install DTM 6 on Win7 64bit, first message i get says.
    Windows Installer, Pending Microsoft Visual C++ 2008 Redistributable, it tried to install this but then says failed to install even though its already installed, therefore i cancel this carry on with the install which completes.
    Now when i run the application and click on back up, i get a box saying The error message says, " The feature you are trying to use is on a network resource that is unavailable".   It is looking for the Apploader.msi file in the C:\Documents and Settings\user\Application Data\Research In Motion\BlackBerry\ directory.. i have tried looking for Apploader.msi but it does not exist so i have to cancel, if i keep pressing cancel it does eventually backup. but i can not sync as every time i try to setup the sync config setting i get a error message. error 2753 The file MsOutlookApiProxy64.exe D9D285E5_C9F0_4101_A12C_555AE1C1593F is not marked for installation
    I have tried searching the web but no one can help, Like you say what the point if i can't sync.
    Please if anyone can help fix this, i would regard them as genius
    Solved!
    Go to Solution.

    Hi beeman,
    Try clean uninstalling then reinstalling the Blackberry Desktop Software 6.0 following this KB article. http://bbry.lv/da1SoE
    Hope this helps,
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • How to keep all my itunes after install of leopard?

    Assume I am not all that when it comes to macs. Not new but rusty. I have tiger with itunes and it has loads of podcasts/albums(rips) etc, and also on my ipod touch. I would like some help as to how do I keep all this after I install leopard. I think

  • Creating login screens in java

    hello. this is james mcfadden. i am trying to create a login screen in java. the problem i have is this: i am completely new to GUI programming. i know that i have to use strings. the code shown below is incomplete and when i try to compile it i get

  • Customization of Standard SLIN functionality

    Hi Experts, We need to customize the standard Slin Check functionality where we are passing multiple programs and using FMs, 'EXTENDED_PROGRAM_CHECK' and 'EXTENDED_PROGRAM_CHECK_SHOW'. But these FMs displaying slin errors in standard way. But our req

  • How to register PPE by Bapi or FMs

    I have created a program for registering PPE in the Batch input way. But it fails in background mode. Is there any other way such as Bapi or FM to do it ? Thanks

  • WLST - updated on dev2dev

    Hello there, I have posted a newer version of WLST on dev2dev at, http://dev2dev.bea.com/codelibrary/code/wlst.jsp Please download this newer version to replace the old. Several improvements and bug fixes are made. Thanks and as always your feedback