Office 2013 converting to app-v gives xml error in manifest file

Hello,
I'm trying to create na app-v package (v.5 SP2) of Office 2013.
I downloaded the Office Deployment Tool for Click-to-Run from here:
http://www.microsoft.com/en-us/download/details.aspx?id=36778
I installed it into C:\Office2013pck shared that folder as
\\APPVMANAGER\Office2013 and mapped as Z:\.
I changed the configuration.xml file to:
<Configuration>
<Add OfficeClientEdition="32" >
<Product ID="ProPlusVolume">
<Language ID="en-us" />
</Product>
<Product ID="VisioProVolume">
<Language ID="en-us" />
</Product>
</Add>
</Configuration>
Then I ran in na elevated cmd:
>Z:
>\\APPV-CL-WIN7DEF\Office2013\setup.exe /download \\APPV-CL-WIN7DEF\Office2013\configuration.xml
and
>\\APPV-CL-WIN7DEF\Office2013\setup.exe /packager \\APPV-CL-WIN7DEF\Office2013\configuration.xml \\APPV-CL-WIN7DEF\Office2013\Appv
Everything seemed to work fine.
The creted folder had Office\Data\15.0.4649.1001 folder (I guessed this is a version number)
When I tried to add the package to App-V Server (in the Console) I get the following error:
An unexpected error occurred while retrieving AppV package manifest. Windows error code: 1465 - Windows was unable to parse the requested XML data.
From the Event Log I got this additional information:
There was a problem retrieving the requested package \\APPVMANAGER\AppVpck\Office\VisioProVolume_ProPlusVolume_en-us_x86.appv for import. Error message: Unspecified error
Element '{http://schemas.microsoft.com/appv/2010/manifest}UsedKnownFolders' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/2010/manifest}Package'.
I tryied creating a package for 32 and 64 bits, only office, office and visio, and office visio and project.
I haven't found any indication of which file is the manifest app-v file.
I also haven't found any .xml with the "UsedKnownFolders" tag (I changed the .appv package extension to .zip and explored some of the files).
So... what's happening?
Thanks in advance for any help.

Sounds like the same issue as this thread:
http://social.technet.microsoft.com/Forums/en-US/98e5508b-7898-4b2b-b24d-3fd0194bbbc7/office-2013-with-visio-and-project-error-package-manifest-is-invalid?forum=mdopappv
What I would suggest is try to add the package manually via powershell, and if you get the same error post in the above forum so its in the same place.

