GRUB2 Install Failing on MSI GD-53

Following the instructions on https://wiki.archlinux.org/index.php/GRUB2:
I can create and mount the EFI partition fine, and the installation process seems to work absolutely fine up to the point where I input
# modprobe efivars
At which point I get a "no such device found" error and, upon running
# ls -1 /sys/firmware/efi/vars/
I am told the directory does not exist. However, I have absolutely no idea what's going wrong. My motherboard doesn't seem to have an option of booting outside of EFI mode (I can't choose either way, so I'm assuming it's stuck on EFI mode), and I'm fairly sure my firmware is 64-bit, so I don't know what the problem is. Does anyone have any suggestions for what I could check?

You need to boot the installer via uefi to use efivars and efibootmgr. Follow https://gitorious.org/tianocore_uefi_du … I_boot_USB . You seem to have used BIOS boot mode.
Last edited by the.ridikulus.rat (2011-11-23 16:42:49)

Similar Messages

  • SCCM 2012 R2 Install - SMS_NOTIFICATION_SERVER install fail - bgbisapi.msi could not install

    Installed SCCM 2012 R2 Primary Site on the D: drive on a Windows 2012 R2 server. The install went as expected but when I open the Component Status, there are a number of Error messages which pertain to the failed installation of the SMS_NOTIFICATION_SERVER:
    "Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install."
    Here is the error from BgbSetup.log:
    <01/16/15 14:53:55> Installing the SMSBGB
    <01/16/15 14:53:55> Passed OS version check.
    <01/16/15 14:53:55> IIS Service is installed.
    <01/16/15 14:53:55> SMSBGB already installed (Product Code: {A78E8003-2307-4B70-B7CD-1A07C0A31D21}).  Upgrading/Reinstalling SMSBGB
    <01/16/15 14:53:55> New SMSBGB is the same product code.  This is a minor upgrade.
    <01/16/15 14:53:55> Enabling MSI logging.  bgbisapi.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\bgbisapiMSI.log
    <01/16/15 14:53:55> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\bgbisapi.msi REINSTALL=ALL REINSTALLMODE=vmaus CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration
    Manager" USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <01/16/15 14:54:04> bgbisapi.msi exited with return code: 0
    <01/16/15 14:54:04> Installation was successful.
    <01/16/15 14:54:04> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /u "D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/16/15 14:54:08> CTool::RegisterComPlusService: Failed to unregister D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/16/15 14:54:08> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"D:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "D:\Program
    Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/16/15 14:54:12> CTool::RegisterComPlusService: Failed to register D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/16/15 14:54:12> Cannot register BGB server channel DLL D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll. Installation cannot continue.
    <01/16/15 14:54:12> Fatal MSI Error - bgbisapi.msi could not be installed.
    <01/16/15 14:54:12> ~RoleSetup().
    <01/16/15 14:54:21> ====================================================================
    From what I've read online this problem seems to be born of installing SCCm on the D: drive which throws dotNET. A few people seem to have had some luck with editing two of the dotNET files (regsvcs.exe.config and InstallUtil.exe.config) to include
    the following lines:
        <runtime>
            <loadfromRemoteSources enabled="true"/>
        </runtime>
    In pursuit of a fix, I took backups of both files and then made the change to regsvc.exe.config but I was unable to do the same with Installutil.exe.config (opening the file in Admin Notepad would only let me Save As...).
    Can anyone suggest what the problem could be? Am I barking up the wrong tree with the config file editing? Any info/advice would be much appreciated.
    Thanks!

    Hi,
    You could try to copy Installutil.exe.config and edit the copy-file. Then copy the edited file to replace the old file.
    Reference:ConfigMgr 2012 R2 – Notification Server Install Errors
    Note: Microsoft provides third-party contact information
    to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce

  • SCCM 2012 - sms_notificaiton_server install fails, bgbisapi.msi could not be installed

    Hi,
    installed a SCCM 2012 R2 Primary site on a 2012 R2 server on the D: drive. Everything seemed to go well, however i am am now encountering issues with the SMS_NOTIFICATION_SERVER in that the site component manager is unable to install it. The status message
    viewer informs me that, "Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install."
    When i check the Bgbsetup.log, i see the following lines: 
    <01/19/15 14:46:27> CTool::RegisterComPlusService: Failed to unregister D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/19/15 14:46:27> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"D:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "D:\Program
    Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/19/15 14:46:30> CTool::RegisterComPlusService: Failed to register D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/19/15 14:46:30> Cannot register BGB server channel DLL D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll. Installation cannot continue.
    <01/19/15 14:46:30> Fatal MSI Error - bgbisapi.msi could not be installed.
    Having done a bit of reading, it seems a few other people have come accross this issue before:
    https://rikkoss.wordpress.com/2013/12/11/tip-do-not-change-the-default-installation-location-for-configmgr-2012/
    http://www.windows-noob.com/forums/index.php?/topic/7401-sms-notification-server-failed-critical-sccm-sp1-sql-2012-sp1/
    The solution for these folks seems to be to edit 2 files in the .Net folder,InstallUtil.exe.config and Regsvc.exe.config,
    and insert the following code:
    <runtime>
    <loadFromRemoteSources enabled=”true”/>
    </runtime>
    However, this hasn't worked for me and i'm still getting stuck with the same error messages. Since i'd really like to avoid reinstalling SCCM on the C: drive, can anyone suggest any possible solutions to this issue? 

    The MPsetup.log has this:
    <01/20/15 16:28:11>         ======== Completed Installation of Pre Reqs for Role SMSMP ========
    <01/20/15 16:28:11> Installing the SMSMP
    <01/20/15 16:28:11> Passed OS version check.
    <01/20/15 16:28:11> IIS Service is installed.
    <01/20/15 16:28:11> No versions of SMSMP are installed.  Installing new SMSMP.
    <01/20/15 16:28:11> Enabling MSI logging.  mp.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    <01/20/15 16:28:11> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80
    USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <01/20/15 16:28:12> mp.msi exited with return code: 1603
    <01/20/15 16:28:12> Backing up D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log.LastError
    <01/20/15 16:28:12> Fatal MSI Error - mp.msi could not be installed.
    and the MPmsi.log has this:
    MSI (s) (B0:E0) [16:37:14:660]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI23F6.tmp, Entrypoint: CcmRegisterPerfCounters
    [16:37:14] @@ERR:25001
    Internal Error 25001. 80070057
    MSI (s) (B0!F8) [16:37:14:676]: Product: BGB http proxy -- Internal Error 25001. 80070057
    CustomAction CcmRegisterPerfCounters returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Had a go at removing the MP, disabled the UAC and reinstalling the MP. Same result unfortunately...The server is temporarily housed in a block GPO OU so group policy shouldn't be an issue. Thanks for all the help so far!

  • Flash 12 MSI install failed

    Under 32bit win7 pro
    click  flash player 12 msi file by below:
    http://www.adobe.com/hk_zh/products/flashplayer/distribution3.html
    But fail to install.
    Why msi can not be installed?

    Download the following by right clicking and selecting "Save target as":
    Shockwave Player Uninstaller
    Flash Player Uninstaller
    Flash Player for ActiveX (Internet Explorer)
    Save these to your Downloads folder - DO NOT RUN ANYTHING YET
    Reboot your system
    BEFORE running anything else, run the Uninstallers.
    Go to: C/Windows/System32 and delete the Macromed folder.
    Go to: C/Windows/SysWOW64 and deletew the Macromed folder.
    Open your Registry Editor (Start>Run or press the Windows key + R, and then type "regedit" [minus the quotes] and click OK)
    In the Registry Editor, go to HKEY_LOCAL_MACHINE/SOFTWARE and delete the Macromedia folder
    Go to HKEY_CURRENT_USER/Software and delete the Macromedia folder there as well.
    Close the Registry Editor and empty your Recycle Bin.
    Once it finishes, run the Flash Player installer for ActiveX.
    Afterward,  download the Shockwave Player 12 FULL Installer to update it too. (Note: the link is to a download page - there ISN'T an ActiveX full installer download I can post here. Also, it says 11, but it's 12)

  • MSI Group Policy install failing because of administrator rights problem

    I have succesfully installed the desktop manager software 4.6 on my PC using the MSI from the CD. I am a domain administrator, when I try to install the same MSI on other users in the domain through group policy who are not administrators the software will not install. I have checked and the policy is definately being applied and it says on logon that the Blackberry Desktop Manager software is being installed but no icon or program group is created.
    I don't want to give users administrator rights as the users are not allowed to install software on their PC. Normally software installs through group policy without a problem. I don't want to have to go around to each PC and install manually if I can avoid it.
    Any help would be most appreciated.
    Solved!
    Go to Solution.

    Someone else would really need to answer this, but i have my own simple solution we use here.
    Create a share file eg //138.218.137.22 etc etc for the user to go to. In here save a copy of the desktop manager. Get them to click and drag it to their desktop and install the file from there. (do not install the file directly from the shared drive)
    Is the cd version won't work, get the install.exe from the blackberry site..
    If your issue is resolved, put a checkmark in the green box that contains the resolution.
    OR
    If it was just/or also really helpful - Give it a Kudos.. Go on Mate.. Help the rest of the clueless blackberry user world find their answer too..
    ~Gday from Down Under~

  • Component SMS_Contol_manager and SMS_Notification_server install failed on SCCM2012

    we have try to uninstall client and remove the ccm namespace from wmi, and reisntall MP, no luck
    below log from mpmsi.log.lasterror
    === Verbose logging started: 8/27/2014  20:50:23  Build type: SHIP UNICODE 5.00.9600.00  Calling process: H:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe ===
    MSI (c) (9C:58) [20:50:23:592]: Resetting cached policy values
    MSI (c) (9C:58) [20:50:23:592]: Machine policy value 'Debug' is 0
    MSI (c) (9C:58) [20:50:23:592]: ******* RunEngine:
               ******* Product: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (9C:58) [20:50:23:592]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (9C:58) [20:50:23:592]: Grabbed execution mutex.
    MSI (c) (9C:58) [20:50:23:594]: Cloaking enabled.
    MSI (c) (9C:58) [20:50:23:594]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (9C:58) [20:50:23:594]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (24:FC) [20:50:23:598]: Running installation inside multi-package transaction h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
    MSI (s) (24:FC) [20:50:23:598]: Grabbed execution mutex.
    MSI (s) (24:48) [20:50:23:599]: Resetting cached policy values
    MSI (s) (24:48) [20:50:23:599]: Machine policy value 'Debug' is 0
    MSI (s) (24:48) [20:50:23:599]: ******* RunEngine:
               ******* Product: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (24:48) [20:50:23:599]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (24:48) [20:50:23:603]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (24:48) [20:50:23:605]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (24:48) [20:50:23:606]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2
    MSI (s) (24:48) [20:50:23:607]: File will have security applied from OpCode.
    MSI (s) (24:48) [20:50:23:619]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi' against software restriction policy
    MSI (s) (24:48) [20:50:23:619]: SOFTWARE RESTRICTION POLICY: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi has a digital signature
    MSI (s) (24:48) [20:50:23:619]: SOFTWARE RESTRICTION POLICY: h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi is permitted to run because the user token authorizes execution (system or service token).
    MSI (s) (24:48) [20:50:23:619]: MSCOREE not loaded loading copy from system32
    MSI (s) (24:48) [20:50:23:621]: End dialog not enabled
    MSI (s) (24:48) [20:50:23:621]: Original package ==> h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
    MSI (s) (24:48) [20:50:23:621]: Package we're running from ==> C:\Windows\Installer\6257f6f.msi
    MSI (s) (24:48) [20:50:23:624]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (24:48) [20:50:23:624]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'.
    MSI (s) (24:48) [20:50:23:624]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (24:48) [20:50:23:626]: Machine policy value 'TransformsSecure' is 1
    MSI (s) (24:48) [20:50:23:627]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'DisablePatch' is 0
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (24:48) [20:50:23:627]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (24:48) [20:50:23:627]: APPCOMPAT: looking for appcompat database entry with ProductCode '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'.
    MSI (s) (24:48) [20:50:23:627]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (24:48) [20:50:23:627]: Transforms are not secure.
    MSI (s) (24:48) [20:50:23:628]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'h:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log'.
    MSI (s) (24:48) [20:50:23:628]: Command Line: CCMINSTALLDIR=h:\Program Files\SMS_CCM CCMSERVERDATAROOT=h:\Program Files\Microsoft Configuration Manager USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE
    CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1 CURRENTDIRECTORY=H:\Program Files\Microsoft Configuration Manager\bin\x64 CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=6556
    MSI (s) (24:48) [20:50:23:628]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (24:48) [20:50:23:628]: Product Code from property table before transforms: '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'
    MSI (s) (24:48) [20:50:23:628]: Product Code from property table after transforms:  '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}'
    MSI (s) (24:48) [20:50:23:628]: Product not registered: beginning first-time install
    MSI (s) (24:48) [20:50:23:630]: Machine policy value 'DisableMsi' is 1
    MSI (s) (24:48) [20:50:23:630]: Product {6CED3AB0-05AF-4C81-8DBE-A62661C26F40} is not managed.
    MSI (s) (24:48) [20:50:23:630]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (24:48) [20:50:23:630]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (24:48) [20:50:23:630]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (24:48) [20:50:23:630]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (24:48) [20:50:23:630]: Adding new sources is allowed.
    MSI (s) (24:48) [20:50:23:630]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:630]: Package name extracted from package path: 'mp.msi'
    MSI (s) (24:48) [20:50:23:630]: Package to be registered: 'mp.msi'
    MSI (s) (24:48) [20:50:23:631]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (24:48) [20:50:23:631]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (24:48) [20:50:23:631]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (24:48) [20:50:23:631]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (24:48) [20:50:23:631]: Running product '{6CED3AB0-05AF-4C81-8DBE-A62661C26F40}' with elevated privileges: Product is assigned.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMINSTALLDIR property. Its value is 'h:\Program Files\SMS_CCM'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMSERVERDATAROOT property. Its value is 'h:\Program Files\Microsoft Configuration Manager'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding USESMSPORTS property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding SMSPORTS property. Its value is '80'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding USESMSSSLPORTS property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding SMSSSLPORTS property. Its value is '443'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding USESMSSSL property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding SMSSSLSTATE property. Its value is '0'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMENABLELOGGING property. Its value is 'TRUE'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMLOGLEVEL property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMLOGMAXSIZE property. Its value is '1000000'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CCMLOGMAXHISTORY property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'H:\Program Files\Microsoft Configuration Manager\bin\x64'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:631]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '6556'.
    MSI (s) (24:48) [20:50:23:631]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (24:48) [20:50:23:632]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'd8d0cefc1249514889002637bb750a41'.
    MSI (s) (24:48) [20:50:23:632]: RESTART MANAGER: Session opened.
    MSI (s) (24:48) [20:50:23:632]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:632]: TRANSFORMS property is now:
    MSI (s) (24:48) [20:50:23:632]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (24:48) [20:50:23:633]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming
    MSI (s) (24:48) [20:50:23:634]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Favorites
    MSI (s) (24:48) [20:50:23:634]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (24:48) [20:50:23:635]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Documents
    MSI (s) (24:48) [20:50:23:635]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (24:48) [20:50:23:636]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (24:48) [20:50:23:636]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (24:48) [20:50:23:637]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (24:48) [20:50:23:637]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (24:48) [20:50:23:638]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Local
    MSI (s) (24:48) [20:50:23:638]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Pictures
    MSI (s) (24:48) [20:50:23:639]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (24:48) [20:50:23:640]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (24:48) [20:50:23:640]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (24:48) [20:50:23:641]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (24:48) [20:50:23:641]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (24:48) [20:50:23:642]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (24:48) [20:50:23:643]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (24:48) [20:50:23:643]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (24:48) [20:50:23:644]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (24:48) [20:50:23:644]: SHELL32::SHGetFolderPath returned: C:\Windows\system32\config\systemprofile\Desktop
    MSI (s) (24:48) [20:50:23:645]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (24:48) [20:50:23:645]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (24:48) [20:50:23:645]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (24:48) [20:50:23:648]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (24:48) [20:50:23:648]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (24:48) [20:50:23:648]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\6257f6f.msi'.
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi'.
    MSI (s) (24:48) [20:50:23:648]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (24:48) [20:50:23:648]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (24:48) [20:50:23:648]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (24:48) [20:50:23:648]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (24:48) [20:50:23:648]: Machine policy value 'DisableRollback' is 0
    MSI (s) (24:48) [20:50:23:648]: User policy value 'DisableRollback' is 0
    MSI (s) (24:48) [20:50:23:648]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 8/27/2014  20:50:23 ===
    MSI (s) (24:48) [20:50:23:649]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (s) (24:48) [20:50:23:649]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
    MSI (s) (24:48) [20:50:23:649]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (24:48) [20:50:23:649]: Doing action: INSTALL
    Action start 20:50:23: INSTALL.
    MSI (s) (24:48) [20:50:23:650]: Running ExecuteSequence
    MSI (s) (24:48) [20:50:23:650]: Doing action: System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933
    MSI (s) (24:48) [20:50:23:650]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933'
    MSI (s) (24:48) [20:50:23:650]: PROPERTY CHANGE: Adding System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933.
    MSI (s) (24:48) [20:50:23:651]: Doing action: SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933
    Action ended 20:50:23: System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933. Return value 1.
    MSI (s) (24:48) [20:50:23:651]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933'
    MSI (s) (24:48) [20:50:23:651]: PROPERTY CHANGE: Adding SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933.
    MSI (s) (24:48) [20:50:23:651]: Doing action: SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3
    Action ended 20:50:23: SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933. Return value 1.
    MSI (s) (24:48) [20:50:23:652]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3'
    MSI (s) (24:48) [20:50:23:652]: PROPERTY CHANGE: Adding SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3.
    MSI (s) (24:48) [20:50:23:652]: Doing action: System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3
    Action ended 20:50:23: SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3. Return value 1.
    MSI (s) (24:48) [20:50:23:652]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3'
    MSI (s) (24:48) [20:50:23:652]: PROPERTY CHANGE: Adding System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3.
    MSI (s) (24:48) [20:50:23:653]: Doing action: SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61
    Action ended 20:50:23: System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3. Return value 1.
    MSI (s) (24:48) [20:50:23:653]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61'
    MSI (s) (24:48) [20:50:23:653]: PROPERTY CHANGE: Adding SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61.
    MSI (s) (24:48) [20:50:23:653]: Doing action: System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61
    Action ended 20:50:23: SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61. Return value 1.
    MSI (s) (24:48) [20:50:23:654]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61'
    MSI (s) (24:48) [20:50:23:654]: PROPERTY CHANGE: Adding System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61.
    MSI (s) (24:48) [20:50:23:654]: Doing action: SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7
    Action ended 20:50:23: System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61. Return value 1.
    MSI (s) (24:48) [20:50:23:654]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7'
    MSI (s) (24:48) [20:50:23:654]: PROPERTY CHANGE: Adding SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7.
    MSI (s) (24:48) [20:50:23:655]: Doing action: System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7
    Action ended 20:50:23: SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7. Return value 1.
    MSI (s) (24:48) [20:50:23:655]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7'
    MSI (s) (24:48) [20:50:23:655]: PROPERTY CHANGE: Adding System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7.
    MSI (s) (24:48) [20:50:23:655]: Doing action: SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2
    Action ended 20:50:23: System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7. Return value 1.
    MSI (s) (24:48) [20:50:23:656]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2'
    MSI (s) (24:48) [20:50:23:656]: PROPERTY CHANGE: Adding SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 20:50:23: SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2.
    MSI (s) (24:48) [20:50:23:656]: Doing action: System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2
    Action ended 20:50:23: SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2. Return value 1.
    MSI (s) (24:48) [20:50:23:656]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2'
    MSI (s) (24:48) [20:50:23:656]: PROPERTY CHANGE: Adding System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2 property. Its value is 'C:\Windows\system32\'.
    Action start 20:50:23: System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2.
    MSI (s) (24:48) [20:50:23:657]: Doing action: LaunchConditions
    Action ended 20:50:23: System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2. Return value 1.
    Action start 20:50:23: LaunchConditions.
    MSI (s) (24:48) [20:50:23:657]: Skipping action: CcmSwitchToRepairMode (condition is false)
    MSI (s) (24:48) [20:50:23:657]: Doing action: AppSearch
    Action ended 20:50:23: LaunchConditions. Return value 1.
    Action start 20:50:23: AppSearch.
    MSI (s) (24:48) [20:50:23:658]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:658]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:659]: PROPERTY CHANGE: Modifying CCMINSTALLDIR property. Its current value is 'h:\Program Files\SMS_CCM'. Its new value: 'C:\Windows\CCM\'.
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\CCM\Embedded 3: 2
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:659]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Microsoft\CCM\Logging\DebugLogging 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\SMS\IIS 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\SMS\MP 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\SMS\MP 3: 2
    MSI (s) (24:48) [20:50:23:660]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (s) (24:48) [20:50:23:661]: Skipping action: CcmAbortIfEmbeddedExists (condition is false)
    MSI (s) (24:48) [20:50:23:661]: Doing action: CCPSearch
    Action ended 20:50:23: AppSearch. Return value 1.
    MSI (s) (24:48) [20:50:23:661]: Note: 1: 2205 2:  3: CCPSearch
    MSI (s) (24:48) [20:50:23:661]: Note: 1: 2228 2:  3: CCPSearch 4: SELECT `Signature_` FROM `CCPSearch`
    Action start 20:50:23: CCPSearch.
    MSI (s) (24:48) [20:50:23:661]: Doing action: RMCCPSearch
    Action ended 20:50:23: CCPSearch. Return value 0.
    MSI (s) (24:48) [20:50:23:662]: Note: 1: 2205 2:  3: CCPSearch
    MSI (s) (24:48) [20:50:23:662]: Note: 1: 2228 2:  3: CCPSearch 4: SELECT `Signature_` FROM `CCPSearch`
    Action start 20:50:23: RMCCPSearch.
    MSI (s) (24:48) [20:50:23:662]: Doing action: ValidateProductID
    Action ended 20:50:23: RMCCPSearch. Return value 0.
    Action start 20:50:23: ValidateProductID.
    MSI (s) (24:48) [20:50:23:662]: Skipping action: CcmSetInstallDir32 (condition is false)
    MSI (s) (24:48) [20:50:23:662]: Doing action: CcmSetInstallDir64
    Action ended 20:50:23: ValidateProductID. Return value 1.
    MSI (s) (24:48) [20:50:23:663]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'CcmSetInstallDir64'
    MSI (s) (24:48) [20:50:23:663]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\Windows\CCM'.
    Action start 20:50:23: CcmSetInstallDir64.
    MSI (s) (24:48) [20:50:23:663]: Doing action: CcmSetInstallDirFromCmdLine
    Action ended 20:50:23: CcmSetInstallDir64. Return value 1.
    MSI (s) (24:48) [20:50:23:664]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'CcmSetInstallDirFromCmdLine'
    MSI (s) (24:48) [20:50:23:664]: PROPERTY CHANGE: Modifying TARGETDIR property. Its current value is 'C:\Windows\CCM'. Its new value: 'C:\Windows\CCM\'.
    Action start 20:50:23: CcmSetInstallDirFromCmdLine.
    MSI (s) (24:48) [20:50:23:664]: Doing action: CcmSetPrimaryFolder
    Action ended 20:50:23: CcmSetInstallDirFromCmdLine. Return value 1.
    MSI (s) (24:48) [20:50:23:664]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'CcmSetPrimaryFolder'
    MSI (s) (24:48) [20:50:23:664]: PROPERTY CHANGE: Adding PRIMARYFOLDER property. Its value is 'TARGETDIR'.
    Action start 20:50:23: CcmSetPrimaryFolder.
    MSI (s) (24:48) [20:50:23:665]: Doing action: FindRelatedProducts
    Action ended 20:50:23: CcmSetPrimaryFolder. Return value 1.
    Action start 20:50:23: FindRelatedProducts.
    MSI (s) (24:48) [20:50:23:665]: PROPERTY CHANGE: Adding SMSSP1COLOCDOWNGRADE property. Its value is '{8864FB91-94EE-4F16-A144-0D82A232049D}'.
    MSI (s) (24:48) [20:50:23:666]: Skipping action: SmsDetectUnsupportedUpgrade (condition is false)
    MSI (s) (24:48) [20:50:23:666]: Skipping action: SmsDetectDowngrade (condition is false)
    MSI (s) (24:48) [20:50:23:666]: Skipping action: CcmDetectUnsupportedUpgrade (condition is false)
    MSI (s) (24:48) [20:50:23:666]: Doing action: SmsDetectColocationDowngrade
    Action ended 20:50:23: FindRelatedProducts. Return value 1.
    MSI (s) (24:48) [20:50:23:666]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SmsDetectColocationDowngrade'
    Action start 20:50:23: SmsDetectColocationDowngrade.
    MSI (s) (24:48) [20:50:23:666]: Product: ConfigMgr Management Point -- A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Action ended 20:50:23: SmsDetectColocationDowngrade. Return value 3.
    Action ended 20:50:23: INSTALL. Return value 3.
    Property(S): UpgradeCode = {ABD0F60F-1622-4311-8989-106B60D784FF}
    Property(S): TARGETDIR = C:\Windows\CCM\
    Property(S): ALLUSERS = 1
    Property(S): ErrorDialog = ErrorDialog
    Property(S): ProductName = ConfigMgr Management Point
    Property(S): ProductCode = {6CED3AB0-05AF-4C81-8DBE-A62661C26F40}
    Property(S): PackageCode = {5CBAF9F8-A298-49C0-B874-D0F5F0F39DB4}
    Property(S): Manufacturer = Microsoft Corporation
    Property(S): ProductVersion = 5.00.7804.1000
    Property(S): ProductLanguage = 1033
    Property(S): SMSCWSREGKEYNAME = MPCWSPath
    Property(S): CcmCheckRepairNotInstalled_ActionText = Abort repair if the product has not been installed.
    Property(S): CcmSwitchToRepairMode_ActionText = Product has been installed. Switch to repair mode for this installation.
    Property(S): CcmSuppressReboot_ActionText = Suppress machine reboot after installation.
    Property(S): CcmCheckFreeDiskSpace_ActionText = Check if the target volumn has enough space for the installation.
    Property(S): CcmCheckFreeDiskSpace2_ActionText = Check if the target volumn has enough space for the installation.
    Property(S): CcmSetInstallDirFromCmdLine_ActionText = Property custom action for setting install directory from command line.
    Property(S): CcmCreateWmiNamespacesInit_ActionText = Processes the table CcmWmiNamespace and sends the context to CcmCreateWmiNamespaces.
    Property(S): CcmCreateWmiNamespaces_ActionText = Creates the WMI namespaces found in the CcmWmiNamespace table
    Property(S): CcmCreateWmiNamespacesRollback_ActionText = Calls CcmRemoveWmiNamespaces. Deletes the WMI namespaces.
    Property(S): CcmRemoveWmiNamespacesInit_ActionText = Processes the table CcmWmiNamespace and sends the context to CcmRemoveWmiNamespaces.
    Property(S): CcmRemoveWmiNamespaces_ActionText = Deletes WMI namespaces.
    Property(S): CcmRegisterWmiMofFilesInit_ActionText = Queues MOF files in the CcmWmiMofFile table to be compiled.
    Property(S): CcmRegisterWmiMofFile_ActionText = Compiles MOF files that were queued by CcmRegisterWmiMofFilesInit.
    Property(S): CcmWmiRollback_ActionText = Deletes the existin site policy config and then recompiles MOF to restore old WMI instances.
    Property(S): CcmDeleteWmiBackup_ActionText = Deletes the back up mof of the wmi namespace created for rolling back purposes.
    Property(S): CcmRemoveWmiObjectsInit_ActionText = Queries the CcmWmiObject table for WMI objects to be removed.
    Property(S): CcmRemoveWmiObjects_ActionText = Removes WMI objects found by CcmRemoveWmiObjectsInit.
    Property(S): CcmRemoveWmiObjectsRollback_ActionText = Calls CcmRemoveWmiObjects. Removes WMI objects found by CcmRemoveWmiObjectsInit.
    Property(S): CcmCreateIISVirtualDirectoriesInit_ActionText = Processes the CcmIISVirtualDirectory table and passes that information to CcmCreateIISVirtualDirectories to create the virtual directories.
    Property(S): CcmCreateIISVirtualDirectories_ActionText = Creates the virtual directories specified in the CcmIISVirtualDirectory table.
    Property(S): CcmRollbackIISVirtualDirectories_ActionText = Calls CcmRemoveIISVirtualDirectories. Removes IIS Virtual Directories found in CcmRemoveIISVirtualDirectoriesInit.
    Property(S): CcmRemoveIISVirtualDirectories_ActionText = Removes IIS Virtual Directories found in CcmRemoveIISVirtualDirectoriesInit.
    Property(S): CcmRemoveIISVirtualDirectoriesInit_ActionText = Queries the CcmIISVirtualDirectory table for IIS Virtual Directories to be removed.
    Property(S): CcmCreateIISApplicationPoolsInit_ActionText = Processes the CcmIISAplicationPool table and passes that context to CcmCreateIISAplicationPools custom action.
    Property(S): CcmCreateIISApplicationPools_ActionText = Creates the application pools specified in the CcmIISAplicationPools table.
    Property(S): CcmCreateIISApplicationPoolsRollback_ActionText = Calls CcmRemoveIISApplicationPools. Removes IIS Application Pools found in CcmRemoveIISApplicationPoolsInit.
    Property(S): CcmRemoveIISApplicationPoolsInit_ActionText = Queries the CcmIISApplicationPool table for IIS Application Pools to be removed.
    Property(S): CcmRemoveIISApplicationPools_ActionText = Removes IIS Application Pools found in CcmRemoveIISApplicationPoolsInit.
    Property(S): CcmDetectFilesInUseRemoveInit_ActionText = Detect if files are in used at uninstallation.
    Property(S): CcmDetectFilesInUseInit_ActionText = Detects file in use.
    Property(S): CcmDetectFilesInUse_ActionText = Moves files that are in use so that they will be deleted upon the next reboot.
    Property(S): CcmDetectFilesInUseRollback_ActionText = Rolls back files moved by CcmDetectFilesInUse.
    Property(S): CcmDetectFilesInUseCommit_ActionText = Commits action of CcmDetectFileInUse. After this we cannot rollback.
    Property(S): CcmDetectFilesInUseRemoveRollback_ActionText = Calls CcmDetectFilesInUseRollback. Rolls back the files moved by CcmDetectFilesInUse.
    Property(S): CcmDetectFilesInUseRemoveCommit_ActionText = Calls CcmDetectFilesInUseCommit. Commits action of CcmDetectFileInUse. After this the action cannot be rolled back.
    Property(S): CcmLookupAccountNames_ActionText = Looks up the name of the Administrators group, Users group, and Creator Owner account, then sets the properties CcmAdministratorGroupName, CcmUsersGroupName, and CcmCreatorOwnerAccountName.
    Property(S): CcmRegisterPerfCountersInit_ActionText = Processes the CcmPerfApplication table for components that will be registering a performance counter.
    Property(S): CcmRegisterPerfCounters_ActionText = Registers performance counters gathered in the CcmRegisterPerfCountersInit action
    Property(S): CcmUnregisterPerfCountersInit_ActionText = Processes the CcmPerfApplication table for components that will be unregistering a performance counter.
    Property(S): CcmUnregisterPerfCounters_ActionText = Removes performance counters gathered in the CcmUnregisterPerfCountersInit action
    Property(S): CcmRegisterPerfCountersRollback_ActionText = Rolls back any changes made by CcmRegisterPerfCounters if install fails.
    Property(S): CcmUnloadWmiProvidersInit_ActionText = Enumerates component table and builds a list of files that will be installed
    Property(S): CcmUnloadWmiProviders_ActionText = Enumerates all providers and unloads them, verifies they are unloaded, and then reloads them.
    Property(S): CcmTypelibRollbackInit_ActionText = Queues a list of type libraries to be registered on rollback.
    Property(S): CcmTypelibRollback_ActionText = In the event of install failing, this event rolls back the type libraries to the state before install started.
    Property(S): CcmSetObjectSecurityInit_ActionText = Queries the CcmObjectSecurity table and passes this information to CcmSetObjectSecurity.
    Property(S): CcmSetObjectSecurity_ActionText = Applying security permissions
    Property(S): CcmSetInstallDir32_ActionText = Property action for setting installation directory for Configuration Manager Client on 32-bit platform.
    Property(S): CcmSetInstallDir64_ActionText = Property action for setting installation directory for Configuration Manager Client on 64-bit platform.
    Property(S): CcmSetPrimaryFolder_ActionText = Property action for setting target installation folder.
    Property(S): PRIMARYFOLDER = TARGETDIR
    Property(S): VersionNT64 = 603
    Property(S): CCMINSTALLDIR = C:\Windows\CCM\
    Property(S): System64Folder.12C909B6_5F69_4C4D_8EC3_C225C1607933 = C:\Windows\system32\
    Property(S): SystemFolder.12C909B6_5F69_4C4D_8EC3_C225C1607933 = C:\Windows\SysWOW64\
    Property(S): CCMEXECFILEKEY = [#CcmExec_exe.A6940213_CD40_4753_8BA2_E803376DECC3]
    Property(S): CcmDetectUpgradeOldClient_Message = A previous version of the Configuration Manager Client is installed. Please upgrade the client to Configuration Manager 2012 before attempting to upgrade.
    Property(S): SmsDetectUpgradeOldMP_Message = A previous version of the Configuration Manager Management Point is installed. Please upgrade the management point to Configuration Manager 2012 before attempting to upgrade.
    Property(S): SmsDetectUnsupportedUpgrade_ActionText = Detect if a previous version of the Configuration Manager Management Point is installed before upgrading Configuration Manager Client.
    Property(S): CcmDetectUnsupportedUpgrade_ActionText = Detect if a previous version of the Configuration Manager Client is installed before upgrading Configuration Manager Management Point.
    Property(S): CcmAbortIfEmbeddedExists_ActionText = Abort installation if the Configuration Manager Client Embedded version is installed.
    Property(S): CcmRegisterHostingConfigurationInit_ActionText = Gathers configuration for Configuration Manager Client service to be registered on the system.
    Property(S): CcmRegisterHostingConfiguration_ActionText = Register configuration for Configuration Manager Client service.
    Property(S): CcmRegisterHostedApplicationsInit_ActionText = Gathers hosted out-of-proc DCOM applications running inside of Configuration Manager Client to be registered on the system.
    Property(S): CcmRegisterHostedApplications_ActionText = Register hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRegisterHostedApplicationsRollback_ActionText = Rollback the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRemoveHostedApplicationsInit_ActionText = Prepare to remove the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRemoveHostedApplications_ActionText = Remove the registration of hosted out-of-proc DCOM applications running inside of Configuration Manager Client.
    Property(S): CcmRegisterEndpointsInit_ActionText = Gathers information such as log file name on each endpoint to be registered on the system.
    Property(S): CcmRegisterEndpoint_ActionText = Registers endpoint gathered in the action CcmRegisterEndpointsInit with WMI.
    Property(S): CcmRegisterEndpointRollback_ActionText = In the event of a failed installation, this action rolls back the changes from CcmRegisterEndpoint.
    Property(S): CcmRemoveEndpointsInit_ActionText = Gathers information for each endpoint to be removed from the system.
    Property(S): CcmRemoveEndpoint_ActionText = Removes endpoint gathered in the action CcmRemoveEndpointsInit with WMI.
    Property(S): CcmRegisterSystemTasksInit_ActionText = Processes the CcmSystemTask table and passes this information to CcmRegisterSystemTask.
    Property(S): CcmRegisterSystemTask_ActionText = Registers a System Task with WMI.
    Property(S): CcmRegisterSystemTaskRollback_ActionText = Rolls back the changes made by CcmRegisterSystemTask.
    Property(S): CcmRemoveSystemTasksInit_ActionText = Processes the CcmSystemTask table and passes this information to CcmRemoveSystemTask.
    Property(S): CcmRemoveSystemTask_ActionText = Deletes a System Task from WMI.
    Property(S): CcmRegisterProduct_ActionText = If product is registered in MSI database, then product is registered with WMI.
    Property(S): CcmRegisterProductRollback_ActionText = Calls CcmUnregisterProduct. Deletes the instance from the WMI in the Configuration Manager namespace using the ProductCode instance in the session.
    Property(S): CcmUnregisterProduct_ActionText = Deletes the instance from WMI in ccm namespace using the ProductCode instance in the session.
    Property(S): CcmRegisterComponentsInit_ActionText = Generates the list of components for CcmRegisterComponets action to register.
    Property(S): CcmRegisterComponents_ActionText = Registers components passed in from CcmRegisterComponentsInit
    Property(S): CcmRegisterComponentsRollback_ActionText = In the event of a failed installation, this action rolls back the changes from CcmRegisterComponents.
    Property(S): CcmUnregisterComponentsInit_ActionText = Generates the list of components for CcmUnregisterComponets action to unregister.
    Property(S): CcmUnregisterComponents_ActionText = Unregisters components passed in from the action CcmUnregisterComponentsInit.
    Property(S): CcmSetupLoggingInit_ActionText = Gathers log file information from the LogFile table and passes this information to CcmSetupLogging.
    Property(S): CcmSetupLogging_ActionText = Sets component logging information in WMI.
    Property(S): CcmStopService_ActionText = Stops the ccmexec service.
    Property(S): CcmStopServiceRollback_ActionText = Calls CcmStartService. Starts the ccmexec service.
    Property(S): CcmStartService_ActionText = Starts the ccmexec service.
    Property(S): CcmClearServiceSetupStamp_ActionText = Clear the time stamp for blocking the ccmexec service from starting up during upgrade.
    Property(S): CcmSetServiceConfigInit_ActionText = Gathers ServiceData and then queues actions CcmSetServiceConfig and CcmMigrateMessagingQueues.
    Property(S): CcmSetServiceConfig_ActionText = Sets WMI ServiceRootDir and configures CCMEXEC service.
    Property(S): CcmConfigDCOMInit_ActionText = Processes the CcmDCOMAplication table and  checks to see if the DCOM Component is being updated. If so, passes that information to custom action CcmConfigDCOM.
    Property(S): CcmConfigDCOM_ActionText = Configures registry key permissions for the DCOM Components passed from CcmConfigDCOMInit.
    Property(S): CcmFixupServiceConfigInit_ActionText = Gathers the services or load ordering groups which must be started before ccmexec starts.
    Property(S): CcmFixupServiceConfig_ActionText = Sets the services or load ordering groups which must be started before ccmexec can be started.
    Property(S): CcmRemoveService_ActionText = Removes BITS jobs and deletes the messaging queues.
    Property(S): CcmRemoveLanternDocuments_ActionText = Removing documents from Microsoft Policy Platform that have been submitted by Configuration Manager authority.
    Property(S): CcmSetPortConfigInit_ActionText = This custom action specifies the port the client should use when communicating with the management point and the server locator point.
    Property(S): CcmSetHttpsConfigInit_ActionText = This custom action configures the https port and http state.
    Property(S): CcmPreserveLastStateSerialNum_ActionText = Custom action to preserve last state message serial number.
    Property(S): CcmInitializePolicyInit_ActionText = Gather default policy information.
    Property(S): CcmInitializePolicy_ActionText = Sets and initializes default policy.
    Property(S): CcmMigratePolicySettingsInit_ActionText = Custom action to schedule the deferred execution of CcmMigratePolicySettings custom action.
    Property(S): CcmMigratePolicySettings_ActionText = Compiles Mof file to migrate root\ccm\Policy namespace schema from Pre-V4 Beta2 to V4 and above.
    Property(S): CcmMigratePolicySettingsCommit_ActionText = Just deletes the temporary MOF file.
    Property(S): CcmMigratePolicySettingsRollback_ActionText = Just deletes the temporary MOF file. Actual Rollback is done by the rollback action that rollbacks root\ccm namespace.
    Property(S): ExpandCcmExecFileKey_ActionText = Property action for setting CcmExec file key.
    Property(S): CcmMinAppVersion = 5.00.7000.0000
    Property(S): CcmMaxAppVersion = 5.00.9000.0000
    Property(S): SystemFolder.A6940213_CD40_4753_8BA2_E803376DECC3 = C:\Windows\SysWOW64\
    Property(S): System64Folder.A6940213_CD40_4753_8BA2_E803376DECC3 = C:\Windows\system32\
    Property(S): SystemFolder.F65FD590_5BEA_48BE_8408_26F7244E8B61 = C:\Windows\SysWOW64\
    Property(S): System64Folder.F65FD590_5BEA_48BE_8408_26F7244E8B61 = C:\Windows\system32\
    Property(S): USELEGACYSTATEMESSAGESTORE = 1
    Property(S): CcmValidateCustomWebSite_ActionText = This custom action validates that either the custom website or default website (if a custom website is not specified) can be used.
    Property(S): CcmValidateServerConfig_ActionText = Validates that IIS, BITS and WebDAV is installed and properly configured setup.
    Property(S): CcmLookupIISAnonymousAccountName_ActionText = Looks up the IIS AnonymousUserName and then sets the IISAnonymousUserAccount property to this value.
    Property(S): CcmSetServiceMPConfigInit_ActionText = Gathers Incoming and Outgoing directories and virtual directories for the MP. Queues the action CcmSetServiceMPConfig.
    Property(S): CcmSetServiceMPConfig_ActionText = Sets Incoming and Outgoing directories and virtual directories in WMI.
    Property(S): CcmSetServerDataRoot_ActionText = Property action for setting service data root folder.
    Property(S): CcmSetServerDataRootInstallDir_ActionText = Property action for setting service data folder.
    Property(S): CcmIncomingVDirName = CCM_Incoming
    Property(S): SystemFolder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = C:\Windows\SysWOW64\
    Property(S): System64Folder.BFC13682_FB8F_4455_9724_4DDBBBF713D7 = C:\Windows\system32\
    Property(S): CCMSERVERDATAROOT = h:\Program Files\Microsoft Configuration Manager
    Property(S): CcmSystemVDirName = CCM_System
    Property(S): CcmSystemRegVDirName = CCM_System_WindowsAuth
    Property(S): CcmSystemAltAuthVDirName = CCM_System_AltAuth
    Property(S): SMSCACHEDIR = Default
    Property(S): SMSCACHEFLAGS = Default
    Property(S): DISABLESITEOPT = Default
    Property(S): DISABLECACHEOPT = Default
    Property(S): SMSCACHESIZE = 5120
    Property(S): SmsShellNotify_ActionText = Notifies the shell for the file-association icon changes.
    Property(S): CCMINSTALLMSMQ = FALSE
    Property(S): CCMINSTALLMP = 1
    Property(S): ARPSYSTEMCOMPONENT = 1
    Property(S): ARPNOREMOVE = 1
    Property(S): ARPNOMODIFY = 1
    Property(S): CCMENABLELOGGING_Default = FALSE
    Property(S): CCMLOGLEVEL_Default = 1
    Property(S): CCMLOGMAXSIZE_Default = 2000000
    Property(S): CCMLOGMAXHISTORY_Default = 1
    Property(S): SecureCustomProperties = CCMENABLELOGGING;CCMLOGLEVEL;CCMLOGMAXHISTORY;CCMLOGMAXSIZE;CCMDEBUGLOGGING;CCMOSINSTALLPATHS;CCMINSTALLMSMQ;CCMINSTALLMP;SMSUPGRADEPRODUCTS;CCMSERVERDATAROOT;SMSUPLEVELPRODUCTS;USESMSPORTS;SMSPORTS;CCMHTTPPORT;SMSSP1COLOCDOWNGRADE;USESMSSSLPORTS;SMSSSLPORTS;SMSSSLSTATE;CCMHTTPSPORT;CCMHTTPSCERTNAME;SMSFWKUPGRADEFROMPREV4;CCMFWKUPGRADEFROMPREV4;CLIENTFWKUPGRADEFROMCM2007;SMSCWS;CCMSHAREMODE
    Property(S): AdminProperties = CCMENABLELOGGING;CCMLOGLEVEL;CCMLOGMAXHISTORY;CCMLOGMAXSIZE;CCMDEBUGLOGGING;CCMOSINSTALLPATHS;CCMINSTALLMSMQ;CCMINSTALLMP;CCMSERVERDATAROOT;CCMALLOWSILENTREBOOT;CCMHTTPPORT;CCMHTTPSPORT;CCMHTTPSCERTNAME;SMSCWS
    Property(S): CcmDefaultPolicyAuthorityPriority = 10
    Property(S): SmsDetectColocationDowngrade_Message = A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Property(S): SmsDetectColocationDowngrade_ActionText = Detect if a newer version of the Configuration Management Client is installed before installing the Configuration Manager Management Point.
    Property(S): SmsDetectDowngrade_ActionText = Check if a newer version of the Configuration Manager Client is already installed.
    Property(S): SmsMpRepairSucceeded_ActionText = Sends a wmi event to indicate MP repair succeeded.
    Property(S): SmsDetectMSXMLRebootRequired_ActionText = Tries to create an instance of SAXXMLReader to determine if a reboot is required.
    Property(S): SmsMpSetDefaultPolicyAuthority_ActionText = Set default policy authority for the Configuration Manager Management Point.
    Property(S): SmsMpSerializedKeyExist_ActionText = Wait for the Configuration Manager Management Point serialized key to exist.
    Property(S): ButtonText_Next = &Next >
    Property(S): ButtonText_Back = < &Back
    Property(S): ButtonText_Cancel = &Cancel
    Property(S): ButtonText_Finish = &Finish
    Property(S): ButtonText_Install = &Install
    Property(S): ButtonText_Close = &Close
    Property(S): ButtonText_OK = &OK
    Property(S): ButtonText_Abort = &Abort
    Property(S): ButtonText_Ignore = &Ignore
    Property(S): ButtonText_No = &No
    Property(S): ButtonText_Yes = &Yes
    Property(S): ButtonText_Retry = &Retry
    Property(S): ButtonText_Exit = &Exit
    Property(S): FilesInUse_Info = Setup has detected that it needs to update some files that are currently in use by other processes.
    To prevent having to reboot the machine, please close the following applications:
    Property(S): DefaultUIFont = DefaultDlgFont
    Property(S): DialogBox_Title = ConfigMgr Management Point Setup
    Property(S): WelcomeDialog_Info = This will install the ConfigMgr Management Point.
    Property(S): InstallDialog_Title = Install
    Property(S): InstallDialog_SubTitle = The product is now ready to install
    Property(S): InstallDialog_Info = Click Next to proceed.
    Property(S): ProgressDialog_Title = Please Wait
    Property(S): ProgressDialog_SubTitle = Setup is configuring your system.
    Property(S): CompleteDialog_Title = Setup Complete
    Property(S): CompleteDialog_SubTitle = Setup has finished updating your system.
    Property(S): CompleteDialog_Info = Setup was successful.
    Property(S): UserExitDialog_Title = Setup Aborted
    Property(S): UserExitDialog_SubTitle = Setup was cancelled
    Property(S): UserExitDialog_Info = The ConfigMgr Management Point setup was cancelled.
    Property(S): InstallErrorDialog_Title = Setup Aborted
    Property(S): InstallErrorDialog_SubTitle = Setup failed
    Property(S): InstallErrorDialog_Info = Setup encountered an error and could not continue.
    Property(S): SystemFolder.1114972D_590D_4AB6_BA2E_779928CEDCC2 = C:\Windows\SysWOW64\
    Property(S): System64Folder.1114972D_590D_4AB6_BA2E_779928CEDCC2 = C:\Windows\system32\
    Property(S): SMSSP1COLOCDOWNGRADE = {8864FB91-94EE-4F16-A144-0D82A232049D}
    Property(S): MsiLogFileLocation = h:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    Property(S): ProductState = -1
    Property(S): PackagecodeChanging = 1
    Property(S): USESMSPORTS = TRUE
    Property(S): SMSPORTS = 80
    Property(S): USESMSSSLPORTS = TRUE
    Property(S): SMSSSLPORTS = 443
    Property(S): USESMSSSL = TRUE
    Property(S): SMSSSLSTATE = 0
    Property(S): CCMENABLELOGGING = TRUE
    Property(S): CCMLOGLEVEL = 1
    Property(S): CCMLOGMAXSIZE = 1000000
    Property(S): CCMLOGMAXHISTORY = 1
    Property(S): CURRENTDIRECTORY = H:\Program Files\Microsoft Configuration Manager\bin\x64
    Property(S): CLIENTUILEVEL = 3
    Property(S): MSICLIENTUSESEXTERNALUI = 1
    Property(S): CLIENTPROCESSID = 6556
    Property(S): MsiRestartManagerSessionKey = d8d0cefc1249514889002637bb750a41
    Property(S): VersionDatabase = 200
    Property(S): MsiSystemRebootPending = 1
    Property(S): VersionMsi = 5.00
    Property(S): VersionNT = 603
    Property(S): WindowsBuild = 9600
    Property(S): ServicePackLevel = 0
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): MsiNTSuiteDataCenter = 1
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): System64Folder = C:\Windows\system32\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\Windows\TEMP\
    Property(S): ProgramFilesFolder = C:\Program Files (x86)\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): ProgramFiles64Folder = C:\Program Files\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\
    Property(S): FavoritesFolder = C:\Windows\system32\config\systemprofile\Favorites\
    Property(S): NetHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): PersonalFolder = C:\Windows\system32\config\systemprofile\Documents\
    Property(S): PrintHoodFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): RecentFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): SendToFolder = C:\Windows\system32\config\systemprofile\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): LocalAppDataFolder = C:\Windows\system32\config\systemprofile\AppData\Local\
    Property(S): MyPicturesFolder = C:\Windows\system32\config\systemprofile\Pictures\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): MsiAMD64 = 6
    Property(S): Msix64 = 6
    Property(S): Intel = 6
    Property(S): PhysicalMemory = 5372
    Property(S): VirtualMemory = 4017
    Property(S): AdminUser = 1
    Property(S): MsiTrueAdminUser = 1
    Property(S): LogonUser = SYSTEM
    Property(S): UserSID = S-1-5-18
    Property(S): UserLanguageID = 1033
    Property(S): ComputerName = [servername]
    Property(S): SystemLanguageID = 1033
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 23
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): TextInternalLeading = 3
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 20:50:23
    Property(S): Date = 8/27/2014
    Property(S): MsiNetAssemblySupport = 4.0.30319.33440
    Property(S): MsiWin32AssemblySupport = 6.3.9600.16384
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiRunningElevated = 1
    Property(S): Privileged = 1
    Property(S): DATABASE = C:\Windows\Installer\6257f6f.msi
    Property(S): OriginalDatabase = h:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi
    Property(S): UILevel = 2
    Property(S): ACTION = INSTALL
    === Logging stopped: 8/27/2014  20:50:23 ===
    MSI (s) (24:48) [20:50:23:717]: Note: 1: 1708
    MSI (s) (24:48) [20:50:23:717]: Product: ConfigMgr Management Point -- Installation operation failed.
    MSI (s) (24:48) [20:50:23:718]: Windows Installer installed the product. Product Name: ConfigMgr Management Point. Product Version: 5.00.7804.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
    MSI (s) (24:48) [20:50:23:721]: Deferring clean up of packages/files, if any exist
    MSI (s) (24:48) [20:50:23:721]: MainEngineThread is returning 1603
    MSI (s) (24:FC) [20:50:23:725]: RESTART MANAGER: Session closed.
    MSI (s) (24:FC) [20:50:23:725]: No System Restore sequence number for this installation.
    MSI (s) (24:FC) [20:50:23:726]: User policy value 'DisableRollback' is 0
    MSI (s) (24:FC) [20:50:23:726]: Machine policy value 'DisableRollback' is 0
    MSI (s) (24:FC) [20:50:23:726]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (24:FC) [20:50:23:726]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (24:FC) [20:50:23:726]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (24:FC) [20:50:23:727]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (9C:58) [20:50:23:728]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (9C:58) [20:50:23:728]: MainEngineThread is returning 1603
    === Verbose logging stopped: 8/27/2014  20:50:23 ===

    A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Action ended 20:50:23: SmsDetectColocationDowngrade. Return value 3.
    Action ended 20:50:23: INSTALL. Return value 3.
    The installer certainly thinks that you still have a previous ConfigMgr client installed. Perhaps you haven't completely removed it. Use ccmclean.exe from the SMS 2003 tool kit.
    If that fails, why not just rebuild the server - you've said that this is a fresh install. I don't like too much messing at the beginning. This can be difficult enough - you need to start with a clean installation of the product.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • SCOM agent install fails Error 80070035 - the network path was not found

    I have deployed SCOM 2012 agents to most servers (2008, 2008 R2, 2012, 2012R2) in our estate but some either fail to install or are not monitored. I assume the two problems are related, but for now I am concentrating on the servers that fail completely.
    Installation is from the Discovery Wizard and I have about 20 servers that fail of various server versions.
    So looking at one specific server that is failing to install the agent - a 2008 standard service pack 2
    The firewall in on and file and printer sharing is enabled for domain, remote administration is enabled for domain
    I added a specific rule to allow TCP 5723 and 5724
    DCOM is enabled
    I can Ping the target server from the SCOM server by both name and FQDN - both return the same IP and our DNS server has only one entry for this server
    I can browse to the admin share \\server\C$ from the SCOM Server, using the same account that I specify for the agent install that is a domain admin with rights on this server (and on the other servers the agent
    did install to) and the server has plenty of disk space available
    I am not sure what else to look at so would welcome any ideas
    Thanks

    Hi Petro,
    I have a Agent installation failure cheat sheet, For your error 80070035 it is said to perform a manual installation.
    So i would like to understand which version of SCOM is this ? 2007 R2 or 2012 or 2012 r2 ?
    Also check if your agents have the WMI service started and enabled ?
    Also if yours is a SCOM 2007 R2 do you have a RMS & MS in your management group ? If yes then Pushing the agent installation from MS may cause such issue. So would suggest you push the installation from RMS.
    Also check if your Network connectivity meets the minimum requirement as recommended by SCOM. Below is applicable for Both SCOM 2007 R2 & SCOM 2012 & 2012 R2.
    Component A
    Component B
    Minimum Requirement
    Root management server or management server
    Agent
    64 Kbps
    Root management server or management server
    Agentless
    1024 Kbps
    Root management server or management server
    Database
    256 Kbps
    Also check if you have any Anti virus / Firewall which is blocking the install / communication. If yes disabe or add the "Monitoringhost.exe to the safe list or what your feature is.
    Check if you have another IP assigned to the NIC card and remove it tempraurly andchecl.
    Also post the event logs of the Agents which are in not monitored state for analysis.
    SCOM Agent installation failure error codes
    Error
    Error Code(s)
    Remediation Steps
    The MOM Server could not execute WMI Query "Select * from Win32_Environment where
    NAME='PROCESSOR_ARCHITECTURE'" on computer server.domain.com
    Operation: Agent Install
    Install account: domain\account
    Error Code: 80004005
    Error Description: Unspecified error
    80004005
    1.  Check the PATH environment variable.  If the PATH statement is very long, due to lots of installed third party software - this can
    fail.  Reduce the path by converting any long filename destinations to 8.3, and remove any path statements that are not necessary.
    2.  The cause
    could be corrupted Performance Counters on the target Agent.
    To rebuild all Performance counters including extensible and third party counters in Windows Server 2003, type the following commands at a command
    prompt. Press ENTER after each command.
    cd
    \windows\system32
    lodctr /R
    Note /R is uppercase.
    Windows Server 2003 rebuilds all the counters because it reads all the .ini files in the C:\Windows\inf\009 folder for the English operating system.
    How to manually rebuild Performance Counter Library values
    http://support.microsoft.com/kb/300956
    3.  Manual agent install. 
    The MOM Server could not execute WMI Query "Select * from Win32_OperatingSystem" on
    computer “servername.domain.com”
    Operation: Agent Install
    Install account: DOMAIN\account
    Error Code: 800706BA
    Error Description: The RPC server is unavailable.
    8004100A
    800706BA
    1.  Ensure agent push account has local admin rights
    2.  Firewall is blocking NetBIOS access
    3.  Inspect WMI health and rebuild repository if necessary
    4.  Firewall is blocking ICMP  (Live OneCare)
    5.  DNS incorrect
    The MOM Server failed to open service control manager on computer "servername.domain.com". Access is Denied
    Operation: Agent Install
    Install account: DomainName\User Account
    Error Code: 80070005
    Error Description: Access is denied.
    80070005
    80041002
    1.  Verify SCOM agent push account is in Local Administrators group on target computer.
    2.  On Domain controllers will have to work with AD team to install agent manually if agent push account is not a domain admin.
    Disable McAfee antivirus during push
    The MOM Server failed to open service control manager on computer "servername.domain.com".
    Therefore, the MOM Server cannot complete configuration of agent on the computer.
    Operation: Agent Install
    Install account: DOMAIN\account
    Error Code: 800706BA
    Error Description: The RPC server is unavailable.
    800706BA
    1.  Firewall blocking NetBIOS ports
    2.  DNS resolution issue.  Make sure the agent can ping the MS by NetBIOS and FQDN.  Make sure the MS can ping the agent by NetBIOS
    and FQDN
    3.  Firewall blocking ICMP
    4.  RPC services stopped.
    The MOM Server failed to acquire lock to remote computer servername.domain.com. This means there is already an agent management operation proceeding
    on this computer, please retry the Push Agent operation after some time.
    Operation: Agent Install
    Install account: DOMAIN\account
    Error Code: 80072971
    Error description: Unknown error 0x80072971
    80072971
    This problem occurs if the LockFileTime.txt file is located in the following folder on the remote computer:
    %windir%\422C3AB1-32E0-4411-BF66-A84FEEFCC8E2
    When you install or remove a management agent, the Operations Manager 2007 management server copies temporary files to the remote computer. One
    of these files is named LockFileTime.txt. This lock file is intended to prevent another management server from performing a management agent installation at the same time as the current installation. If the management agent installation is unsuccessful and
    if the management server loses connectivity with the remote computer, the temporary files may not be removed. Therefore, the LockFileTime.txt may remain in the folder on the remote computer. When the management server next tries to perform an agent installation,
    the management server detects the lock file. Therefore, the management agent installation is unsuccessful.
    http://support.microsoft.com/kb/934760/en-us
    The MOM Server detected that the following services on computer "(null);NetLogon" are not running. These services are required for push
    agent installation. To complete this operation, either start the required services on the computer or install the MOM agent manually by using MOMAgent.msi located on the product CD.
    Operation: Agent Install
    Remote Computer Name: servername.domain.com Install account: DOMAIN\account
    Error Code: C000296E
    Error Description: Unknown error 0xC000296E
    C000296E
    1.  Netlogon service is not running.  It must be set to auto/started
    The MOM Server detected that the following services on computer
    "winmgmt;(null)" are not running
    C000296E
    1.  WMI services not running or WMI corrupt
    The MOM Server detected that the Windows Installer service (MSIServer) is disabled on computer "servername.domain.com". This service is
    required for push agent installation. To complete this operation on the computer, either set the MSIServer startup type to "Manual" or "Automatic", or install the MOM agent manually by using MOMAgent.msi located on the product CD.
    Operation: Agent Install
    Install account: DOMAIN\account
    Error Code: C0002976
    Error Description: Unknown error 0xC0002976
    C0002976
    1.  Windows Installer service is not running or set to disabled – set this to manual or auto and start it.
    The Agent Management Operation Agent Install failed for remote computer servername.domain.com.
    Install account: DOMAIN\account
    Error Code: 80070643
    Error Description: Fatal error during installation.
    Microsoft Installer Error Description:
    For more information, see Windows Installer log file "C:\Program Files\System Center Operations Manager 2007\AgentManagement\AgentLogs\servernameAgentInstall.LOG
    C:\Program Files\System Center Operations Manager 2007\AgentManagement\AgentLogs\servernameMOMAgentMgmt.log" on the Management Server.
    80070643
    1.  Enable the automatic Updates service…. Install the agent – then disable the auto-updates service if desired.
    Call was canceled by the message filter
    80010002
    Install latest SP and retry. One server that failed did not have Service pack installed
    The MOM Server could not find directory \\I.P.\C$\WINDOWS\. Agent will not be installed on computer "name". Please verify the required
    share exists.
    80070006
    1.  Manual agent install
    Possible locking on registry?
    http://www.sysadmintales.com/category/operations-manager/
    Try manual install.
    Verified share does not exist.
    The network path was not found.
    80070035
    1.  Manual agent install
    The Agent Management Operation Agent Install failed for remote computer "name". There is not enough space on the disk.
    80070070
    1.  Free space on install disk
    The MOM Server failed to perform specified operation on computer "name". The semaphore timeout period has expired.
    80070079
    NSlookup failed on server. Possible DNS resolution issue.
    Try adding dnsname to dnssuffix search list.
    The MOM Server could not start the MOMAgentInstaller service on computer "name" in the time.
    8007041D
    80070102
    NSlookup failed on server. Possible DNS resolution issue.
    Verify domain is in suffix search list on management servers.
    The Agent Management Operation Agent Install failed for remote computer "name"
    80070643
    1.  Ensure automatic updates service is started
    2.  Rebuild WMI repository
    3.  DNS resolution issue
    The Agent Management Operation Agent Install failed for remote computer "name". Another installation is already in progress.
    80070652
    Verify not in pending management. If yes, remove and then attempt installation again.
    The MOM Server detected that computer "name" has an unsupported operating system or service pack version
    80072977
    Install latest SP and verify you are installing to Windows system.
    Not discovered
    Agent machine is not a member of domain
    Ping fails
    1.  Server is down
    2.  Server is blocked by firewall
    3.  DNS resolving to wrong IP.
    Fail to resolve machine
    1.  DNS issue
    The MOM Server failed to perform specified operation on computer "name". Not enough server storage…
    8007046A
    1.  This is typically a memory error caused by the remote OS that the agent is being installed on.
    There are currently no logon servers available to service the logon request.
    8007051F
    1.  Possible DNS issue
    This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version
    of the Windows Installer service.
    8007064D
    1.  Install Windows Installer 3.1
    The network address is invalid
    800706AB
    Possible DNS name resolution issue.
    Tried nslookup on server name and did not get response.
    Verify domain is in suffix search list on management servers.
    The MOM Server failed to perform specified operation on computer servername.domain.com
    80070040
    1.  Ensure agent push account has local admin rights
    The MOM Server detected that the actual NetBIOS name SERVERNAME is not same as the given NetBIOS name provide for remote computer SERVERNAME.domain.com.
    80072979
    1.  Correct DNS/WINS issue.
    2.  Try pushing to NetBIOS name
    Gautam.75801

  • Unable to install SQL 2005 Service Pack 3 (Unable to install Windows Installer MSI file)

    I'm unable to install SQL 2005 Service Pack 3. This results in the following error message: Unable to install Windows Installer MSI file.
    Could someone please help me. Thanks in advance!
    === Verbose logging started: 3-4-2009  9:33:00  Build type: SHIP UNICODE 4.05.6001.00  Calling process: d:\5ddfa356349ddf2e676c336d95c5\hotfix.exe ===
    MSI (c) (E0:88) [09:33:00:404]: Resetting cached policy values
    MSI (c) (E0:88) [09:33:00:404]: Machine policy value 'Debug' is 0
    MSI (c) (E0:88) [09:33:00:404]: ******* RunEngine:
               ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (E0:88) [09:33:00:404]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (E0:88) [09:33:00:404]: Grabbed execution mutex.
    MSI (c) (E0:88) [09:33:00:419]: Cloaking enabled.
    MSI (c) (E0:88) [09:33:00:419]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (E0:88) [09:33:00:419]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (28:28) [09:33:01:747]: Running installation inside multi-package transaction C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:28) [09:33:01:747]: Grabbed execution mutex.
    MSI (s) (28:CC) [09:33:02:029]: Resetting cached policy values
    MSI (s) (28:CC) [09:33:02:029]: Machine policy value 'Debug' is 0
    MSI (s) (28:CC) [09:33:02:029]: ******* RunEngine:
               ******* Product: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (28:CC) [09:33:02:685]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (28:CC) [09:33:03:450]: File will have security applied from OpCode.
    MSI (s) (28:CC) [09:33:03:841]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi' against software restriction policy
    MSI (s) (28:CC) [09:33:03:841]: SOFTWARE RESTRICTION POLICY: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi has a digital signature
    MSI (s) (28:CC) [09:33:04:841]: SOFTWARE RESTRICTION POLICY: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (28:CC) [09:33:04:888]: End dialog not enabled
    MSI (s) (28:CC) [09:33:04:888]: Original package ==> C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:CC) [09:33:04:888]: Package we're running from ==> C:\WINDOWS\Installer\3d3a713.msi
    MSI (s) (28:CC) [09:33:05:497]: APPCOMPAT: looking for appcompat database entry with ProductCode '{53F5C3EE-05ED-4830-994B-50B2F0D50FCE}'.
    MSI (s) (28:CC) [09:33:05:497]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (28:CC) [09:33:05:685]: MSCOREE not loaded loading copy from system32
    MSI (s) (28:CC) [09:33:05:825]: Note: 1: 2203 2: C:\WINDOWS\Installer\2f1994e.msi 3: -2147287038
    MSI (s) (28:CC) [09:33:05:825]: Opening existing patch 'C:\WINDOWS\Installer\e6ba0.msp'.
    MSI (s) (28:CC) [09:33:05:825]: Note: 1: 2203 2: C:\WINDOWS\Installer\e6ba0.msp 3: -2147287038
    MSI (s) (28:CC) [09:33:05:825]: Couldn't find local patch 'C:\WINDOWS\Installer\e6ba0.msp'. Looking for it at its source.
    MSI (s) (28:CC) [09:33:05:825]: Resolving Patch source.
    MSI (s) (28:CC) [09:33:05:825]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (28:CC) [09:33:05:825]: User policy value 'DisableMedia' is 0
    MSI (s) (28:CC) [09:33:05:825]: Machine policy value 'AllowLockdownMedia' is 0
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Media enabled only if package is safe.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Looking for sourcelist for product {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Adding {EE92F683-5F5C-4970-BB0B-9AC591B60268}; to potential sourcelist list (pcode;disk;relpath).
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Now checking product {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Media is enabled for product.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
    MSI (s) (28:CC) [09:33:05:825]: SOURCEMGMT: Trying source \\NF04\d$\3db7739bf5c1bb9c50076c418420\HotFixSqlSupport\Files\.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 2203 2: \\NF04\d$\3db7739bf5c1bb9c50076c418420\HotFixSqlSupport\Files\SqlSupport.msp 3: -2147287037
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 1706 2: -2147483647 3: SqlSupport.msp
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Processing net source list.
    MSI (s) (28:CC) [09:33:06:607]: Note: 1: 1706 2: -2147483647 3: SqlSupport.msp
    MSI (s) (28:CC) [09:33:06:607]: SOURCEMGMT: Processing media source list.
    MSI (s) (28:CC) [09:33:07:654]: SOURCEMGMT: Resolved source to: 'SqlSupport.msp'
    MSI (s) (28:CC) [09:33:37:732]: Note: 1: 1314 2: SqlSupport.msp
    MSI (s) (28:CC) [09:33:37:732]: Unable to create a temp copy of patch 'SqlSupport.msp'.
    MSI (s) (28:CC) [09:33:37:732]: Searching provided command line patches for patch code {EE92F683-5F5C-4970-BB0B-9AC591B60268}
    MSI (s) (28:CC) [09:33:37:763]: Note: 1: 1708
    MSI (s) (28:CC) [09:33:37:763]: Product: Microsoft SQL Server Setup Support Files (English) -- Installation failed.
    MSI (s) (28:CC) [09:33:37:763]: Windows Installer installed the product. Product Name: Microsoft SQL Server Setup Support Files (English). Product Version: 9.00.4035.00. Product Language: 1033. Installation success or error status: 1635.
    MSI (s) (28:CC) [09:33:37:779]: MainEngineThread is returning 1635
    MSI (s) (28:28) [09:33:37:888]: No System Restore sequence number for this installation.
    This patch package could not be opened.  Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
    C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\SQLSupport\x86\1033\SqlSupport.msi
    MSI (s) (28:28) [09:33:37:888]: User policy value 'DisableRollback' is 0
    MSI (s) (28:28) [09:33:37:888]: Machine policy value 'DisableRollback' is 0
    MSI (s) (28:28) [09:33:37:888]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (28:28) [09:33:37:904]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (28:28) [09:33:37:919]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (28:28) [09:33:37:919]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (28:28) [09:33:37:919]: Restoring environment variables
    MSI (c) (E0:88) [09:33:37:935]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (E0:88) [09:33:37:935]: MainEngineThread is returning 1635
    === Verbose logging stopped: 3-4-2009  9:33:37 ===

    This post should definitely help you
    http://blogs.msdn.com/sqlserverfaq/archive/2009/01/30/part-1-sql-server-2005-patch-fails-to-install-with-an-error-unable-to-install-windows-installer-msp-file.aspx?CommentPosted=true
    Feroz
    Mark as Answer if it helps. This posting is provided "AS IS" with no warranties and confers no rights.

  • Crystal Reports ClickOnce install fails after upgrade to run time 13.0.2

    I realize this is very similar to two other posts but the ClickOnce failure was not addresses in the two threads I found.
    Visual Studio 2010 V 10.0.40219.1 SP1Rel
    .NET Framework V 4.0.30319 SP1Rel
    Crystal Reports for .NET Framework 4.0 BuildVersion=13.0.2.469.Cortez_CR4VS (from ProductId.txt in the download folder)
    Application was original developed using CR BuildVersion=13.0.1.220.Cortez_CR4VS
    So since I upgraded this week, if a user clicks the Launch link on the deployment web page the application loads the appl;ication update and starts. Does not even check with Crystal Reports but everything seems to work.
    The new version of the Crystal Reports runtime tries to install for users I have that enjoy clicking the run button. The install fails and points at a log file, the key part of which is
    Installing using command 'C:\WINDOWS\system32\msiexec.exe' and parameters ' -I "C:\DOCUME1\clyle\LOCALS1\Temp\VSDC8.tmp\Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0_2.msi" -q '
    Process exited with code 1603
    Status of package 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' after install is 'InstallFailed'
    Uninstalling the previous version manually alleviates the failure as does manually running the msi on the target machine. But that kind of defeats the purpose of ClickOnce. Looking at product.xml that accompanies the runtime download I see it tests for the 13.0.2 version and bypasses the install if it finds it but it does not check for earlier versions.
    Another thread I read indicated changing the switches in the install command would work but I am not clear on how to do that from ClickOnce, I cannot locate where the command is being given. Is there a way to get it to test for previous versions and delete them or force an overwrite using the ClickOnce?

    Ludek,
    Did this issue above every get resolved? 
    Here is what I have:
    ClickOnce, Windows form app that uses Crystal.  I upgraded to VS 2012 and Crystal right along
    with it. 
    I only want the 32bit version to install, even on 64bit
    machines.  I have modified the
    product.xml file to allow for this.  Also
    have some machines with version 13.0.0 and 13.0.1 of the Crystal ClickOnce msi
    file.  Would like to get everyone up to
    13.0.6.
    I am doing ALL this testing on clean VMWare installs.
    Windows 7 x64 and Windows XP x86.
    I force the 32bit install in the product file. (This I believe
    is working correctly) And I do a version check, this is where the problem comes
    in… Below, from the product file:
      <InstallChecks>
        <RegistryCheck
    Property="CRRuntime32Version" Key="HKLM\SOFTWARE\SAP
    BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports"
    Value="CRRuntime32Version" />
      </InstallChecks>
    Note to path in the registry. This path which is installed
    by CR is different for Win7 vs WinXP, not sure why?  In Win7 the path is: 
    HKLM\SOFTWARE\Wow6432Node\SAP
    BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports
    Also if you have version 13.0.0 installed there is no entry
    in the registry for the version number at all!
    The log file also show that it can’t find the version if 13.0.0 is
    installed.
    Admittedly the error log shows that it is somehow finding
    the version if it is 13.0.1 (nothing for 13.0.0)? But even though I have it set
    to skip the 13.0.6 install if the version check is 13.0.1 or higher Crystal
    attempts to install anyway, and it fails in the process, halting the entire
    ClickOnce install.
    In summary.  I need to
    be able to check the version currently installed and update it to 13.0.6.  This fails and seems to be a bug?   Hopefully there is a work around. 
    Thanks,
    Jim
    The product.xml file I have modified is below for review.
    <?xml version="1.0" encoding="utf-8" ?>
    <Product
      xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper"
      ProductCode="SAP.CrystalReports14.NET.2.0"
    >
      <!-- Defines list of files to be copied on build -->
      <PackageFiles>
        <PackageFile Name="CRRuntime_32bit_13_0_6.msi"
          HomeSite="http://downloads.businessobjects.com/akdlm/crnetruntime/clickonce/CRRuntime_32bit_13_0_6.msi"
          PublicKey="30818902818100cbc8f3d8b4bc4db86f150116f4ad7f2fd2d91d29ae6f752c2aa6489cbda10670a0b97b8840d03dd8d082bfb985882b1278504bdd15a1f2a00b629cd70bf26d94b3933a9647a12c819ca67acd1c32ac942e1b824aad4fd8e8a989c45cf4a13770fe2b233f598ea06b62081174be6b7701f347612c126d42c2f9b759ff00164eb30203010001"/>
      </PackageFiles>
      <RelatedProducts>
        <DependsOnProduct Code="Microsoft.Net.Framework.2.0" />
        <DependsOnProduct Code="Microsoft.Data.Access.Components.2.8" />
      </RelatedProducts>
      <InstallChecks>
        <RegistryCheck Property="CRRuntime32Version" Key="HKLM\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports" Value="CRRuntime32Version" />
      </InstallChecks>
      <Commands Reboot="Defer">
        <Command PackageFile="CRRuntime_32bit_13_0_6.msi"
          Arguments=''
          EstimatedInstalledBytes="50000000"
          EstimatedInstallSeconds="220">
          <!-- These checks determine whether the package is to be installed -->
          <InstallConditions>
            <!-- Comment out the below BypassIf entry if you want to install the 32bit version CRRuntime redist in the target machine -->     
            <!-- ByPass if the Processor is not x86 -->
            <!-- <BypassIf Property="ProcessorArchitecture" Compare="ValueNotEqualTo" Value="Intel"/> -->
            <!-- ByPass if the installed version is same or higher -->
            <BypassIf Property="CRRuntime32Version" Compare="VersionGreaterThanOrEqualTo"  Value="13.0.1"/>
            <!-- Block install if user does not have admin privileges -->
            <FailIf Property="AdminUser" Compare="ValueEqualTo" Value="false" String="AdminRequired"/>
            <!-- Block install on Win95 -->
            <FailIf Property="Version9x" Compare="VersionLessThan" Value="4.10" String="InvalidPlatformWin9x"/>
            <!-- Block install on NT 4 or less -->
            <FailIf Property="VersionNT" Compare="VersionLessThan" Value="5.00" String="InvalidPlatformWinNT"/>
          </InstallConditions>
          <ExitCodes>
            <ExitCode Value="0" Result="Success"/>
            <ExitCode Value="1641" Result="SuccessReboot"/>
            <ExitCode Value="3010" Result="SuccessReboot"/>
            <DefaultExitCode Result="Fail" FormatMessageFromSystem="true" String="GeneralFailure" />
          </ExitCodes>
        </Command>
      </Commands>
    </Product>

  • Windows 7 64bit and Indesign CS6 AAMEE install fails

    Hello,
    i have a windows 7 64bit OS and a server 2008 r2 environemnt. i am trying to deploy indesign CS6 via a batch script that works well on a 32bit windows XP and 7 machine but not on the 64 bit 7 and 2008. the script is simply msiexec /i path of MSI installer /qn, the installer was created using Adobe's AAMEE. I createde a log of the install which i will attach. any help on this will be very much appreciated.
    thank you
    log-----
    === Verbose logging started: 1/30/2013  12:18:51  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\system32\msiexec.exe ===
    MSI (c) (58:48) [12:18:51:633]: Resetting cached policy values
    MSI (c) (58:48) [12:18:51:633]: Machine policy value 'Debug' is 0
    MSI (c) (58:48) [12:18:51:633]: ******* RunEngine:
               ******* Product: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (58:48) [12:18:51:633]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (58:48) [12:18:51:633]: Grabbed execution mutex.
    MSI (c) (58:48) [12:18:51:648]: Cloaking enabled.
    MSI (c) (58:48) [12:18:51:648]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (58:48) [12:18:51:664]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (88:C0) [12:18:51:664]: Running installation inside multi-package transaction \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
    MSI (s) (88:C0) [12:18:51:664]: Grabbed execution mutex.
    MSI (s) (88:C0) [12:18:51:664]: Resetting cached policy values
    MSI (s) (88:C0) [12:18:51:664]: Machine policy value 'Debug' is 0
    MSI (s) (88:C0) [12:18:51:664]: ******* RunEngine:
               ******* Product: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (88:C0) [12:18:51:695]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (88:C0) [12:18:51:711]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (88:C0) [12:18:51:711]: Incrementing counter to disable shutdown. Counter after increment: 1
    MSI (s) (88:C0) [12:18:51:773]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (88:C0) [12:18:51:773]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: 0
    MSI (s) (88:C0) [12:18:51:867]: File will have security applied from OpCode.
    MSI (s) (88:C0) [12:18:54:191]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (88:C0) [12:18:54:191]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi' against software restriction policy
    MSI (s) (88:C0) [12:18:54:191]: Note: 1: 2262 2:  DigitalSignature 3: -2147287038
    MSI (s) (88:C0) [12:18:54:191]: SOFTWARE RESTRICTION POLICY: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi is not digitally signed
    MSI (s) (88:C0) [12:18:54:191]: SOFTWARE RESTRICTION POLICY: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (88:C0) [12:18:54:191]: End dialog not enabled
    MSI (s) (88:C0) [12:18:54:191]: Original package ==> \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi
    MSI (s) (88:C0) [12:18:54:191]: Package we're running from ==> C:\Windows\Installer\1a2133.msi
    MSI (s) (88:C0) [12:18:54:207]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (88:C0) [12:18:54:207]: APPCOMPAT: looking for appcompat database entry with ProductCode '{ABB3E953-0521-4460-A71A-A3AE420C305F}'.
    MSI (s) (88:C0) [12:18:54:207]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (88:C0) [12:18:54:207]: MSCOREE not loaded loading copy from system32
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (88:C0) [12:18:54:222]: User policy value 'TransformsAtSource' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'DisablePatch' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (88:C0) [12:18:54:222]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (88:C0) [12:18:54:222]: APPCOMPAT: looking for appcompat database entry with ProductCode '{ABB3E953-0521-4460-A71A-A3AE420C305F}'.
    MSI (s) (88:C0) [12:18:54:222]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (88:C0) [12:18:54:222]: Transforms are not secure.
    MSI (s) (88:C0) [12:18:54:222]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'c:\log.txt'.
    MSI (s) (88:C0) [12:18:54:222]: Command Line: CURRENTDIRECTORY=C:\Users\kose CLIENTUILEVEL=3 CLIENTPROCESSID=2392
    MSI (s) (88:C0) [12:18:54:222]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{FFFE9901-085D-4BF2-B25B-BFDC8FC55368}'.
    MSI (s) (88:C0) [12:18:54:222]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (88:C0) [12:18:54:222]: Product Code from property table before transforms: '{ABB3E953-0521-4460-A71A-A3AE420C305F}'
    MSI (s) (88:C0) [12:18:54:222]: Product Code from property table after transforms:  '{ABB3E953-0521-4460-A71A-A3AE420C305F}'
    MSI (s) (88:C0) [12:18:54:222]: Product not registered: beginning first-time install
    MSI (s) (88:C0) [12:18:54:222]: Product {ABB3E953-0521-4460-A71A-A3AE420C305F} is not managed.
    MSI (s) (88:C0) [12:18:54:222]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (88:C0) [12:18:54:222]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (88:C0) [12:18:54:222]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (88:C0) [12:18:54:300]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (88:C0) [12:18:54:300]: Adding new sources is allowed.
    MSI (s) (88:C0) [12:18:54:300]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:300]: Package name extracted from package path: 'Adobe InDesign CS6 Clintrak Installer.msi'
    MSI (s) (88:C0) [12:18:54:300]: Package to be registered: 'Adobe InDesign CS6 Clintrak Installer.msi'
    MSI (s) (88:C0) [12:18:54:316]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (88:C0) [12:18:54:316]: Machine policy value 'DisableMsi' is 0
    MSI (s) (88:C0) [12:18:54:316]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (88:C0) [12:18:54:316]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (88:C0) [12:18:54:316]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (88:C0) [12:18:54:316]: Running product '{ABB3E953-0521-4460-A71A-A3AE420C305F}' with elevated privileges: Product is assigned.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\kose'.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '2392'.
    MSI (s) (88:C0) [12:18:54:316]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'ae40280c719ff440b4a228a765d958ef'.
    MSI (s) (88:C0) [12:18:54:316]: RESTART MANAGER: Session opened.
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:316]: TRANSFORMS property is now:
    MSI (s) (88:C0) [12:18:54:316]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Favorites
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Documents
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (88:C0) [12:18:54:316]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Local
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Pictures
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (88:C0) [12:18:54:332]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Users\kose\Desktop
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (88:C0) [12:18:54:347]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (88:C0) [12:18:54:347]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (88:C0) [12:18:54:347]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (88:C0) [12:18:54:347]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:347]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (88:C0) [12:18:54:363]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Admin'.
    MSI (s) (88:C0) [12:18:54:363]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\1a2133.msi'.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Adobe InDesign CS6 Clintrak Installer.msi'.
    MSI (s) (88:C0) [12:18:54:363]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (88:C0) [12:18:54:363]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (88:C0) [12:18:54:363]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (88:C0) [12:18:54:363]: Machine policy value 'DisableRollback' is 0
    MSI (s) (88:C0) [12:18:54:363]: User policy value 'DisableRollback' is 0
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 1/30/2013  12:18:54 ===
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: INSTALL
    Action start 12:18:54: INSTALL.
    MSI (s) (88:C0) [12:18:54:363]: Running ExecuteSequence
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D
    Action ended 12:18:54: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D
    Action ended 12:18:54: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D
    Action ended 12:18:54: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D property. Its value is 'C:\Program Files (x86)\Common Files\'.
    Action start 12:18:54: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9
    Action ended 12:18:54: SystemFolder.1E507087_0819_45E0_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE071030349 9. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5AE B. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF.
    MSI (s) (88:C0) [12:18:54:363]: Doing action: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF. Return value 1.
    MSI (s) (88:C0) [12:18:54:363]: PROPERTY CHANGE: Adding SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: SystemFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:378]: PROPERTY CHANGE: Adding WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:378]: Doing action: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: PROPERTY CHANGE: Adding SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: SystemFolder.66332652_9C28_58B1_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: PROPERTY CHANGE: Adding WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E
    Action ended 12:18:54: WindowsFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: PROPERTY CHANGE: Adding SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 12:18:54: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: AppSearch
    Action ended 12:18:54: SystemFolder.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E. Return value 1.
    Action start 12:18:54: AppSearch.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: LaunchConditions
    Action ended 12:18:54: AppSearch. Return value 1.
    Action start 12:18:54: LaunchConditions.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: FindRelatedProducts
    Action ended 12:18:54: LaunchConditions. Return value 1.
    MSI (s) (88:C0) [12:18:54:394]: Note: 1: 2205 2:  3: Upgrade
    MSI (s) (88:C0) [12:18:54:394]: Note: 1: 2228 2:  3: Upgrade 4: SELECT `UpgradeCode`,`VersionMin`,`VersionMax`,`Language`,`Attributes`,`ActionProperty` FROM `Upgrade`
    Action start 12:18:54: FindRelatedProducts.
    MSI (s) (88:C0) [12:18:54:394]: Skipping action: CCPSearch (condition is false)
    MSI (s) (88:C0) [12:18:54:394]: Skipping action: RMCCPSearch (condition is false)
    MSI (s) (88:C0) [12:18:54:394]: Doing action: ValidateProductID
    Action ended 12:18:54: FindRelatedProducts. Return value 0.
    Action start 12:18:54: ValidateProductID.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: ValidateProductID. Return value 1.
    Action start 12:18:54: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:394]: Doing action: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 12:18:54: CA_WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    Action start 12:18:54: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC
    Action ended 12:18:54: CA_SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_ATL_x86.QFE.837D280F_4682_3A15_94E7_F335A8FECFAC. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_CRT_x86.QFE.C8AE193F_7C6D_330A_93C7_EBBC23C30DBF. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFCLOC_x86.QFE.2DBEC6C6_7602_3B08_A493_6758A8EA5A EB. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_MFC_x86.QFE.E93BA752_0E7E_3018_A8EA_17549F4D5CC5. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A
    Action ended 12:18:54: WindowsFolder.30729.6161.Microsoft_VC90_OpenMP_x86.QFE.64B18C93_E25D_307C_92B8_FE07103034 99. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: PROPERTY CHANGE: Adding WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8 property. Its value is 'C:\Windows\'.
    Action start 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8.
    MSI (s) (88:C0) [12:18:54:410]: Doing action: CostInitialize
    Action ended 12:18:54: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8. Return value 1.
    MSI (s) (88:C0) [12:18:54:410]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'C:\'.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: Patch
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (88:C0) [12:18:54:425]: Note: 1: 2205 2:  3: Patch
    Action start 12:18:54: CostInitialize.
    MSI (s) (88:C0) [12:18:54:425]: Doing action: ResolveSource
    Action ended 12:18:54: CostInitialize. Return value 1.
    MSI (s) (88:C0) [12:18:54:425]: Resolving source.
    MSI (s) (88:C0) [12:18:54:425]: Resolving source to launched-from source.
    MSI (s) (88:C0) [12:18:54:425]: Setting launched-from source as last-used.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\'.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\'.
    MSI (s) (88:C0) [12:18:54:425]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{ABB3E953-0521-4460-A71A-A3AE420C305F}'.
    MSI (s) (88:C0) [12:18:54:425]: SOURCEDIR ==> \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\
    MSI (s) (88:C0) [12:18:54:425]: SOURCEDIR product ==> {ABB3E953-0521-4460-A71A-A3AE420C305F}
    MSI (s) (88:C0) [12:18:54:425]: Determining source type
    MSI (s) (88:C0) [12:18:54:425]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (88:C0) [12:18:54:425]: Source type from package 'Adobe InDesign CS6 Clintrak Installer.msi': 0
    MSI (s) (88:C0) [12:18:54:425]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (88:C0) [12:18:54:425]: Source path resolution complete. Dumping Directory table...
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: TARGETDIR , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: Root.4DD41A07_A87A_4C19_8A8F_90FFA28335A0 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SystemFolder.4DD41A07_A87A_4C19_8A8F_90FFA28335A0 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: CommonFilesFolder.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: PXStorageFldr.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\PX Storage Engine\ , LongSubPath: PX Storage Engine\ , ShortSubPath: PXSTOR~1\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SonicShared.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Sonic Shared\ , LongSubPath: Sonic Shared\ , ShortSubPath: SONICS~1\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: PXDrivers.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Sonic Shared\PX Drivers\ , LongSubPath: Sonic Shared\PX Drivers\ , ShortSubPath: SONICS~1\PXDRIV~1\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SystemFolder.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: CatRootFldr.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\catroot\ , LongSubPath: catroot\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: IOSubSys.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\iosubsys\ , LongSubPath: iosubsys\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: Drivers.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\drivers\ , LongSubPath: drivers\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\ , LongSubPath:  , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: Inf.D369970D_84F1_4034_AD04_376E78EC4B9D , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\inf\ , LongSubPath: inf\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873 _2CE14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_98 73_2CE14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_987 3_2CE14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873_2CE 14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpOpenMPx86\ , LongSubPath: Windows\winsxs\Policies\dlpOpenMPx86\ , ShortSubPath: Windows\winsxs\Policies\t0ruy2e7\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_OpenMP_x86.QFE.EF1548FC_5A85_3436_9873_2C E14656F9F8 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpOpenMPx86\ , LongSubPath: Windows\winsxs\ulpOpenMPx86\ , ShortSubPath: Windows\winsxs\x_r5vhcj\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5F FB3480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_ 5FFB3480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5 FFB3480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5FFB34 80CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpMFCx86\ , LongSubPath: Windows\winsxs\Policies\dlpMFCx86\ , ShortSubPath: Windows\winsxs\Policies\rtwq-8nf\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_MFC_x86.QFE.E8E76D94_B943_3C4B_8DE2_5FFB3 480CCB9 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpMFCx86\ , LongSubPath: Windows\winsxs\ulpMFCx86\ , ShortSubPath: Windows\winsxs\vu-gfmqg\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348 _AD45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_93 48_AD45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_934 8_AD45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348_AD4 5AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpMFCLOCx86\ , LongSubPath: Windows\winsxs\Policies\dlpMFCLOCx86\ , ShortSubPath: Windows\winsxs\Policies\ppfgyuay\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_MFCLOC_x86.QFE.3DA05750_8DE0_3FF5_9348_AD 45AEBE0F36 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpMFCLOCx86\ , LongSubPath: Windows\winsxs\ulpMFCLOCx86\ , ShortSubPath: Windows\winsxs\6k3s868x\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1 38299ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_ C138299ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C 138299ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C13829 9ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpCRTx86\ , LongSubPath: Windows\winsxs\Policies\dlpCRTx86\ , ShortSubPath: Windows\winsxs\Policies\jhqz8wka\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_CRT_x86.QFE.ED5CDF42_FC23_3F0F_80FC_C1382 99ADCC4 , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpCRTx86\ , LongSubPath: Windows\winsxs\ulpCRTx86\ , ShortSubPath: Windows\winsxs\uokrlnxb\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10 B1D0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_ 10B1D0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_1 0B1D0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10B1D0 F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\dlpATLx86\ , LongSubPath: Windows\winsxs\Policies\dlpATLx86\ , ShortSubPath: Windows\winsxs\Policies\arnjsafm\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload_ul.30729.6161.policy_9_0_Microsoft_VC90_ATL_x86.QFE.26049623_7BE5_3723_8AE5_10B1D 0F5042A , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ulpATLx86\ , LongSubPath: Windows\winsxs\ulpATLx86\ , ShortSubPath: Windows\winsxs\voeov2ue\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WindowsFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\ , LongSubPath: Windows\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: SystemFolder.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\system32\ , LongSubPath: Windows\system32\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsDirectory.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\ , LongSubPath: Windows\winsxs\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.6195.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.6188.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.762.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4407.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4054.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4053.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4052.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4045.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4029.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4028.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.4027.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.1833.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.3069.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.3051.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.3044.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.238.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.193.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.104.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.103.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.101.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.100.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.99.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.98.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.97.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.96.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.95.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.93.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.89.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.8.0.50727.94.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\dd6uew4i.4ha\ , LongSubPath: Windows\winsxs\dd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir_ul.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\gd6uew4i.4ha\ , LongSubPath: Windows\winsxs\gd6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: payload.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\h0ryx0ss.lm8\ , LongSubPath: Windows\winsxs\h0ryx0ss.lm8\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsManifests.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Manifests\ , LongSubPath: Windows\winsxs\Manifests\ , ShortSubPath: Windows\winsxs\manifest\
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: WinSxsPolicies.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ , LongSubPath: Windows\winsxs\Policies\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.6195.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.6188.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.762.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4407.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4054.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4053.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.3069.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4027.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4045.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:425]: Dir (source): Key: policydir.8.0.50727.4029.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.3051.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.1833.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.4052.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.238.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.3044.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.4028.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.97.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.101.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.99.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InDesign CS6 Clintrak Installer\Build\Windows\winsxs\Policies\ed6uew4i.4ha\ , LongSubPath: Windows\winsxs\Policies\ed6uew4i.4ha\ , ShortSubPath:
    MSI (s) (88:C0) [12:18:54:441]: Dir (source): Key: policydir.8.0.50727.104.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E , Object: \\clkaldata\mgtapps$\Adobe InD

    Many thanks for this!   I managed to install the Flash Player with this successfully after many failed attempts before.
    Thanks again
    Jason Pearlson
          From: Jeromie Clark <[email protected]>
    To: Jason Pearlson <[email protected]>
    Sent: Wednesday, March 25, 2015 10:46 PM
    Subject:  I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    created by Jeromie Clark in Installing Flash Player - View the full discussionPlease use the offline installer Internet Explorer: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe Firefox and other NPAPI browsers: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7349939#7349939 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/7349939#7349939 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Installing Flash Player by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Adobe Acrobat XI Standard 11.0.10 silent install failing with error 1603

    Hello
    I just updated my AIPs for Adobe Acrobat Pro 11 Pro and Standard.  The Pro silent install is working fine.  But I cannot get the Standard install to run on Windows 7 or WIndows 8.   I have gone over every detail that I can think of or find on forums.
    I use the Adobe Customization Wizard XI and choose the basic stuff to create my transform.  I don't generally enter a serial number in the customization setup but I tried that and the installation did appear to complete successfully.  But when I tried to open Acrobat it did not work.  Processes like PDapp.exe where running in a loop but never stopped.   Without a serial I get the errors below and the install fails almost immediately.   I have recreated the API and transform a few times hoping it would help.
    Installing with the following line msiexec /i "%~dp0AcroStan.msi" TRANSFORMS=AcroStan.mst /qb /L*v c:\acrobat.log I get an error message that just says "error".
    Application Event logs
    Product: Adobe Acrobat XI Standard --  error.
    Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.10. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1603.
    When I run the AcroStan.msi by itself the installation completes successfully so it would appear the issue is in customization process or the .mst file.  Any help would be greatly appreciated.
    Thank you

    I'm assuming that verbose logging is accomplished by adding /L*v c:\acrobat.log ?  No, I do not have CustomAction AAMIU_Install.196A45B3_0387_4DF9_9420 in my log file.  The only items referencing 1603 are below.
    CustomAction CheckForPendingOperation returned actual error code 1603 but will be translated to success due to continue marking
    CustomAction SetLotusNotesInstalled returned actual error code 1603 but will be translated to success due to continue marking
    CustomAction ProcessAbcpy returned actual error code 1603 but will be translated to success due to continue marking
    MSI (s) (84:C4) [15:30:14:422]: Note: 1: 1708
    MSI (s) (84:C4) [15:30:14:422]: Product: Adobe Acrobat XI Standard -- Installation operation failed.
    MSI (s) (84:C4) [15:30:14:422]: Windows Installer installed the product. Product Name: Adobe Acrobat XI Standard. Product Version: 11.0.10. Product Language: 1033. Manufacturer: Adobe Systems. Installation success or error status: 1603.
    MSI (s) (84:C4) [15:30:14:458]: Attempting to delete file C:\windows\Installer\9d9a98.mst
    MSI (s) (84:C4) [15:30:14:478]: Deferring clean up of packages/files, if any exist
    MSI (s) (84:C4) [15:30:14:478]: Attempting to delete file C:\windows\Installer\9d9a98.mst
    MSI (s) (84:C4) [15:30:14:478]: Unable to delete the file outside of the engine. LastError = 2
    MSI (s) (84:C4) [15:30:14:479]: MainEngineThread is returning 1603
    MSI (s) (84:28) [15:30:14:480]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 31, szDescription: "".
    MSI (s) (84:28) [15:30:14:483]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
    === Logging stopped: 1/16/2015  15:30:14 ===
    MSI (s) (84:28) [15:30:14:484]: User policy value 'DisableRollback' is 0
    MSI (s) (84:28) [15:30:14:485]: Machine policy value 'DisableRollback' is 0
    MSI (s) (84:28) [15:30:14:485]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (84:28) [15:30:14:485]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (84:28) [15:30:14:485]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (84:28) [15:30:14:486]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (84:28) [15:30:14:487]: Destroying RemoteAPI object.
    MSI (s) (84:54) [15:30:14:487]: Custom Action Manager thread ending.
    MSI (c) (E4:0C) [15:30:14:489]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (E4:0C) [15:30:14:489]: MainEngineThread is returning 1603
    === Verbose logging stopped: 1/16/2015  15:30:14 ===

  • Adobe Creative Suite Premum 5.5 Install fails - TWICE

    I have a new computer and virtually nothing installed on it except the MS Updates. I tried the instructions on loading the Adobe CS Premium 5.5 and followed them to the tee -twice, without deleting the first install, as the instructions did not state to delete any prior install attempts..
    I got the following two install failures. I have MS Windows 7 64 bit Professional installed. The Adobe part number is PN 65127685.
    Does anyone know what the problem is ? I could apply the update patch from within the program(s) and I can not see anything failing yet.
    I was told that this product comes with the ability to install on 2 computers. Will my attempt to install on a second computer now fail ? Will I have to get Adobe to reset the install counter ?
    !ST TIME:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 4 warning(s)
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0(Seq 1)
    ----------- Payload: {2EE4F060-CEE6-4002-AA8B-91B791541767} Pixel Bender Toolkit 2.6.0.0 -----------
    WARNING: DF035: CreateAlias:Icon file does not exist at C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging    0X1.0E4B02P-1021rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f8049309 1e8e552c84a2897e9da68fce for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Premium CS5.5\Adobe Pixel Bender Toolkit 2.6.lnk with target C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\Pixel Bender Toolkit.exe(Seq 89)
    ----------- Payload: {8DADF070-FE60-4899-8EF0-4242E7702F7D} Adobe Fireworks CS5.1 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeFireworks11.1.0All\OEM(Seq 1215)
    ----------- Payload: {1C9D6B02-8B92-4E40-8B22-37D8C95430F0} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeFireworks11.1.0en_USLanguagePack\OEM(Seq 74)
    ----------- Payload: {7202D4A7-F7E6-4e7a-B77D-7B1C4E8B5CA6} Adobe Flash Player 10 ActiveX 10.0.0.0 -----------
    ERROR: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\Owner\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\Owner\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed
    2ND TIME:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 10 error(s), 11 warning(s)
    WARNING: DW031: Payload:{61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit) 6.0.0.0 has been updated and has been selected for repair. The patch {32841ECE-EC28-42CD-A4DD-6CE832A7EA8D} Photoshop Camera Raw (64 bit)_6.3_AdobeCameraRaw6.0All-x64 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {42774483-D33C-46F7-8B20-FD0B1A3DAC25} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit) 6.0.0.0 has been updated and has been selected for repair. The patch {32841ECE-EC28-42CD-A4DD-6CE832A7EA8D} Photoshop Camera Raw (64 bit)_6.3_AdobeCameraRaw6.0All-x64 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{2EBE92C3-F9D8-48B5-A32B-04FA5D1709FA} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {42774483-D33C-46F7-8B20-FD0B1A3DAC25} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 will be uninstalled now.
    ----------- Payload: {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 -----------
    ERROR: DF037: Unable to delete directory "C:\Program Files (x86)\Adobe\Adobe\AdobePatchFiles". Error 145 The directory is not empty.(Seq 886)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 886)
    ERROR: DF037: Unable to delete directory "C:\Program Files (x86)\Adobe\Adobe". Error 145 The directory is not empty.(Seq 887)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 887)
    ----------- Payload: {2EE4F060-CEE6-4002-AA8B-91B791541767} Pixel Bender Toolkit 2.6.0.0 -----------
    WARNING: DF035: CreateAlias:Icon file does not exist at C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging    0X1.6E4088P-1017rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f8049309 1e8e552c84a2897e9da68fce for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Design Premium CS5.5\Adobe Pixel Bender Toolkit 2.6.lnk with target C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\Pixel Bender Toolkit.exe(Seq 89)
    ----------- Payload: {7202D4A7-F7E6-4e7a-B77D-7B1C4E8B5CA6} Adobe Flash Player 10 ActiveX 10.0.0.0 -----------
    ERROR: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\Owner\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\Owner\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ----------- Payload: {8DADF070-FE60-4899-8EF0-4242E7702F7D} Adobe Fireworks CS5.1 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeFireworks11.1.0All\OEM(Seq 1215)
    ERROR: DF023: Unable to delete backup file at "C:\adobeTemp\backup\adobetmp3938021502" Error 5 Access is denied.(Seq 74)
    ERROR: DW063: Error committing command ARKDeleteFileCommand(Seq 74)
    ----------- Payload: {1C9D6B02-8B92-4E40-8B22-37D8C95430F0} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeFireworks11.1.0en_USLanguagePack\OEM(Seq 74)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed

    Install has nothing to do with activation. you can install on a million computers, but only activate on 2. So far nothing critical has happened. Your install failure relate to file access issues which could be anything from permissions issues to hardware problems (misconfigured or missing drivers for SATA, SSDs or RAID). Make sure to run as admin and verify your hardware is properly installed.
    Mylenium

  • System Update 3.14 install fails on action: SetVendorV​alue

    Hi, folks:
    I'm attempting to install System Update 3.14 for the first time on a 2004-vintage ThinkPad T42 type 2379-DXU. The immediate failure appears to be that the action "SetVendorValue" fails. I'm not sure what the underlying cause is. The installation terminates with an alert that installation failed and the system is unchanged; but in fact the System Update application is installed and there's an icon in my Start menu. When I try to run System Update, it displays an error message in front of the splash screen and quits.
    Details and log excerpts below. Can anyone figure out why the install is failing? How can I get the install to succeed and the System Update app to run successfully? Thanks in advance for any ideas.
    In the meantime, I'm going to try downloading individual drivers manually, to solve my underlying problem. But I'd sure like to have System Update on my side in the future.
    --Jim DeLaHunt, Vancouver, Canada
     Details* run the installer "systemupdate314-2008-5-15.exe".
    * installation proceeds through several steps. Shortly after the "Writing vendor value" status message appears, the installation fails with an error alert saying that that installer cannot complete and the system is unchanged.
    * in fact, there is now a c:\Program Files\Lenovo\System Update\ folder, and a System Update icon under Start menu -> All Programs -> ThinkVantage -> System Update.
    * clicking the System Update icon in the start menu causes the program to launch and fail. The splash screen appears, then an alert "System Update could not start properly [OK]". Clicking [OK] causes the program to exit.
    Log exceprts:
    The apparently relevant bit of the install log C:\Documents and Settings\<user>\Local Settings\Temp\tvsuSetup.log reads,
    .... [front 90% of log omitted] ...
    Action 22:35:32: reloadsched.exe. reloadsched.exe
    MSI (s) (14:B8) [22:35:32:402]: Executing op: CustomActionSchedule(Action=reloadsched.exe,Action​Type=1122,,Target=C:\Program Files\Common Files\Lenovo\Scheduler\reloadsched.exe,)
    MSI (s) (14:B8) [22:35:32:432]: Note: 1: 1721 2: reloadsched.exe 3: 4: C:\Program Files\Common Files\Lenovo\Scheduler\reloadsched.exe
    Info 1721.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. Action: reloadsched.exe, location: , command: C:\Program Files\Common Files\Lenovo\Scheduler\reloadsched.exe
    MSI (s) (14:B8) [22:35:32:432]: Executing op: ActionStart(Name=InstallFinalize,,)
    Action 22:35:32: InstallFinalize.
    MSI (s) (14:B8) [22:35:32:432]: Executing op: CleanupTempFiles(TempFiles=C:\WINDOWS\Installer\11​f23a.mst)
    MSI (s) (14:B8) [22:35:32:432]: Scheduling file 'C:\WINDOWS\Installer\11f23a.mst' for deletion during post-install cleanup (not post-reboot).
    MSI (s) (14:B8) [22:35:32:432]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotal​LDWord=43819590)
    MSI (s) (14:B8) [22:35:32:682]: User policy value 'DisableRollback' is 0
    MSI (s) (14:B8) [22:35:32:682]: Machine policy value 'DisableRollback' is 0
    Action 22:35:32: RollbackCleanup. Removing backup files
    RollbackCleanup: File: C:\Config.Msi\11f23e.rbf
    MSI (s) (14:B8) [22:35:32:702]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 103, llSequenceNumber: 402, szDescription: "".
    MSI (s) (14:B8) [22:35:32:702]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
    MSI (s) (14:B8) [22:35:32:702]: Unlocking Server
    MSI (s) (14:B8) [22:35:32:702]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
    Action ended 22:35:32: InstallFinalize. Return value 1.
    MSI (s) (14:B8) [22:35:32:702]: Doing action: SetVendorValue
    Action 22:35:32: SetVendorValue. SetVendorValue
    Action start 22:35:32: SetVendorValue.
    MSI (s) (14:34) [22:35:32:713]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI25.tmp, Entrypoint: SetVendorValue
    6/29/2008 22:35:32 DualSkins set to 0
    6/29/2008 22:35:32 szValue set to THINK
    6/29/2008 22:35:32 Unable to set key value: Vendor
    Action ended 22:35:32: SetVendorValue. Return value 3.
    Action ended 22:35:32: INSTALL. Return value 3.
    ... [snip]...
    MSI (s) (14:B8) [22:35:32:953]: Attempting to delete file C:\WINDOWS\Installer\11f23a.mst
    MSI (s) (14:B8) [22:35:32:953]: Unable to delete the file. LastError = 32
    MSI (s) (14:B8) [22:35:32:963]: MainEngineThread is returning 1603
    MSI (s) (14:04) [22:35:32:963]: Destroying RemoteAPI object.
    MSI (s) (14:68) [22:35:32:963]: Custom Action Manager thread ending.
    MSI (c) (E8:10) [22:35:32:973]: Back from server. Return value: 1603
    MSI (c) (E8:10) [22:35:32:973]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (c) (E8:10) [22:35:32:973]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.
    Action ended 22:35:32: ExecuteAction. Return value 3.
    MSI (c) (E8:10) [22:35:32:973]: Doing action: SetupCompleteError
    Action 22:35:32: SetupCompleteError.
    Action start 22:35:32: SetupCompleteError.
    Action 22:35:32: SetupCompleteError. Dialog created
    MSI (c) (E8:18) [22:35:40:544]: Doing action: ISSetupFilesCleanup
    Action 22:35:40: ISSetupFilesCleanup.
    Action start 22:35:40: ISSetupFilesCleanup.
    MSI (c) (E8:AC) [22:35:40:544]: Invoking remote custom action. DLL: C:\DOCUME~1\JIMDEL~1\LOCALS~1\Temp\MSI26.tmp, Entrypoint: SFCleanupEx
    Action ended 22:35:40: ISSetupFilesCleanup. Return value 1.
    Action ended 22:35:40: SetupCompleteError. Return value 2.
    Action ended 22:35:40: INSTALL. Return value 3.
    ... [snip] ....
    === Logging stopped: 6/29/2008 22:35:41 ===
    MSI (c) (E8:10) [22:35:41:175]: Note: 1: 1708
    MSI (c) (E8:10) [22:35:41:175]: Product: System Update -- Installation operation failed.
    MSI (c) (E8:10) [22:35:41:195]: Attempting to delete file C:\DOCUME~1\JIMDEL~1\LOCALS~1\Temp\11ce5a.mst
    MSI (c) (E8:10) [22:35:41:195]: Unable to delete the file. LastError = 32
    MSI (c) (E8:10) [22:35:41:195]: Grabbed execution mutex.
    MSI (c) (E8:10) [22:35:41:195]: Cleaning up uninstalled install packages, if any exist
    MSI (c) (E8:10) [22:35:41:205]: MainEngineThread is returning 1603
    === Verbose logging stopped: 6/29/2008 22:35:41 ===
    The log from the failed startup of TVSU at
    C:\Program Files\Lenovo\System Update\logs\tvsu_log_080629230655.txt
    reads:
    [ThinkVantage System Update build: 2008-5-15 3.14.0008] 6/29/2008 11:06:55 PM
    Severe 2008-06-29 , 11:06:55
    at Tvsu.Util.RegistryUtil.Execute(String[] args)
    Message: Error occurred in registry operation, error message: Access to the registry key 'HKEY_LOCAL_MACHINE\Software\Lenovo\System Update' is denied.
    Severe 2008-06-29 , 11:06:55
    at Tvsu.Util.RegistryUtil.Execute(String[] args)
    Message: Error occurred in registry operation, error message: Access to the registry key 'HKEY_LOCAL_MACHINE\Software\Lenovo\System Update\Preferences\UCSettings\RunTime' is denied.
    Severe 2008-06-29 , 11:06:55
    at Tvsu.Gui.GUIManager.StartGUI()
    Message: Exception not expected was received.System.NullReferenceException: Object reference not set to an instance of an object.
    at Tvsu.Environment.EnvironmentManager..ctor()
    at Tvsu.Environment.EnvironmentManager.get_Instance()
    at Tvsu.Gui.GUIManager.InitializeGUI()
    at Tvsu.Gui.GUIManager.StartGUI()
    Severe 2008-06-29 , 11:06:55
    at Tvsu.Gui.FlowScreens.Messages.SetButtons(Int32 formwidth)
    Message: No Nls object was found, using hardcoded 'OK'
    Exception:
    Message: Object reference not set to an instance of an object.
    Type: System.NullReferenceException
    at Tvsu.Gui.FlowScreens.Messages.SetButtons(Int32 formwidth)
    Info 2008-06-29 , 11:06:55
    at Tvsu.Gui.FlowScreens.Messages.ShowStaticMessage(St​ring message, String title, String mastheadtext, MessageType t, Boolean check)
    Message: Showing ERROR Message: < System Update could not start properly. >
    [End of details]

    Well, the problem is solved, and System Update is installed and working.
    The root cause of the problem appeared to be that the registry directory HKEY_LOCAL_MACHINE\SOFTWARE no longer extended "full control" permission to the Administrators user group on my machine. We fixed this by using regedit:
    Start... Run... regedit....
    select directory HKEY_LOCAL_MACHINE\SOFTWARE, right-click, Permissions...,
    press Add... button
    enter SYSNAME\Administrators in the text area (SYSNAME is a placeholder for my actual machine name)
    OK... OK...
    Quit regedit
    We diagnosed the problem with the help of IT support from our employer. The problem was blocking installation of new anti-virus software. We had just removed old anti-virus and "internet security" software. Hmm, I wonder if the old security software removed this permission setting as a parting gift.
    Hope this is helpful for others who encounter the same symptoms.

  • SQL 2008 R2 Management Tools Install Fails - The specified account already exists

    Hello,
    The installation SQL 2008 R2 Management Tools on a Windows 7 workstation fails with the error, The specified account already exists.
    Below is the Summary Log.
    Thanks.
    Paul
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068052700
      Exit facility code:            1212
      Exit error code:               1316
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2014-10-20 09:02:16
      End time:                      2014-10-20 09:05:57
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141020_085102\sqlncli_Cpu64_1.log
      Exception help link:          
    http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.1600.1
    Machine Properties:
      Machine name:                  WS287
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:        
    \\SRVDIA18\MSSQL2008R2Install\x64\setup\
      Installation edition:          STANDARD
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 <empty>
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141020_085102\ConfigurationFile.ini
      CUSOURCE:                     
      ENABLERANU:                    False
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SSMS,ADV_SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                    
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          <empty>
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 <empty>
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141020_085102\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141020_085102\SystemConfigurationCheck_Report.htm
    The specified account already exists

    There is definitely more amusing endeavours in this world, than trying to understand why an SQL Server install failed. The log files are verbose - but somehow the real information about what went wrong seems to be hiding. Never have proverb about not being
    able to see the forest for all the trees felt more appropriate.
    Nevertheless, this is where things go sour:
    MSI (s) (F4:EC) [09:04:15:744]: Resolving source.
    MSI (s) (F4:EC) [09:04:15:744]: Resolving source to launched-from source.
    MSI (s) (F4:EC) [09:04:15:744]: Setting launched-from source as last-used.
    MSI (s) (F4:EC) [09:04:15:744]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\server\MSSQL2008R2Install\1033_ENU_LP\x64\setup\x64\'.
    MSI (s) (F4:EC) [09:04:15:744]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\server\MSSQL2008R2Install\1033_ENU_LP\x64\setup\x64\'.
    MSI (s) (F4:EC) [09:04:15:744]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{2180B33F-3225-423E-BBC1-7798CFD3CD1F}'.
    MSI (s) (F4:EC) [09:04:15:744]: SOURCEDIR ==> \\server\MSSQL2008R2Install\1033_ENU_LP\x64\setup\x64\
    MSI (s) (F4:EC) [09:04:15:744]: SOURCEDIR product ==> {2180B33F-3225-423E-BBC1-7798CFD3CD1F}
    MSI (s) (F4:EC) [09:04:15:744]: SECREPAIR: CryptAcquireContext succeeded
    MSI (s) (F4:EC) [09:04:15:744]: Determining source type
    MSI (s) (F4:EC) [09:04:15:744]: Note: 1: 2203 2: \\server\MSSQL2008R2Install\1033_ENU_LP\x64\setup\x64\SQL ODBC Native Client 10 - 64bit.msi 3: -2147287038
    MSI (s) (F4:EC) [09:04:15:744]: Note: 1: 1316 2: \\server\MSSQL2008R2Install\1033_ENU_LP\x64\setup\x64\SQL ODBC Native Client 10 - 64bit.msi
    MSI (s) (F4:EC) [09:04:15:744]: SECREPAIR: Error determining package source type
    MSI (s) (F4:EC) [09:04:15:744]: SECUREREPAIR: SecureRepair Failed. Error code: 524F91D34B8
    MSI (s) (F4:EC) [09:04:40:775]: Product: Microsoft SQL Server 2008 R2 Native Client -- Error 1316. The specified account already exists.
    What account? I supposed you have already asked yourself that and just shaken your head.
    But there is another error code 2203, NET HELPMSG 2203 says "The password parameter is invalid." And I note that the source is apparently on a share.
    So where is my guess: the MSI installer - which runs as a service, somehow does not have permissions to read the installation from the share. Or is trying to log on to the share with your username/password? No, I don't know, I am just speculating widely.
    But my advice would be to copy the installation directory from the share to a local disk.
    Maybe that CryptAcquireContext is significant as well - I don't know.
    Oh, wait, here is something just before the section above in the log:
    MSI (s) (F4:EC) [09:04:15:729]: Note: 1: 2205 2:  3: Environment
    MSI (s) (F4:EC) [09:04:15:729]: Note: 1: 2228 2:  3: Environment 4: SELECT `Name`,`Value` FROM `Environment`,`Component` WHERE `Component_`=`Component` AND (`Component`.`Action` = 1 OR `Component`.`Action` = 2)
    Action start 9:04:15: WriteEnvironmentStrings.
    2205 is "The logon processor did not add the message alias." I see that in a successful log that I have, so that is probably benign. But 2228 seems to be
    "There are too many names in the user accounts database."
    Exactly what that means, I have no clue, but it could be a Windows problem.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • SQL Server 2008 R2 Management Studio (express) install fails (Management Tools Basic Failed) - Error 1316. The Specific account already exists.

    Hi,
    I try to install, the SQL Express 2008 R2 with Advanced 
    The installation has only one error  (Error 1316. The Specific account already exists.) and the Management Tools Basic setup is failed.
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the 
    reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server 
    Setup.
      Exit code (Decimal):           -2068052700
      Exit facility code:            1212
      Exit error code:               1316
      Exit message:                  SQL Server installation failed. To continue, investigate the 
    reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server 
    Setup.
      Start time:                    2015-01-02 16:17:17
      End time:                      2015-01-02 16:24:01
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap
    \Log\20150102_161500\SSCRuntime_Cpu32_1.log
      Exception help link:           http://go.microsoft.com/fwlink?
    LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.50.4000.0
    Machine Properties:
      Machine name:                  KHPNHSI_BNANG
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature             
                         Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      Installation location:         g:\41bee43707e62fab54ec\x64\setup\
      Installation edition:          EXPRESS_ADVANCED
      Slipstream:                    True
      SP Level                       2
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      True
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             
      CUSOURCE:                      
      ENABLERANU:                    True
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,REPLICATION,SSMS,SNAC_SDK
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLExpress
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     g:\41bee43707e62fab54ec\PCUSOURCE
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  NT AUTHORITY\NETWORK SERVICE
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           PSI\ssamnang
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap
    \Log\20150102_161500\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap
    \Log\20150102_161500\SystemConfigurationCheck_Report.htm
    Please help!
    Samnang.

    Hi SSamnang,
    According to your description, you come across the error that the specific account already exists. Please help to share the complete error log in C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20150102_161500\SSCRuntime_Cpu32_1.log. You could
    use google drive to upload the error log following the steps in the article:
    https://support.google.com/drive/answer/2424368?hl=en
    From the exception help link, we notice that, the issue could be due to that an attempt fails to install SQL Server Native Client on a computer where SQL Server Native Client is already installed.
    I recommend you to check if there is already an existing SQL Server Native Client on your computer. If there is an existing one, you could uninstall it and install SQL Server again.
    In addition, there is a similar thread for reference:
    https://social.technet.microsoft.com/Forums/en-US/dc31bffd-c9e2-4630-b5d7-9252b03c24fe/sql-2008-r2-management-tools-install-fails-the-specified-account-already-exists?forum=sqltools.
    Regards,
    Michelle Li

Maybe you are looking for

  • Transfer Structure 'USES' Box

    Hello Friends I have a quick question for you.What is the 'USES' checkbox for in the Transfer Structure on the far left side, right next to the CONVE box.What does teh 'Uses' box signify and what does a green check present or absent there mean. Thank

  • Can't get USB drive to work in USB port on airport extreme

    I just recently purchased a MacBook Pro and a airport extreme 110/100/1000. My first apple computer. I wanted to use the airport to connect a WD My Book hard drive and my printer so that the Mac and my windows computers would be able to access them.

  • MOVED: Some further advice on BIOS settings

    This topic has been moved to BIOS. https://forum-en.msi.com/index.php?topic=97654.0

  • Report painter issue with displaing a month budget

    Hi, I have a problem with making report in report painter. I want to display a month budget of cost element for the one particular cost center. For example: Iu2019ve putted two characteristics in one row, a set (which contains cost element number) an

  • Adding Help in a Java application

    We have a frame with menus and a toolbar and we hope to put a help for the application. How can we do it in a easy way?