Similar Messages

  • How to Convert Oracle Apps Report into XML Publisher

    Hi
    How to Convert Oracle Apps Report into XML Publisher?
    Thanks

    In Brief :
    Re: XML Publisher
    In Details :
    http://www.oracle.com/technology/products/xml-publisher/docs/XMLEBSRep.pdf

  • Consistently does not open, gives the error: "C:\Program Files (x86)\Mozilla\firefox.exe Windows cannot access the specified device, path, or file. You may no

    Installed FF 16, 17, 18. Will not open in normal administrator login, nor with "Run as administrator" but will in W7 safe mode. Changed permissions (had to do it in W7 Safe Mode, normal login would not allow (logged in as an administrator) could not delete the Mozilla files in normal login. On rare occasions, with a new install, I could get it to open once, then not again. Searched the reg for any mention of Mozilla or FF and cleaned it. Tried FF safe mode, no luck. Checked permissions after taking ownership and propagating full ownership rights to all FF files, many reboots, no luck. Chrome, IE and SeaMonkey work fine. Using a fairly new install of W7 Professional 64 bit, on a Dell Optiplex 990 i7, 16GB ram. Had the same problem with another user on an identical box. No problem on other computers No other program problems.

    I should have been a bit more definitive.
    I have uninstalled FF, with the windows uninstaller, by manually cleaning the files and the registry of any mention of FF or Mozilla, and by running Revo uninstaller - always rebooting and checking to see if the files are indeed gone. (I have set windows file preferences to see all files, including system files.) I have run 4 AV/malware scanners and found nothing but a few tracking cookies. I download, from Mozilla.org, (http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/18.0/win32/en-US/Firefox%20Setup%2018.0.exe) a fresh copy of the Firefox Setup 18.0.exe each time and install when logged in as an administrator and choose "Run as Administrator". I get the same result each time I try to open Firefox. Consistently does not open, gives the error: "C:\Program Files (x86)\Mozilla\firefox.exe Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." This happens even when I run the .exe file from the x86 program directory. I have also attempted to run in XPsp3 compatibility mode to no avail,
    I make the following assumptions:
    The system is not infected
    I am doing clean installs
    There is no existing trace of FF on the system
    I get identical results on one other W7 64 bit Optiplex 990 system with an i7 processor and 16 GB or ram.
    I CAN run in windows safe mode with networking.
    I have no other software or hardware issues.

  • Office 2013 VL and app-v 5 SP2 on RDS server - package add fails with script error

    We have used the MS Office Depolyment Tool for click-to-run to download the latest Office 365 version, and flatten it into an app-v 5 package - not a problem.
    When we try to add the package to our client machine (Server 2008R2 running the app-v 5 SP2 client software), it fails with an message that a script has failed and not returned a 0 code.  We have not added any scripting to this automatically created
    package, so it seems that the app-v client does not like the "official" package.  Any hints and tips gratefully accepted, thanks
    App-v client has scripting enabled.
    The powershell command line we are using is:
    PS C:\windows\system32> Set-ExecutionPolicy Unrestricted
    PS C:\windows\system32> Add-AppvClientPackage -path file://hostname/app-v/o365-noaccess/ProPlusVolume_en-us_zh-cn_x86.appv -DynamicDeploymentConfiguration \
    \hostname\app-v\O365-NoAccess\ProPlusVolume_en-us_zh-cn_x86_DeploymentConfig.xml
    with a result of:
    Add-AppvClientPackage : Embedded Script process exited with an error code indicating failure (return code other than 0). Please ensure that Embedded
    Script process can complete successfully and exits with 0.
    Operation attempted: Configure AppV Package.
    AppV Error Code: 100000000C.
    Please consult AppV Client Event Log for more details.
    At line:1 char:1
    + Add-AppvClientPackage -path
    file://hostname/app-v/o365-noaccess/ProPlusVolum ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidResult: (:) [Add-AppvClientPackage], ClientException
        + FullyQualifiedErrorId : ConfigurePackageError,Microsoft.AppV.AppvClientPowerShell.AddAppvPackage
    and these are the error messages we see in the debug app-v client logs:
    Script Launcher successfully waited for script with command line: '"C:\ProgramData\App-V\D24C3BDD-8FAD-44D3-998C-933F8F053682\CD9725CE-4503-4932-863B-4FCDA3F9551D\Root\..\Scripts\Integrator.exe" /I /Msi /License /AppV PackageGUID=D24C3BDD-8FAD-44d3-998C-933F8F053682
    PackageRoot="C:\ProgramData\App-V\D24C3BDD-8FAD-44D3-998C-933F8F053682\CD9725CE-4503-4932-863B-4FCDA3F9551D\Root" MsiName=SPPRedist.msi,SPPRedist64.msi PidKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx,xxxxx-xxxxx-xxxxx-xxxxx-xxxxx,xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    PRIDName=ProPlusVolume'.
    and...
    Package {d24c3bdd-8fad-44d3-998c-933f8f053682} version {cd9725ce-4503-4932-863b-4fcda3f9551d} failed configuration in folder 'C:\ProgramData\App-V\D24C3BDD-8FAD-44D3-998C-933F8F053682\CD9725CE-4503-4932-863B-4FCDA3F9551D' with error 0x79100E10-0xC.
    and...
    machine script for event AddPackage with command line: '"C:\ProgramData\App-V\D24C3BDD-8FAD-44D3-998C-933F8F053682\CD9725CE-4503-4932-863B-4FCDA3F9551D\Root\..\Scripts\Integrator.exe"'
    exited with failure error code: The extended attributes are inconsistent.. Because Rollback is set to true in the script definition, the current AppV Client operation was rolled back.
    We believe this last error message is the kicker, but can't debug any further.

    Just to validate the problem, I started again.
    I have just downloaded the latest ODT from MS, and then downloaded the latest Office 2013 packaged - volume license.  Then created the app-v package - all went perfectly, no error messages.  Uploaded the package to the app-v 5 server and published
    it.  I have made NO changes to any of the files.
    I have just built a brand new Windows Server 2008R2 Datacentre VM, patched it to the hilt, and installed the RDS role, powershell 3 and appv 5.0 SP2 client for RDS.
    I then use powershell as above:
              scripting unrestricted
              app v client scripting enabled
             app v server added
              global and user update enabled
             add-appvclient package  "url of office package.appv"
                 and received exactly the same error message.  
    It is not complaining that scripting is not allowed, it is complaining that the script is invalid.
    Help!!!!

  • Office 2013 Setup Logging Template %hostname% Config.xml

    Hello,
    we want to deploy Office 2013 through SCCM with a Log-File which should be stored on a Server. To identify from which Computer the log file is, it should be named like the hostname.
    I have specifed the followig in the config.xml
    <Logging Type="verbose" Path="\\logserver\log\" Template="%hostname%.txt" />
    instead of translating the hostname there is only a %hostname%.txt on the logserver.
    Anyone an idea to solve this?
    Thanks.

    Glad to see you have your problem resolved. And thanks for sharing the workaround here, this should be helpful to other users who encounter the same problem.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Office 2013 Service Pack 1 installation causes shim error in Windows 8.1 Enterprise

    On a clean install of Windows 8.1 Enterprise and Office 2013 I installed RSAT and everything works fine initially.  When I install the Office 2013 Server Pack 1 update (categorized as an "Important" update) I then get the following
    errors when attempting to open Server Manager:
    (I attempted to include an image of the error and a link to the KB article but it wouldn't allow that saying my account must be verified although there appears to be no way to actually verify my account.  The "Verify Your Account 13" thread
    doesn't help by the way.)
    ServerManager.exe - This application could not be started.  Do you want to view information about the issue?
    Which if I click Yes it takes me to the page for this KB article:
    KB2715633
    The KB page refers to three different SHIM errors.  The second two don’t apply to this scenario but the first seems to.  Unfortunately the info on this one is:
    “The app is not configured in a way that makes it possible to determine the appropriate version of the .NET Framework runtime.
    You can't fix the configuration problem yourself. Contact the app vendor to resolve the issue.”
    I've re-installed Windows twice and have been able to replicate the problem each time (Clean Win 8.1 install, Office 2013 install, RSAT, everything works, install Office 2013 SP1).
    It says in the KB to "Contact the app vendor".  In this case that would be Microsoft. 

    1. What is you install W 8.1 ENT + all important updates -> Office 2013 > Office 2013 SP1 > RSAT ?
    2. Make sure that .NET 3.51 and 4.51 are installed.
    3. Make sure that there is no coincidence with issues
    http://support.microsoft.com/kb/2817430
    4. Try to sesolve problem with Process Explorer and Process Monitor
    HTH
    Milos

  • Office 2013 - SharePoint Web App: How can I link a subform on two Master/Child controls?

    I have a form in which I have placed a subform in a SharePoint Web App.
    I also have 2 controls on the form, from which I'd like to link to two columns on the subform.  How can I have two Master/Child linking relationships to a subform. 
    In Access desktop, it is done in a window "Subform Field Linker", like this:
    Master Fields:          Child Fields:
    <sorry I could not include a link until my account is verified>
    Thanks,
    Keith

    Hi Bruce,
    >>Are subforms in web apps different in this regard?<<
    Yes, there are two kinds of database. In an on-premise environment, Access 2013 apps are hosted by SharePoint 2013 while the data is stored in SQL Server 2012. SharePoint 2013 provides authentication, authorization, and security for Access 2013 apps.
    The back-end tables, views, macros, and queries are stored in a SQL Server 2012 database.
    You can get more detail about Access 2013 web app from link below:
    What's new for Access 2013 developers
    How to: Create and customize a web app in Access 2013
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • App Manager gives Download Error msg

    Hello,
    Just signed up for the cloud service.  i installed the Application Manager.  as soon as it opens, it gives a "download error.  Please contact customer support" message.  there is no other infomation on the screen and the app window is blank.
    I'm running OS X 10.8.2 and Safari 6.0.2
    Please assist!

    Go to main Hard drive -> Library -> Application support -> Adobe -> OOBE
    Rename the OOBE Folder to OOBE_old
    Similary go to User Library by click on option Go avilable on the top
    Go -> Go to folder -> Type "~/Library"
    It will take you to the users library now go to -> Application support -> Adobe -> OOBE
    rename the OOBE Folder to OOBE_old
    After Renameing these 2 folder download Adobe Application manager from - http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    Install it on the machine it should work now

  • How to convert 864 Transaction code into XML in EDI to File Scenario

    Hello Friends,
                            Can any body help me out in using 864 Transaction Code (Tex Message) in EDI to Flat File Conversion?? I mean i am using just 2 Fields i.e  Name and Address.I didnt understand the Format given<u><i>..Here is the format for Name
    N1 Name                                                           </i></u>                 Pos: 040 Max: 1
                                                                                    Heading - Optional
                                                                                    Loop: N1 Elements: 4
    To identify a party by type of organization, name, and code
    Element Summary:
    <u><i>Ref     Id       Element Name                     Req  Type    Min/Max    Usage</i></u>
    N101 98        Entity Identifier Code             M      ID        2/3          Must use
    Description: Code identifying an organizational entity, a physical
    location, property or an individual
    All valid standard codes are used.
    N102   93      Name                                  C     AN       1/60            Used
    Description: Free-form name
    N103 66        Identification Code Qualifier   C     ID        1/2              Used
    Description: Code designating the system/method of code structure used
    for Identification Code (67)
    All valid standard codes are used.
    N104 67        Identification Code                C     AN        2/80           Used
    Description: Code identifying a party or other code
    Syntax:
    1. N102 R0203 -- At least one of N102 or N103 is required.
    2. N103 P0304 -- If either N103 or N104 are present, then the others are required.
    Comments:
    1. This segment, used alone, provides the most efficient method of providing organizational identification. To obtain this efficiency the "ID Code" (N104)
    must provide a key to the table maintained by the transaction processing party.
    2. N105 and N106 further define the type of entity in N101.
    [<u>b]
    Here is the format for Address</b></u>
    N3 Address Information                                                 Pos: 060 Max: 2
                                                                                    Heading - Optional
                                                                                    Loop: N1 Elements: 2
    To specify the location of the named party
    Element Summary:
    <b><u><i>Ref            Id              Element Name            Req     Type      Min/Max   Usage</i></u></b>
    N301        166            Address Information       M        AN         1/55       Must use
    Description: Address information
    N302 166 Address Information
    Description: Address information                     O          AN         1/55       Used
    So Help me hoe to convert this into XML...

    try this
    For EDI U need SEEBURGER Adapter or Conversion agent by itemfield.
    Using Conversion agent convert EDI Into XSD and Import using External definition.
    Have look
    EDI Conversion
    Re: Seeburger Splitter adapter!!
    Thanks

  • I have office 2013 and it uses word to save and open .pdf files.

    I want to use Adobe Reader XI, how can I use that instead of Word?

    Word cannot interpret the unicode that comprises a PDF so it just comes up as garbled characters all over the page.
    Are you using Windows 7 or 8?
    I know how to change it in 7.
    In your Control Panel>Programs>Default Programs>Set Associations
    Scroll down to Adobe Acrobat Document (or ,pdf) in the list. Click it and click Change Program. Change it from Word to Reader, and click OK.

  • Pages gives an error, 'Cannot read file' , when trying to open pages document

    I recently deleted a pages file. I recovered it using disk drill and now Pages refuses to open it. It gives me an error that it cant read the file. The file size is exactly the same as i had created earlier. Please help me out on this. This is a very important essay and i spent weeks tyiping it. The file size is about 10.6 mb with all graphics and images. Please help me out

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, we can Create a trusted location follow these steps
    Click the Microsoft Office Button , and then click Excel Options.
    Click Trust Center, click Trust Center Settings, and then click
    Trusted Locations.
    If you want to create a trusted location that is not local to your computer, select the Allow trusted locations on my network (not recommended) check
    box.
    Click Add new location.
     IMPORTANT   We recommended that you don't make your entire
    Documents or My Documents folder a trusted location. Doing so creates a larger target for a hacker to potentially exploit and increases your security risk. Create a subfolder within Documents or My Documents, and make only that folder a trusted location.
    In the Path box, type the name of the folder that you want to use as a trusted location, or click Browse to
    locate the folder.
    If you want to include subfolders as trusted locations, select the
    Subfolders of this location are also trusted check box.
    In the Description box, type what you want to describe the purpose of the trusted location.
    Click OK.
    More detailed information you can refer to this link:
    http://office.microsoft.com/en-us/word-help/create-remove-or-change-a-trusted-location-for-your-files-HA010031999.aspx?CTT=1#BM12
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHN
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Problems creating a Office 2013 combined installation share, bug?

    I have tried to combine Office 2013 x86 (English), with Norwegian Language Pack, and the full Proofing Tools except IMEs. However, I ran in to some problems which might be bugs?
    I create a network share and copy the Office 2013 x86 files to it, the Norwegian LIP, then the Proofing Tools files (without overwrite).
    Setup.exe works fine for the initial Office 2013 installation, however it will not work for the Proofing Tools installation.
    I run the setups like this:
    Office: setup.exe /adminfile admin.msp /config proplus.ww\config.xml
    This works just fine, Office installs without any problem.
    Proofing: setup.exe /config proofkit.ww\config.xml
    This however did not work. The setup crashes with the error:
    Setup halts at the beginning of the installation bar, then breakes out with a an unexpected error, installation failed, rolling back (roughly translated)
    My current workaround is to have one folder on the share for "Office 2013" and one for the "Proofing Tools".
    The "problem" I get then, is that I need to keep both "updates" folder up to date and identical in order to get a fully updated Office installation.
    I have also tried to copy the setup.exe/dll files + catalog from both the LIP iso, and Proofing tools ISO, but non of them gives me a "one installation source to rule them all". They all brake in some way.
    Is it somehow possible to get a fully working "combined" Office installation source on a network share?
    This is the config.xml for the Office 2013 installation, I've skipped a few lines because I have only added 2 lines to the original config.xml
    <Configuration Product="ProPlus">
    <AddLanguage Id="nb-no" ShellTransform="yes"/>
    <AddLanguage Id="en-us" />
    <!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
    <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->
    </Configuration>
    This is the config.xml for the Proofing Tools:
    <Configuration Product="ProofKit">
    <Display Level="Basic" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" /> -->
    <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Proofing Tools Kit Setup(*).txt" /> -->
    <!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
    <OptionState Id="IMEMain_1028" State="Absent" Children="force"/>
    <OptionState Id="IMEMain_1041" State="Absent" Children="force"/>
    <OptionState Id="IMEMain_1042" State="Absent" Children="force"/>
    <OptionState Id="IMEMain_2052" State="Absent" Children="force"/>
    <OptionState Id="ProofingTools_1025" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1026" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1027" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1028" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1029" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1030" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1031" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1032" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1033" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1035" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1036" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1037" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1038" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1040" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1041" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1042" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1043" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1044" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1045" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1046" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1048" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1049" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1050" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1051" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1053" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1054" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1055" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1056" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1058" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1060" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1061" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1062" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1063" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1069" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1081" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1087" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1094" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1095" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1097" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1099" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1102" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_1110" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_2052" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_2068" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_2070" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_2074" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_3076" State="Local" Children="force"/>
    <OptionState Id="ProofingTools_3082" State="Local" Children="force"/>
    <!-- <Setting Id="Setup_Reboot" Value="IfNeeded" /> -->
    </Configuration>
    In my admin.msp file, I have basically just added:
    Organization name
    License (KMS)
    I accept the tems in the License Agreement
    Display level: Basic
    Suppress modal
    No cancel
    Full feature installation, except Microsoft SkyDrive Pro and Microsoft InfoPath
    Anyone know how to get this to work? It worked just fine with Office 2010, how can I get it to work with Office 2013?
    Regards,
    Øistein

    Here is a copy of the SetupError log from when the Proofing Tools installation is run:
    2013/12/22 23:12:53:377::[2084] PERF: TickCount=935312265 Name=OBootStrapper::Run Description=Begin function
    2013/12/22 23:12:53:377::[2084] Terminal Server detected
    2013/12/22 23:12:53:377::[2084] Operating System version: 6.2.9200 . Platform ID: 2
    2013/12/22 23:12:53:377::[2084] Running 32-bit setup on a 64-bit operating system.
    2013/12/22 23:12:53:377::[2084] Command line: "\\server\share\Microsoft\Office 2013 x86 - Copy\setup.exe" /config "\\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\config.xml"
    2013/12/22 23:12:53:377::[2084] Parsing command line.
    2013/12/22 23:12:53:377::[2084] Config XML file specified: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\config.xml
    2013/12/22 23:12:53:377::[2084] Parsing config.xml at: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\config.xml
    2013/12/22 23:12:53:392::[2084] Preferred product specified in config.xml to be: PROOFKIT
    2013/12/22 23:12:53:392::[2084] Display level basic specified in config.xml.
    2013/12/22 23:12:53:392::[2084] Suppression of modal dialogs specified in config.xml.
    2013/12/22 23:12:53:392::[2084] Hide completion notice specified in config.xml.
    2013/12/22 23:12:53:392::[2084] Auto accept license specified in config.xml.
    2013/12/22 23:12:53:877::[2084] Verify file signature in "\\server\share\Microsoft\Office 2013 x86 - Copy\setup.exe"
    2013/12/22 23:12:53:908::[2084] \\server\share\Microsoft\Office 2013 x86 - Copy\setup.exe is trusted.
    2013/12/22 23:12:53:908::[2084] Verify file signature in "\\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\OSETUP.DLL"
    2013/12/22 23:12:54:049::[2084] \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\OSETUP.DLL is trusted.
    2013/12/22 23:12:54:174::[2084] Using setup controller dll at [\\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\OSETUP.DLL].
    2013/12/22 23:12:54:174::[2084] PERF: TickCount=935313062 Name=OBootStrapper::Run Description=Calling RunSetup
    2013/12/22 23:12:54:174::[2084] PERF: TickCount=935313062 Name=RunSetup Description=Begin function
    2013/12/22 23:12:54:174::[2084] WER element [P2] is set to value [OSETUP.DLL]
    2013/12/22 23:12:54:174::[2084] WER element [P3] is set to value [15.0.4481.1001]
    2013/12/22 23:12:54:174::[2084] Terminal Server detected
    2013/12/22 23:12:54:174::[2084] Catalyst execution began: 12/22/2013 23:12:54.
    2013/12/22 23:12:54:174::[2084] Parsing config.xml at: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\config.xml
    2013/12/22 23:12:54:174::[2084] Preferred product specified in config.xml to be: PROOFKIT
    2013/12/22 23:12:54:174::[2084] Display level basic specified in config.xml.
    2013/12/22 23:12:54:174::[2084] Suppression of modal dialogs specified in config.xml.
    2013/12/22 23:12:54:174::[2084] Hide completion notice specified in config.xml.
    2013/12/22 23:12:54:174::[2084] Auto accept license specified in config.xml.
    2013/12/22 23:12:54:174::[2084] Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [disabled] for the [InstallExecutionMode]
    2013/12/22 23:12:54:174::[2084] Searching for updated versions of resource files under the 'updates' folder [\\server\share\Microsoft\Office 2013 x86 - Copy\updates].
    2013/12/22 23:12:54:174::[2084] Found [0] resource files under the update folder.
    2013/12/22 23:12:54:174::[2084] Searching for default versions of resource files under the folder [\\server\share\Microsoft\Office 2013 x86 - Copy].
    2013/12/22 23:12:54:189::[2084] Found [2] resource files under the default folder.
    2013/12/22 23:12:54:189::[2084] Running in [InstallExecutionMode]. Run from TEMP folder at [C:\Users\user\AppData\Local\Temp\Setup00000260].
    2013/12/22 23:12:54:205::[2084] Loaded resource file [C:\Users\user\AppData\Local\Temp\Setup00000260\OSETUPUI.DLL] (CultureTag=nb-NO).
    2013/12/22 23:12:54:205::[2084] WER element [SuppressModal] is set to value [false]
    2013/12/22 23:12:54:205::[2084] WER element [P1] is set to value [15.0.4420.1017]
    2013/12/22 23:12:54:205::[2084] Loaded Dll : \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\OSETUP.DLL.
    2013/12/22 23:12:54:205::[2084] Catalyst version is : 15.0.4481.1001
    2013/12/22 23:12:54:205::[2084] JobExecutionMode is InstallExecutionMode.
    2013/12/22 23:12:54:252::[2084] Check if Office is supported on Windows 6.2.9200
    2013/12/22 23:12:54:502::[3524] Product: PROOFKIT
    2013/12/22 23:12:54:502::[3524] AddOnGroup Culture: en-us
    2013/12/22 23:12:54:502::[3524] AddOnId: PROOFMUI.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnGroup Culture: fr-fr
    2013/12/22 23:12:54:502::[3524] AddOnId: PROOFMUI.FR-FR
    2013/12/22 23:12:54:502::[3524] Product: PROPLUS
    2013/12/22 23:12:54:502::[3524] AddOnGroup Culture: en-us
    2013/12/22 23:12:54:502::[3524] AddOnId: WORD.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: OSMUX.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: OSM.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: PROOFING.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: ONENOTE.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: OFFICE64.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: GROOVE.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: OUTLOOK.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: DCF.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: PUBLISHER.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: POWERPOINT.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: EXCEL.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: OFFICE.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: LYNC.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: INFOPATH.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnId: ACCESS.EN-US
    2013/12/22 23:12:54:502::[3524] AddOnGroup Culture: nb-no
    2013/12/22 23:12:54:502::[3524] AddOnId: WORD.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: POWERPOINT.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: OUTLOOK.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: OSMUX.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: OSM.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: PROOFING.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: GROOVE.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: ONENOTE.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: EXCEL.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: ACCESS.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: INFOPATH.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: DCF.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: PUBLISHER.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: OFFICE64.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: OFFICE.NB-NO
    2013/12/22 23:12:54:502::[3524] AddOnId: LYNC.NB-NO
    2013/12/22 23:12:55:292::[2084] No upgradable applications found
    2013/12/22 23:12:55:292::[2084] Not parsing product config.xml file: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\config.xml because one has already been parsed.
    2013/12/22 23:12:55:292::[2084] Found AddOn Culture: CultureTag=[en-us], NativeCltureName=[English].
    2013/12/22 23:12:55:292::[2084] Found AddOn Culture: CultureTag=[fr-fr], NativeCltureName=[français].
    2013/12/22 23:12:55:292::[2084] Product Deployment Mode: PerMachineManaged
    2013/12/22 23:12:55:292::[2084] Target Deployment Account Security Identifier: S-1-5-18
    2013/12/22 23:12:55:292::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofmui.en-us\ProofMUI.xml
    2013/12/22 23:12:55:292::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\ProofKitWW.xml
    2013/12/22 23:12:55:292::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.en\Proof.xml
    2013/12/22 23:12:55:307::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.fr\Proof.xml
    2013/12/22 23:12:55:307::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.es\Proof.xml
    2013/12/22 23:12:55:323::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ar\Proof.xml
    2013/12/22 23:12:55:323::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.zh-tw\Proof.xml
    2013/12/22 23:12:55:339::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ja\Proof.xml
    2013/12/22 23:12:55:339::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ko\Proof.xml
    2013/12/22 23:12:55:339::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.th\Proof.xml
    2013/12/22 23:12:55:354::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.zh-cn\Proof.xml
    2013/12/22 23:12:55:354::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.pt-br\Proof.xml
    2013/12/22 23:12:55:370::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.de\Proof.xml
    2013/12/22 23:12:55:370::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.it\Proof.xml
    2013/12/22 23:12:55:370::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.nl\Proof.xml
    2013/12/22 23:12:55:386::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ca\Proof.xml
    2013/12/22 23:12:55:386::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.eu\Proof.xml
    2013/12/22 23:12:55:401::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.gl\Proof.xml
    2013/12/22 23:12:55:403::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.sv\Proof.xml
    2013/12/22 23:12:55:403::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.fi\Proof.xml
    2013/12/22 23:12:55:418::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.cs\Proof.xml
    2013/12/22 23:12:55:418::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.da\Proof.xml
    2013/12/22 23:12:55:418::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.he\Proof.xml
    2013/12/22 23:12:55:434::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.hi\Proof.xml
    2013/12/22 23:12:55:434::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.hu\Proof.xml
    2013/12/22 23:12:55:434::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.mr\Proof.xml
    2013/12/22 23:12:55:451::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.nb\Proof.xml
    2013/12/22 23:12:55:451::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.pa\Proof.xml
    2013/12/22 23:12:55:451::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.pl\Proof.xml
    2013/12/22 23:12:55:466::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ru\Proof.xml
    2013/12/22 23:12:55:466::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.te\Proof.xml
    2013/12/22 23:12:55:482::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.tr\Proof.xml
    2013/12/22 23:12:55:482::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.el\Proof.xml
    2013/12/22 23:12:55:482::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.sk\Proof.xml
    2013/12/22 23:12:55:498::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.uk\Proof.xml
    2013/12/22 23:12:55:498::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.nn\Proof.xml
    2013/12/22 23:12:55:513::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.pt\Proof.xml
    2013/12/22 23:12:55:513::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.bg\Proof.xml
    2013/12/22 23:12:55:513::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ro\Proof.xml
    2013/12/22 23:12:55:529::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.hr\Proof.xml
    2013/12/22 23:12:55:529::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.sl\Proof.xml
    2013/12/22 23:12:55:529::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.et\Proof.xml
    2013/12/22 23:12:55:545::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.lv\Proof.xml
    2013/12/22 23:12:55:545::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.lt\Proof.xml
    2013/12/22 23:12:55:560::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.gu\Proof.xml
    2013/12/22 23:12:55:560::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ta\Proof.xml
    2013/12/22 23:12:55:560::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.kn\Proof.xml
    2013/12/22 23:12:55:577::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.sr\Proof.xml
    2013/12/22 23:12:55:577::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ur\Proof.xml
    2013/12/22 23:12:55:577::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.kk\Proof.xml
    2013/12/22 23:12:55:592::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.sr-cyrl-cs\Proof.xml
    2013/12/22 23:12:55:592::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.id\Proof.xml
    2013/12/22 23:12:55:608::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ms\Proof.xml
    2013/12/22 23:12:55:608::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.ms-bn\Proof.xml
    2013/12/22 23:12:55:608::[2084] Loading package metadata: \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\Proof.vi\Proof.xml
    2013/12/22 23:12:55:624::[2084] Searching for patches for the current chained install in: \\server\share\Microsoft\Office 2013 x86 - Copy\updates
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-ar-sa.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-bg-bg.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-ca-es.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-cs-cz.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-da-dk.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-de-de.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-el-gr.msp
    2013/12/22 23:12:57:882::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-en-us.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-es-es.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-et-ee.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-eu-es.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-fi-fi.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-fr-fr.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-gl-es.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-he-il.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-hi-in.msp
    2013/12/22 23:12:57:897::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-hr-hr.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-hu-hu.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-it-it.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-ja-jp.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-ko-kr.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-lt-lt.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-lv-lv.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-nb-no.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-nl-nl.msp
    2013/12/22 23:12:57:913::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-nn-no.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-pl-pl.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-pt-br.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-pt-pt.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-ro-ro.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-ru-ru.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-sk-sk.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-sl-si.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-sr-cyrl-cs.msp
    2013/12/22 23:12:57:929::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-sr-latn-cs.msp
    2013/12/22 23:12:57:944::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-sv-se.msp
    2013/12/22 23:12:57:944::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-th-th.msp
    2013/12/22 23:12:57:944::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-tr-tr.msp
    2013/12/22 23:12:57:944::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-uk-ua.msp
    2013/12/22 23:12:57:944::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-zh-cn.msp
    2013/12/22 23:12:57:944::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\proof-zh-tw.msp
    2013/12/22 23:12:58:038::[2084] Applicable patch: \\server\share\Microsoft\Office 2013 x86 - Copy\updates\setupexe-x-none.msp
    2013/12/22 23:12:58:492::[2084] Error: Default ProductName not found for 00cc
    2013/12/22 23:12:58:492::[2084] No branding information found, using catalystProductId for ARP DisplayName: PROOFKIT
    2013/12/22 23:12:58:492::[2084] No Visio 15 product is detected
    2013/12/22 23:12:58:492::[2084] No Project 15 product is detected
    2013/12/22 23:12:58:570::[2084] Reading value of unintialized setting!
    2013/12/22 23:12:58:601::[2084] BRANDING: Parsing Branding Data...
    2013/12/22 23:12:58:617::[2128] Error: Unable to set a system restore point
    2013/12/22 23:12:58:617::[2128] Kicking off chained install...
    2013/12/22 23:12:58:617::[2128] Terminal Server detected
    2013/12/22 23:12:58:617::[2128] PERF: TickCount=935317500 Name=Job::DoCacheWork Description=Begin function
    2013/12/22 23:13:00:645::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:00:645::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:00:645::[2128] Running Source Engine process detected
    2013/12/22 23:13:00:645::[2128] Running version: 15.0.4454.1000
    2013/12/22 23:13:00:645::[2128] OSE is running
    2013/12/22 23:13:00:645::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:02:348::[2128] PERF: TickCount=935321234 Name=Job::DoCacheWork Description=End function
    2013/12/22 23:13:02:348::[2128] Final Option Tree:
    2013/12/22 23:13:02:348::[2128] AlwaysInstalled:local
    2013/12/22 23:13:02:348::[2128] OSpp:local
    2013/12/22 23:13:02:348::[2128] OSpp_Core:local
    2013/12/22 23:13:02:348::[2128] Gimme_OnDemandData:local
    2013/12/22 23:13:02:348::[2128] ProductFiles:local
    2013/12/22 23:13:02:348::[2128] SHAREDFiles:local
    2013/12/22 23:13:02:348::[2128] ProofingTools:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1025:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1025:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1025:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1025:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1026:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1026:local
    2013/12/22 23:13:02:348::[2128] OCR_1026:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1026:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1026:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1027:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1027:local
    2013/12/22 23:13:02:348::[2128] OCR_1027:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1027:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1027:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1028:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1028:local
    2013/12/22 23:13:02:348::[2128] OCR_1028:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1028:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1028:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1029:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1029:local
    2013/12/22 23:13:02:348::[2128] OCR_1029:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1029:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1029:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1030:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1030:local
    2013/12/22 23:13:02:348::[2128] OCR_1030:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1030:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1030:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1031:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1031:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1031:local
    2013/12/22 23:13:02:348::[2128] OCR_1031:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1031:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1031:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1031:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1032:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1032:local
    2013/12/22 23:13:02:348::[2128] OCR_1032:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1032:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1032:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1033:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1033:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1033:local
    2013/12/22 23:13:02:348::[2128] OCR_1033:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1033:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1033:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1035:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1035:local
    2013/12/22 23:13:02:348::[2128] OCR_1035:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1035:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1035:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1036:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1036:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1036:local
    2013/12/22 23:13:02:348::[2128] OCR_1036:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1036:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1036:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1036:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1037:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1037:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1037:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1037:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1037:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1038:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1038:local
    2013/12/22 23:13:02:348::[2128] OCR_1038:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1038:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1038:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1040:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1040:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1040:local
    2013/12/22 23:13:02:348::[2128] OCR_1040:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1040:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1040:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1040:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1041:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1041:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1041:local
    2013/12/22 23:13:02:348::[2128] OCR_1041:local
    2013/12/22 23:13:02:348::[2128] RRLoc_1041:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1041:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1042:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1042:local
    2013/12/22 23:13:02:348::[2128] OCR_1042:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1042:local
    2013/12/22 23:13:02:348::[2128] HangulHanjaConversion:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1042:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1043:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1043:local
    2013/12/22 23:13:02:348::[2128] OCR_1043:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1043:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1043:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1044:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1044:local
    2013/12/22 23:13:02:348::[2128] OCR_1044:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1044:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1044:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1045:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1045:local
    2013/12/22 23:13:02:348::[2128] OCR_1045:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1045:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1045:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1046:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1046:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1046:local
    2013/12/22 23:13:02:348::[2128] OCR_1046:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1046:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1046:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1048:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1048:local
    2013/12/22 23:13:02:348::[2128] OCR_1048:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1048:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1048:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1049:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1049:local
    2013/12/22 23:13:02:348::[2128] OCR_1049:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1049:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1049:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1050:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1050:local
    2013/12/22 23:13:02:348::[2128] OCR_1050:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1050:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1050:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1051:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1051:local
    2013/12/22 23:13:02:348::[2128] OCR_1051:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1051:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1051:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1053:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_1053:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1053:local
    2013/12/22 23:13:02:348::[2128] OCR_1053:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1053:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1053:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1054:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1054:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_1054:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1055:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1055:local
    2013/12/22 23:13:02:348::[2128] OCR_1055:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1055:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1055:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1056:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1056:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1057:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1057:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1058:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1058:local
    2013/12/22 23:13:02:348::[2128] OCR_1058:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1058:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1058:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1060:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1060:local
    2013/12/22 23:13:02:348::[2128] OCR_1060:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1060:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1060:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1061:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1061:local
    2013/12/22 23:13:02:348::[2128] OCR_1061:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1061:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1061:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1062:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1062:local
    2013/12/22 23:13:02:348::[2128] OCR_1062:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1062:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1062:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1063:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1063:local
    2013/12/22 23:13:02:348::[2128] OCR_1063:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1063:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1063:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1066:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1066:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1069:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1069:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1069:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1081:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1081:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_1081:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1086:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1086:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1087:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1087:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1087:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1094:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1094:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1095:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1095:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1097:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1097:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1098:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1098:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1099:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1099:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1102:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1102:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_1110:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_1110:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_1110:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_2052:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_2052:local
    2013/12/22 23:13:02:348::[2128] OCR_2052:local
    2013/12/22 23:13:02:348::[2128] RRLoc_2052:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_2052:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_2052:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_2068:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_2068:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_2068:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_2070:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_2070:local
    2013/12/22 23:13:02:348::[2128] OCR_2070:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_2070:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_2070:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_2074:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_2074:local
    2013/12/22 23:13:02:348::[2128] OCR_2074:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_2074:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_2074:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_2110:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_2110:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_3082:local
    2013/12/22 23:13:02:348::[2128] FindAllWordFormsFiles_3082:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_3082:local
    2013/12/22 23:13:02:348::[2128] OCR_3082:local
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_3082:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_3082:local
    2013/12/22 23:13:02:348::[2128] TranslationFiles_3082:local
    2013/12/22 23:13:02:348::[2128] ProofingTools_3098:local
    2013/12/22 23:13:02:348::[2128] HyphenationFiles_3098:local
    2013/12/22 23:13:02:348::[2128] OCR_3098:absent
    2013/12/22 23:13:02:348::[2128] SpellingAndGrammarFiles_3098:local
    2013/12/22 23:13:02:348::[2128] ThesaurusFiles_3098:local
    2013/12/22 23:13:02:348::[2128] "Installed" sku component file \\server\share\Microsoft\Office 2013 x86 - Copy\proofkit.ww\setup.xml to C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PROOFKIT\setup.xml.
    2013/12/22 23:13:02:348::[2128] "Installed" sku component file \\server\share\Microsoft\Office 2013 x86 - Copy\proofmui.en-us\setup.xml to C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\ProofMUI.en-us\setup.xml.
    2013/12/22 23:13:02:348::[2128] Determining ARP entry registry values.
    2013/12/22 23:13:02:364::[2128] PERF: TickCount=935321250 Name=Verify MSI local install source Description=Begin function
    2013/12/22 23:13:02:364::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:364::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:380::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:02:395::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:395::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:411::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:02:411::[2128] LIS: wait for package "{90150000-00C2-0409-0000-0000000FF1CE}" to complete caching
    2013/12/22 23:13:02:427::[2128] LIS: package "{90150000-00C2-0409-0000-0000000FF1CE}" caching completed
    2013/12/22 23:13:02:427::[2128] PERF: TickCount=935321312 Name=Completed verify local install source Description=End function
    2013/12/22 23:13:02:473::[2128] Executing chained package: ProofMUI.en-us
    2013/12/22 23:13:02:473::[2128] Reading value of unintialized setting!
    2013/12/22 23:13:02:473::[2128] 12/22/2013 23:13:02 Installing chained package: ProofMUI.en-us
    2013/12/22 23:13:02:473::[2128] PERF: TickCount=935321359 Name=Verify MSI local install source Description=Begin function
    2013/12/22 23:13:02:473::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:473::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:505::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:02:505::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:505::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:02:536::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:02:536::[2128] LIS: wait for package "{90150000-00C2-0409-0000-0000000FF1CE}" to complete caching
    2013/12/22 23:13:02:536::[2128] LIS: package "{90150000-00C2-0409-0000-0000000FF1CE}" caching completed
    2013/12/22 23:13:02:536::[2128] PERF: TickCount=935321421 Name=Completed verify local install source Description=End function
    2013/12/22 23:13:02:536::[2128] Catalyst Package Install..
    2013/12/22 23:13:02:536::[2128] Package: ProofMUI.en-us
    2013/12/22 23:13:02:536::[2128] File: C:\MSOCache\All Users\{90150000-00C2-0409-0000-0000000FF1CE}-C\ProofMUI.msi
    2013/12/22 23:13:02:536::[2128] Command Line: ADDLOCAL=PSetupControllerIntl_1033,Gimme_OnDemandData,PSetupController,SetupXmlFiles,ProofKitFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 ARPENTRY_UNINSTALLSTRING="""C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe"" /uninstall PROOFKIT /dll OSETUP.DLL" ARPENTRY_DISPLAYICON="C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\OSETUP.DLL,1" SETUPEXEINSTALLUICULTURE="nb-NO" ARPENTRY_SHELLUITRANSFORMLANGUAGE="nb-NO" ACCEPTEDEULA="1" REMOVEPREVIOUS="" BRANDING_XML="C:\Users\user\AppData\Local\Temp\Setup00000260\BRANDING.XML" ARPENTRY_MODIFYPATH="""C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe"" /modify PROOFKIT /dll OSETUP.DLL" REMOVESAMEVERSION="" COMPANYNAME="Sveio kommune" ARPENTRY_PRODUCTCODES="[~]{90150000-00C2-0409-0000-0000000FF1CE}[~]{90150000-001F-043E-0000-0000000FF1CE}[~]{90150000-001F-0421-0000-0000000FF1CE}[~]{90150000-001F-043F-0000-0000000FF1CE}[~]{90150000-001F-0420-0000-0000000FF1CE}[~]{90150000-001F-044B-0000-0000000FF1CE}[~]{90150000-001F-0449-0000-0000000FF1CE}[~]{90150000-001F-0447-0000-0000000FF1CE}[~]{90150000-001F-0427-0000-0000000FF1CE}[~]{90150000-001F-0426-0000-0000000FF1CE}[~]{90150000-001F-0425-0000-0000000FF1CE}[~]{90150000-001F-0424-0000-0000000FF1CE}[~]{90150000-001F-041A-0000-0000000FF1CE}[~]{90150000-001F-0418-0000-0000000FF1CE}[~]{90150000-001F-0402-0000-0000000FF1CE}[~]{90150000-001F-0422-0000-0000000FF1CE}[~]{90150000-001F-041B-0000-0000000FF1CE}[~]{90150000-001F-0408-0000-0000000FF1CE}[~]{90150000-001F-041F-0000-0000000FF1CE}[~]{90150000-001F-044A-0000-0000000FF1CE}[~]{90150000-001F-0419-0000-0000000FF1CE}[~]{90150000-001F-0415-0000-0000000FF1CE}[~]{90150000-001F-0446-0000-0000000FF1CE}[~]{90150000-001F-0414-0000-0000000FF1CE}[~]{90150000-001F-044E-0000-0000000FF1CE}[~]{90150000-001F-040E-0000-0000000FF1CE}[~]{90150000-001F-0439-0000-0000000FF1CE}[~]{90150000-001F-040D-0000-0000000FF1CE}[~]{90150000-001F-0406-0000-0000000FF1CE}[~]{90150000-001F-0405-0000-0000000FF1CE}[~]{90150000-001F-040B-0000-0000000FF1CE}[~]{90150000-001F-041D-0000-0000000FF1CE}[~]{90150000-001F-0456-0000-0000000FF1CE}[~]{90150000-001F-042D-0000-0000000FF1CE}[~]{90150000-001F-0403-0000-0000000FF1CE}[~]{90150000-001F-0413-0000-0000000FF1CE}[~]{90150000-001F-0410-0000-0000000FF1CE}[~]{90150000-001F-0407-0000-0000000FF1CE}[~]{90150000-001F-0416-0000-0000000FF1CE}[~]{90150000-001F-041E-0000-0000000FF1CE}[~]{90150000-001F-042A-0000-0000000FF1CE}[~]{90150000-001F-0409-0000-0000000FF1CE}[~]{90150000-001F-040C-0000-0000000FF1CE}[~]{90150000-001F-0401-0000-0000000FF1CE}[~]{90150000-001F-0404-0000-0000000FF1CE}[~]{90150000-001F-0411-0000-0000000FF1CE}[~]{90150000-001F-0412-0000-0000000FF1CE}[~]{90150000-001F-0C1A-0000-0000000FF1CE}[~]{90150000-001F-0C0A-0000-0000000FF1CE}[~]{90150000-001F-083E-0000-0000000FF1CE}[~]{90150000-001F-081A-0000-0000000FF1CE}[~]{90150000-001F-0816-0000-0000000FF1CE}[~]{90150000-001F-0814-0000-0000000FF1CE}[~]{90150000-001F-0804-0000-0000000FF1CE}[~]{90150000-00CC-0000-0000-0000000FF1CE}[~]" INSTALLLOCATION="C:\Program Files (x86)\Microsoft Office\" SLD_TRIALTYPE="0" ACIDS="86E17AEA-A932-42C4-8651-95DE6CB37A08" USERNAME="" SLD_PKU="0" SLD_PID="00216-60000-00000-AA472" SLD_DPID="#xF804000004000000380032003500300033002D00300032003100360036002D003000300030002D003000300030003000300030002D00300030002D0031003000340034002D0039003200300030002E0030003000300030002D0033003500360032003000310033000000000000000000000000000000000000000000000000000000000000000000380036006500310037006100650061002D0061003900330032002D0034003200630034002D0038003600350031002D00390035006400650036006300620033003700610030003800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000500054004B004E006F006E006500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007608000000000C660646ED6028DB0800F963228D4DF4D7E66DCE6300666E5DC7BBCA3F62F099E5D16D5D54B8B14A0D4F7E634B904BD5706748E3B01FB3C58876B96CD63C0AF6DD9263D20EF6D7FAA5335800310038002D00330033003300320034000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000520065007400610069006C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006C00740046007200650065000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" SLD_SUPPORTSBYPASS="0" SLD_OEMPIDKEY="0" SLD_LICENSETYPE="0" SLD_ACID="86E17AEA-A932-42C4-8651-95DE6CB37A08" USERINITIALS="" NOUSERNAME="1" ARPENTRY_SPPSKUID="[~]86E17AEA-A932-42C4-8651-95DE6CB37A08[~]" ARPENTRY_URLINFOABOUT="" ARPENTRY_CONTACT="" ARPENTRY_NOREMOVE="#0" ARPENTRY_NOMODIFY="#0" ARPENTRY_NOELEVATEONMODIFY="#0" ARPENTRY_NOREPAIR="#1" ARPENTRY_URLUPDATEINFO="" ARPENTRY_HELPLINK="" ARPENTRY_INSTALLLOCATION="C:\Program Files (x86)\Microsoft Office\" ARPENTRY_HELPTELEPHONE="" ARPENTRY_DISPLAYNAME="Microsoft Office Proofing Tools Kit Compilation 2013" ARPENTRY_DISPLAYVERSION="15.0.4481.1005" ARPENTRY_VERSIONMAJOR="#15" ARPENTRY_VERSIONMINOR="#0" ARPENTRY_CACHELOCATION="C:\MSOCache\All Users" ARPENTRY_SKUCOMPONENTS="[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\PROOFKIT\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\ProofMUI.en-us\setup.xml[~]" ARPENTRY_PACKAGEREFS="[~]ProofMUI.en-us[~]Proof.ar-sa[~]Proof.et-ee[~]Proof.pt-pt[~]Proof.vi-vn[~]Proof.eu-es[~]Proof.en-us[~]Proof.es-es[~]Proof.fr-fr[~]Proof.cs-cz[~]Proof.it-it[~]Proof.ko-kr[~]Proof.zh-tw[~]Proof.ja-jp[~]Proof.th-th[~]Proof.ms-my[~]Proof.zh-cn[~]Proof.pt-br[~]Proof.id-id[~]Proof.gu-in[~]Proof.de-de[~]Proof.sv-se[~]Proof.nl-nl[~]Proof.ca-es[~]Proof.pl-pl[~]Proof.gl-es[~]Proof.el-gr[~]Proof.fi-fi[~]Proof.da-dk[~]Proof.he-il[~]Proof.hi-in[~]Proof.hu-hu[~]Proof.ms-bn[~]Proof.mr-in[~]Proof.nn-no[~]Proof.nb-no[~]Proof.pa-in[~]Proof.ru-ru[~]Proof.ur-pk[~]Proof.ta-in[~]Proof.te-in[~]Proof.tr-tr[~]Proof.uk-ua[~]Proof.sk-sk[~]Proof.bg-bg[~]Proof.kk-kz[~]Proof.ro-ro[~]Proof.lv-lv[~]Proof.hr-hr[~]Proof.sl-si[~]Proof.lt-lt[~]Proof.sr-cyrl-cs[~]Proof.kn-in[~]Proof.sr-latn-cs[~]ProofKitWW[~]" SETUPEXE_DOARPWRITE="1" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1044 SETUPINTLDLLDIRECTORY="C:\Users\user\AppData\Local\Temp\Setup00000260\" ARPSYSTEMCOMPONENT=1 ALLUSERS="1"
    2013/12/22 23:13:02:536::[2128] PERF: TickCount=935321421 Name=MsiPackage::Install Description=Calling OMsiInstaller::InstallProduct for package file "C:\MSOCache\All Users\{90150000-00C2-0409-0000-0000000FF1CE}-C\ProofMUI.msi"
    2013/12/22 23:13:03:583::[2128] PERF: TickCount=935322468 Name=MsiPackage::Install Description=Returned from OMsiInstaller::InstallProduct
    2013/12/22 23:13:03:583::[2128] Successfully installed package: ProofMUI.en-us path:C:\MSOCache\All Users\{90150000-00C2-0409-0000-0000000FF1CE}-C\ProofMUI.msi
    2013/12/22 23:13:03:598::[2128] Executing chained package: Proof.vi-vn
    2013/12/22 23:13:03:598::[2128] Reading value of unintialized setting!
    2013/12/22 23:13:03:598::[2128] 12/22/2013 23:13:03 Installing chained package: Proof.vi-vn
    2013/12/22 23:13:03:598::[2128] PERF: TickCount=935322484 Name=Verify MSI local install source Description=Begin function
    2013/12/22 23:13:03:598::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:03:598::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:03:645::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:03:661::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:03:661::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:03:708::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:03:724::[2128] OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:03:724::[2128] OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    2013/12/22 23:13:03:786::[2128] Running OSE version 15.0.4454.1000
    2013/12/22 23:13:03:802::[2128] LIS: wait for package "{90150000-00CC-0000-0000-0000000FF1CE}" to complete caching
    2013/12/22 23:13:34:771::[2128] LIS failed to cache download "{90150000-00CC-0000-0000-0000000FF1CE}-C" resource "setup.dll". Cache Error 0x80070017
    2013/12/22 23:13:34:771::[2128] SupressModal flag is set. Skip showing Source Resolution Dialog
    2013/12/22 23:13:34:771::[2128] Source Resolution aborted
    2013/12/22 23:13:43:576::[2128] LIS failed to cache download "{90150000-00CC-0000-0000-0000000FF1CE}-C" resource "setup.exe". Cache Error 0x80070017
    2013/12/22 23:13:43:576::[2128] SupressModal flag is set. Skip showing Source Resolution Dialog
    2013/12/22 23:13:43:576::[2128] Source Resolution aborted
    2013/12/22 23:13:47:466::[2128] LIS failed to cache download "{90150000-00CC-0000-0000-0000000FF1CE}-C" resource "setup.dll". Cache Error 0x80070017
    2013/12/22 23:13:47:466::[2128] SupressModal flag is set. Skip showing Source Resolution Dialog
    2013/12/22 23:13:47:466::[2128] Source Resolution aborted
    2013/12/22 23:13:47:466::[2128] WER element [SuppressModal] is set to value [true]
    2013/12/22 23:13:47:466::[2128] WER element [P4] is set to value [0x80070017]
    2013/12/22 23:13:47:466::[2128] WER element [P7] is set to value [0x80070017]
    2013/12/22 23:13:47:466::[2128] WER element [P6] is set to value [LIS: Failed to cache download "%s" resource "%s".]
    2013/12/22 23:13:47:466::[2128] WER element [P6] is converted to [FB4645EA]
    2013/12/22 23:13:47:466::[2128] Error: LIS: Failed to cache download "{90150000-00CC-0000-0000-0000000FF1CE}-C" resource "setup.dll". HResult: 0x80070017.
    2013/12/22 23:13:47:466::[2128] Log level changed from: Standard to: Verbose
    2013/12/22 23:13:47:466::[2128] Rolling back chain
    2013/12/22 23:13:47:466::[2128] Error attaching to OSE, error 0x00000000
    2013/12/22 23:13:47:466::[2128] Stopping running ose
    2013/12/22 23:13:48:158::[2128] LIS: start uncaching for download "{90150000-00C2-0409-0000-0000000FF1CE}-C"
    2013/12/22 23:13:49:264::[2128] LIS: finished uncaching for download "{90150000-00C2-0409-0000-0000000FF1CE}-C"
    2013/12/22 23:13:49:264::[2128] LIS: start uncaching for download "{90150000-00CC-0000-0000-0000000FF1CE}-C"
    2013/12/22 23:13:49:420::[2128] LIS: finished uncaching for download "{90150000-00CC-0000-0000-0000000FF1CE}-C"
    2013/12/22 23:13:49:420::[2128] Error attaching to OSE, error 0x00000000
    2013/12/22 23:13:49:420::[2128] Stopping running ose
    2013/12/22 23:13:49:998::[2128] 12/22/2013 23:13:49 Rolling back MSI transaction.
    2013/12/22 23:13:49:998::[2128] MSI(INITIALIZE): '<NULL>'
    2013/12/22 23:13:49:998::[2128] MSI(COMMONDATA): '1: 2 2: 0 '
    2013/12/22 23:13:49:998::[2128] MSI(COMMONDATA): '1: 2 2: 0 '
    2013/12/22 23:13:49:998::[2128] MSI(COMMONDATA): '1: 0 2: 1033 3: 65001 '
    2013/12/22 23:13:49:998::[2128] MSI(COMMONDATA): '1: 1 2: Microsoft Office ProofMUI (English) 2013 '
    2013/12/22 23:13:50:045::[2128] MSI(COMMONDATA): '1: 2 2: 1 '
    2013/12/22 23:13:50:045::[2128] MSI(COMMONDATA): '1: 2 2: 1 '
    2013/12/22 23:13:50:061::[2128] MSI(TERMINATE): '<NULL>'
    2013/12/22 23:13:50:061::[2128] 12/22/2013 23:13:49 MSI transaction rolled back.
    2013/12/22 23:13:50:061::[2128] Unable to cancel a system restore point.
    2013/12/22 23:13:50:061::[2084] Not showing completion dialog because it was not requested.
    2013/12/22 23:13:50:061::[2084] Reboot requested if needed.
    2013/12/22 23:13:50:061::[2084] No reboot is needed.
    2013/12/22 23:13:50:061::[2084] Catalyst execution finished: 12/22/2013 23:13:50. Return code: -2147024873.
    2013/12/22 23:13:50:061::[2084] PERF: TickCount=935368953 Name=RunSetup Description=End function
    Hopefully it could help someone to detect and solve the problem.

  • Office 2013 APP-V Tips and Tricks

    Hi there, 
    I got Office 2013 working with APP-V 5.0 Sp2 and rolling it out globally. 
    Out of the box nothing goes wrong, but i'm testing a lot and whenever I unpublish and do not delete the old programdata directory my computers go nuts. 
    Does anyone have any tips and tricks for troubleshooting the Office 2013 APP-V Package? 
    For Example I unpublished the Office 2013 APP-V package because I needed to update it with a connection group and add an excel plugin. After I updated the excel plugin and connection group, the connection group was configured succesfully. Whenever I try
    to open Office 2013 on a already used account it won't start without an error message. 
    When I log in as as different user everything goes fine. 
    However everything i'm trying to fix this for a particular user on the computer fails. 
    Manually removing the packages gives an error. Something with a rollback error. Really strange. 
    Does anyone have tips and tricks on rolling out App-v and publishing/unpublishing the application and modifying application connection groups. 
    This is driving me bananas because we have a dynamic changing environment. Out of the box it works fine but don't try to change anything because the computer goes nuts. 

    So I found out this value:     <Wait RollbackOnError="true" Timeout="30"/>
    So if I perform the remove-appvclientpackage command I guess it sticks on this because something in the script goes wrong but how do I found
    out what goes wrong? 

  • AppV5 Office 2013 (Visio) couldn't get published (failed configuration in folder ProgramData\App-V 0x7D401F30-0x5)

    Environment:
    Server: AppV 5 SP1 Pub and Mgmt server (no Hotfixes applied)
    Client: Windows 7 SP1 x64 with AppV 5.0 SP2 client (tried RTM and with HF5)
    Created a Visio 2013 package with ODT (latest version). Only Visio, no other products added. Used the PACKAGEGUID to specify a custom PackageGUID.
    Configuration.xml;
    <Configuration>
    <Add SourcePath="C:\Temp\" OfficeClientEdition="32" >
    <Product ID="VisioStdVolume">
    <Language ID="en-us" />
    <Language ID="nl-nl" />
    <Language ID="fr-fr" />
    </Product>
    </Add>
    <Display Level="None" AcceptEULA="TRUE" />
    <Logging Name="VisioStd2013Setup.txt" Path="%temp%" />
    <Property Name="AUTOACTIVATE" Value="1" />
    <Property Name="PACKAGEGUID" Value="0123e69c-b152-4c70-b178-41be0d2b7d1b" />
    </Configuration>
    Adding and Publishing locally with Powershell works like expected. But using the App-V 5.0 Mgmt/Publishing server it fails on all clients.
    Package is published to computers.
    Domain Computers have READ permission on the AppV Content share.
    Previously Office 2013 packages could be published without any errors.
    AppV logs:
    Event ID: 19104:
    Part or all packages publish failed.
    published: 0
    failed: 1
    Please check the error events of 'Configure/Publish Package' before this message for the details of the failure.
    Event ID: 1008
    Package {0123e69c-b152-4c70-b178-41be0d2b7d1b} version {5197e402-1206-4940-bd96-a0597e7d4b1f} failed configuration in folder 'C:\ProgramData\App-V\0123E69C-B152-4C70-B178-41BE0D2B7D1B\5197E402-1206-4940-BD96-A0597E7D4B1F' with error 0x7D401F30-0x5.
    Event ID: 4001
    The App-V client failed to create a process for machine script event AddPackage with command line: '"C:\ProgramData\App-V\0123E69C-B152-4C70-B178-41BE0D2B7D1B\5197E402-1206-4940-BD96-A0597E7D4B1F\Root\..\Scripts\Integrator.exe" /I /Msi /License /AppV PackageGUID=0123e69c-b152-4c70-b178-41be0d2b7d1b PackageRoot="C:\ProgramData\App-V\0123E69C-B152-4C70-B178-41BE0D2B7D1B\5197E402-1206-4940-BD96-A0597E7D4B1F\Root" MsiName=SPPRedist.msi,SPPRedist64.msi PidKey=FN8TT-7WMH6-2D4X9-M337T-2342K,YC7DK-G2NP3-2QQC3-J6H88-GVGXT,C2FG9-N6J68-H8BTJ-BW3QX-RM3B3 PRIDName=VisioStdVolume'. Windows error: Access is denied.. The path must be a Windows application (.exe file).
    Analytic and Debugs logs aren’t very helpful (Client-Publishing):
    No package published.
    Published: false
    Failed: 0
    So, Access denied (0x5) on Integrator.exe in ProgramData? As we have AppLocker in place, checked the AppLocker logs. But no trace in there.
    Other AppV5 applications does work
    Tested on two different App-V 5 Pub Servers (5.0 SP1 and SP1 with HF4), same behaviour.
    Tested on three Win7 SP1 x64 clients, same behaviour.
    EnablePackageScripts (client config) is enabled on all clients.
    Issue was
    reported before on the forums, but Domain Users and Domain Computers have already READ permissions to the AppV Content Share (NTFS permissions) where the .appv file is stored.
    Added (as a test) Domain Computers and Everyone Full Control to c:\ProgramData\App-V, doesn’t solve it.
    Cannot use ProcMon, because the Publish event occurs before user login.
    I’m out of ideas. Someone that could assist me please?

    The above fix was a lucky shot.
    This solved it (hopefully) for good;
    http://www.the-d-spot.org/wordpress/2014/11/05/appv5-office-2013-package-cannot-be-published-access-is-denied-on-integrator-exe/

  • Office 2013 VL App-V 5 packages

    Hi,
    We are currently assessing the possibility of deploying Office 2013 as an App-V package since support for VL was announced with MDOP 2013 R2.  I would like to create three independent packages:
    Office 2013
    Project 2013
    Visio 2013. 
    I have successfully created the three App-V packages and they can all be imported an published independently.  When I deploy more than one package to the same machine the existing package is un-published and the new package published. The aim is to
    be able to deploy the Office App-V package to everyone and only deploy Visio and/or Project to certain users.  Currently I can only achieve this by creating multiple App-V packages all including Office (i.e. Office + Visio, Office + Project and
    Office + Visio + Project). Is there a supported way to have independent packages of Office, Visio and project 2013 which can co-exist on the same machine (for example, could I use connection groups between the independent packages?)
    Thanks.

    You should be aware of a few things:
    Office App-V Packages must be published globally due to the OS extension points some of which won't work if published to users. See this article for more details: http://technet.microsoft.com/library/dn481351.aspx
    Office, Visio and Project in separate packages may impact the user experience
    Volume License editions of Office are licensed per device, so targeting users may place the organisation in breach of the licensing agreement
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually answer your question). This
    can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V
    Thanks for your answers guys. It does seem the only way to achieve this is to have a single App-V package and use multiple configuration files to determine which combination of applications are published.  Far from ideal...

Maybe you are looking for

  • Read-only access permissions for new files/folders?

    System: Clean Install on new intel Xserve 10.4.8 Server w/ Open Directory Windows clients can read/write completely fine... Clients connecting using AFP (whether Standard or Kerberos authentication) can access files, but when new files/folders are cr

  • How do I tell if a site is blocked by Firefox?

    I work from a secure Microsoft Exchange email site. It was originally blocked by Firefox when I was hired about two months ago, but I was able to unblock it. Today I am unable even to get the login page to load. I'd like to find out if Firefox has it

  • How do I transfer photos from iphoto to my new ipad?

    Just bought my wife and I new iPads.  We have a MacBook Pro and all all pictures are on her profile.  How do I synch my iPad with iPhoto on her profile (I obviously want to stay away from her iTunes profile as all my songs and videos are over on my p

  • I need to re-insert information into add-ons that need it everytime i restart my computer.

    Everytime I restart my computer and open Firefox, I have to re-insert certain information into specific add-ons. For instance, "Firefox Sync" doesn't sync until I enter my Firefox Sync account information as if I just installed it. This happens every

  • LDB short-dump

    Hi, My requirement is as below. We need to combine 3 multilevel reports into one multilevel report. The 3 multilevel reports transactions are 1)IL07 2)IW30 3)IE07 So I have copied IL07 report into our Z report and then copying the other multilevel re