User Library per Project(2010)

I’ve been playing around with custom user libraries and have created my own folders for certain customizations. I’m now comfortable with the “library…customize” autoload function of the environment, but I think it’s created a new problem. The customization seems to be environment oriented and not project oriented, so when others go to work on their projects, they incorrectly end up with my libraries.
How can I tie a set of user libraries to a project? Is there a work around?
Looking forward to a response, or a push in the right direction.
Attachments:
LibraryMenu.pdf ‏45 KB

Try loading your libraries (.FP) into the project instead of the Library menu.
Proud to use LW/CVI from 3.1 on.
My contributions to the Developer Zone Community
If I have helped you, why not giving me a kudos?

Similar Messages

  • How to convert to LV 7 user library to LV 2010 one?

    Hi,
    I received a LV 7 user library for a Bristol Wavemeter. I dropped it into the user.lib folder of LV 2010. I opened LV 2010 and could see the icon for the driver but the subfolders were all 'question mark' icons. Dragging any one of them to a programming page did nothing.
    I tried to follow the instruction to convert the user library to an instrument driver but failed.
    I appreciate for any helps.
    Regards.
    Fang

    Hello,
    Dennis is correct. Per the compatibility chart I list below, there should be no problem opening the library in 2010. You may also want to mass compile the directory which I list a link to the LV documentation below as well.
    How Do I Add an Instrument Driver or a Custom SubVI to the Functions Palette?
    http://digital.ni.com/public.nsf/allkb/1D0D514BC3852BFD8625685F007BC976?OpenDocument
    Mass Compile Dialog Box
    http://zone.ni.com/reference/en-XX/help/371361G-01/lvdialog/mass_compile_db/
    How to Upgrade or Revert a VI to a Different Version of LabVIEW
    http://zone.ni.com/devzone/cda/tut/p/id/8387
    Regards,
    Patricia B.
    National Instruments
    Applications Engineer

  • How to capture the user activities in Project Server 2010

    Hi
    I want  to capture the user activities from Project Server 2010 like when a user has saved and published etc.
    Is there any possibility that we can get the user activities data from sql server.
    Please throw some light on the same.
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    As far as I know, there is no such information stored in Project Server DB.
    You can have this kind of information by project, such as the ProjectModifiedDate in the Reporting DB (MSP_EPMProject_userView). I also know that there is a PROJ_LAST_SAVED date in the Draft DB. But be aware that querying in the Draft DB is not supported
    by MS.
    Another way would be doing some custom code, storing in a separate DB each save and publish operation per user.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Project 2010 Server - Users loosing permissions to Projects

    Hi all.
    I am having an issue where some of our users are loosing permissions to certain projects. It is not always the same ones. It is even ones that they own.
    I have done some searching through the forums but cannot seem to find the same issue.
    Has anyone come across this or know what could be causing it?
    We are running Project 2010 server on SharePoint 2010 platform.
    Thanks for reading.

    User are losing permission in project site or project ?? If it is project site then
    May be users to whom access has been given manually and after every publish and change resource permission they were loose the permission to project site. 
    Choose only one approach described below then you will not face the issue 
     1.either Check to automatically synchronize Project Web App users" in PWA --> Server setting  so that all the resource who are present in Project build team get the access.
    http://technet.microsoft.com/en-us/library/cc197668(v=office.14).aspx
    When you have this enabled, it doesn't sync all of the Project Web App users from the top level site, it only syncs users to the project site that should have access based on the following rules:
    Project managers who have published a project or who have Save Project 
    permissions on a project are added to the Project Managers (Microsoft Project 
    Server) site group.
    Team members with assignments in a project are added to the Team members 
    (Microsoft Project Server) site group.
    Other Project Server users who have View Project Site permission on a 
    project are added to the Readers (Microsoft Project Server) site group.
    2.  or If you disable Check to automatically synchronize Project Web App users" then either Administrator need to give access to project site to required resources. this one is manual work and hectic to administrator to mention the up to date permission
    kirtesh

  • Adobe moves project file to User/Library/Caches/TemporaryItems folder when I export using Encoder

    Ever since the Adobe Premiere CC 2014 update, Adobe has consistently been moving my project to the User/Library/Caches/TemporaryItems folder whenever I export using Encoder. It adds a "_1" each time I export so eventually I have to resave (and rename) a project entitled, "Project_1_1_1_1_1_1" to the folder it was originally saved in. HOWEVER, this only happens when I drag my sequence to a preset in Encoder. If I export from Premiere and then queue it to Encoder, there is no problem.
    I contacted Adobe and the man who assisted me proceeded to delete all of my preferences and told me my problem was now fixed. However, it still happens.
    Has anybody else had this problem?

    Sorry, I should have made it clear that the exercise I asked you to try was just a troubleshooting step to confirm whether the project gets moved when it's originally saved to the default location. I didn't mean to suggest that you should limit yourself to saving your projects there.
    The next step would be to save a new project to your preferred path, then export and check whether the project remains where you save it.
    But now I'm confused as to what the actual problem is since you say that "a copy of my project does exist in the original folder." Are you saying that when you export to AME, Premiere somehow loads the temp project? If so, what exactly are you basing that conclusion on? Perhaps posting a pair of screenshots of Premiere's title bar before and after exporting would help. That will show the path of the project.

  • Storing per project script data ?

    Hello,
    I have configuration for user selections that I need to store on a per project basis, things like files paths and co.
    Where this data should be kept, I obviosuly can keep it in a seperate file next to the psd, or inside photoshop registry but I'm looking for a better solution of storing the data inside the psd file itself.
    Is there an API solution for this, or should I be looking into hacks such as finding an unused XMP field and storing the data there?
    What is important to me is that this data will survive application reboots.
    Second priority is the situation that a user emails the psd to someone else, I would like this data to be present there as well.
    Any suggestions?

    Unless Xbytor knows something about layers that I don't I think when he said 'a hidden text layer' he meant a normal text layer with the visibility turned off. The layer would still be in the layers panel.
    I am not sure what you mean by 'CompsLayer'. If you mean Layer Comps, then no layer comps are not layers so don't have layer metadata.
    Here is an example of using reading/writing layer metadata.
    loadXMPLibrary();
    try{
    var layerXMP = new XMPMeta( activeDocument.activeLayer.xmpMetadata.rawData );// get the object
    }catch(e){
        var layerXMP = new XMPMeta();// layer did not have metadata so create new
    var lastUpdated = getLayerChangedDate();// get the date. Photoshop updates time so no need to set.
    setDescMetadata( 'Desc' );// set desc
    var comment = layerXMP.getProperty( XMPConst.NS_EXIF, "userComment" );// get comment
    var count = layerXMP.countArrayItems( XMPConst.NS_DC, "description"  );// get the number of items
    if ( count == 0 ) {
        layerXMP.getArrayItem( XMPConst.NS_DC, "description", 1 );
    setCommMetadata('comment');// set comment
    lastUpdated = getLayerChangedDate();// get the date. Photoshop updates time so no need to set.
    alert(lastUpdated);
    unloadXMPLibrary();
    // these function adapted from PerLayerMetdata.jsx -Copyright 2008 Adobe Systems Incorporated
    // to use these functions are from the Photoshop Panel Developer's Guide.
    function loadXMPLibrary(){
        if ( !ExternalObject.AdobeXMPScript ){
            try{
                ExternalObject.AdobeXMPScript = new ExternalObject('lib:AdobeXMPScript');
            }catch (e){
                alert("Can't load XMP Script Library");
                return false;
        return true;
        The function unloads the XMP Script Library.
    function unloadXMPLibrary(){
        if( ExternalObject.AdobeXMPScript ) {
            try{
                ExternalObject.AdobeXMPScript.unload();
                ExternalObject.AdobeXMPScript = undefined;
            }catch (e){
                alert("Can't unload XMP Script Library");
    function setDescMetadata(desc){
        if( app.activeDocument.activeLayer.isBackgroundLayer ){
            alert( 'Can not place metadata on a background layer.');
        } else {
            var xmp;
            if (desc == "")
                desc = " ";
            try{
                xmp = new XMPMeta( app.activeDocument.activeLayer.xmpMetadata.rawData );
            } catch( e ) {
                xmp = new XMPMeta();
            try{
                if( xmp.countArrayItems( XMPConst.NS_DC, "description" ) == 0 ){
                    xmp.appendArrayItem( XMPConst.NS_DC, "description", null, XMPConst.PROP_IS_ARRAY, XMPConst.ARRAY_IS_ORDERED );
                    xmp.insertArrayItem( XMPConst.NS_DC, "description", 1, desc );
                } else {
                    xmp.setArrayItem( XMPConst.NS_DC, "description", 1, desc );
            } catch( e ) {
                alert( 'Unable to place description metadata on selected layer.\n' + e );
            app.activeDocument.activeLayer.xmpMetadata.rawData = xmp.serialize();
    function setCommMetadata(comm){
        if( app.activeDocument.activeLayer.isBackgroundLayer){
            alert( 'Can not place metadata on a background layer.' );
        } else {
            var xmp;
            if ( comm == "" )
                comm = " ";
            try{
                xmp = new XMPMeta( app.activeDocument.activeLayer.xmpMetadata.rawData );
            } catch( e ) {
                xmp = new XMPMeta();
            try{
                xmp.setProperty( XMPConst.NS_EXIF, "userComment", comm );
            } catch( e ) {
                alert( 'Unable to place metadata on selected layer.\n' + e );
            app.activeDocument.activeLayer.xmpMetadata.rawData = xmp.serialize();
    function getLayerChangedDate(){
        var ref = new ActionReference();
        ref.putProperty( charIDToTypeID( 'Prpr' ), stringIDToTypeID( "metadata" ) );
        ref.putEnumerated( charIDToTypeID("Lyr "), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
        var desc = executeActionGet( ref );
        if ( desc.hasKey( stringIDToTypeID( "metadata" ) ) ){
            desc = executeActionGet( ref ).getObjectValue( stringIDToTypeID( "metadata" ) );
            var timeInSeconds = desc.getDouble( stringIDToTypeID("layerTime") );
            var d = new Date();
            d.setTime( timeInSeconds * 1000.0 );
            return d.toLocaleString();

  • Error saving Project 2010 files to network drive - doesn't see network drive

    ANSWERED (11 April 2014):
    So it seems the resolution to this is to simply create a new share with a different name. I used the existing folder (to retain NTFS permissions) and just select to Add a new Share (applying the same Share permissions as the non working Shares).
    Deploying this new Share via Group Policy as a test resulted in staff being able to open files from Windows Search, save files through MS Project and the Share being accessible through browsing SMB.
    All problems resolved by using a new share name for the existing folder. Seems to be a corruption in the namespace.
    Note: I had previously deleted the share and recreated it. I had removed all NTFS permissions and readded (through both the GUI and icacls). This didn't make a difference.
    Only changing the name of the share fixed the problem.
    Original Question
    Already
    posted here... but Microsoft Support has not responded.
    It seems some staff on some computers are having problems saving MS Project files to the network. This is only since an upgrade to SBS2011 (from SBS2003). The only difference now, is that network drives are mapped via group policy rather than a  'net
    use' script.
    This is affecting users on Windows 7 and Windows Server 2008 R2, with either MS Project 2007 or 2010. The users have full change access to the folders and can create new files and modifying existing files, just not a MS Project file. Other file tyes, e.g
    Word .docx, Excel .xlsx, Adobe .pdf files, all work fine. These files can be opened, edited and saved normally without problem.
    To replicate this:
    The user opens an existing file or creates a new file on the network folder (either through Windows Explorer or MS Project). They then click File > Save in MS Project and receive the following error (see pic below):
    An interesting symptom of this is that if you select File > Save As in MS Project, the Sae As dialog box doesn't remeber the path location of the network drive. MS Project instead prompts to save the file in the local users documents folder (see pic below):
    If they browse back to the original folder where the file was saved and choose to save it there, they are of course, prompted to overwrite the existing file and they can save the file. But the same thing happens every time they open the file.
    It seems the problem is that Project isn't seeing the path of the file or that the network drive is attached.
    If a user closes the file without saving it, they are prompted to save the file and the prompt shows the drive path:
       Do you want to save changes to "N:\... Projects\Active Projects\CC...\F4 Project Plan File\004 Programme\test project file.mpp"?   
    But choosing to save the file gives them the same result as Save As, they are prompted for a new location as if the original file location doesn't exist.
    I have disconnected the mapped drive and connected it again using net use but get the same error.
    I have reinstalled MS Project 201, installed Project 2010 SP2 and installed Windows updates and it does the same thing, exactly the same symptoms.
    Further, if the user opens a file from the network drive, the file shows in the Project recent files list. If they try to open the file from the recent files list in project they get the following error:
    "Project cannot open the file.
    -Check that the file name and path are correct.
    -Check that the file format is recognized by Project.
    Project files saved in a version earlier than Microsoft Project 98 can't be opened...."
    This is a test file that I created on the user's computer and network drive, This is being opened with the same version it was created in. If I browse to the folder in Windows Explorer I can open the file. Of course, I then can't save the file (I still get
    the original error). I'm logged on with Domain Admin privileges.
    I've checked these links from other threads (neither apply to my scenario):
    http://support.microsoft.com/kb/983458/en-us|
    http://social.technet.microsoft.com/Forums/en-US/excel/thread/2eeea140-7e6c-4cb9-a89b-06d2102bd9f7/
    I've downloaded my TechNet version of he software and installed it with Sp2 and Windows updates and it does the same thing. This also happens on the Remote Desktop server (Server 2008 R2) using MS Project 2007.

    Case 1
    This error message appears when the document is open on two or more computers that are running different operating platforms. For example,
    if the document is open on a Macintosh computer and you open it on a second computer running Windows or Windows NT, the error occurs when either user tries to save the document.
    This problem stems from a difference between the ways Macintosh OLE and Windows OLE open files. As a result, you cannot save a file on two different operating platforms at the same time.
    Case 2
    This error occurs in Word 97 for Windows if you save to a MAPROOT type network drive connection on a NetWare server where spaces exist in
    the file or folder name.
    Case 3
    This problem may occur if an anti-virus program running on a network has the ability to scan for macro viruses in documents in shared network
    folders.
    For example, if you have the following:
    a shared folder on a network server
    -and-
    an anti-virus program is running on the network server that is set to monitor the shared folder,
    when you attempt to save a document (across the network) to the shared folder, the anti-virus checker may cause the error to occur.
    Case 4
    This problem may occur on Novell networks when the AutoRecover files path is either blank or set to a network drive.
    According each, please try the following workaround:
    WORKAROUND
    To work around this problem, use one of the following methods appropriate to your situation.
    Case 1
    Method 1:
    Move the document to your local hard disk for editing. Move it back to the server after you finish.
    Method 2:
    Save a copy of the
    file with a different
    file name, and work on the copy, either on your hard disk or on the server.
    Case 3
    Method 1:
    Move the document to your local hard disk for editing. Move it back to the server after you finish.
    Method 2:
    Do not use spaces in the directory or document names.
    Method 3:
    Do not use MAPROOT-drive connections. Map your drive connections to the volume-level only.
    Case 4
    Turn off the anti-virus protection on the network server and then try to
    save the document. Contact your anti-virus protection software company for additional details and/or updates to their programs.
    Case 5
    Set the AutoRecover files path to your local drive. To change the AutoRecover path, use the following steps:
    1.
    On the Tools menu, click Options.
    2.
    On the File Locations tab, select AutoRecover files and then click Modify.
    3.
    Change the Modify Location dialog box to a
    folder on your local drive and then click OK.
    4.
    Click OK to close the Options dialog box.
    Hope that helps.
    Smith

  • How to export data from MS Project 2010 to MS Excel 2010 with formatting

    I have created a Project 2010 export map to Excel 2010.  It works fine.  I have two questions that I cannot determine an answer.  I'm not sure if its a project or excel setting.  I have spend hours trying to make it
    work with little success.
    1.  When the task name field is exported to excel it losses summary/task indent.  Is there a way to set it up so it works via the export map?
    2.  The Start & Finish fields in project is setup as 5/26/11 when they exports to excel it shows up as 5/26/11 8:00 AM.  Is there a way to set it up either in project export map or excel so its formated as a date field. 
    Excel's Format Cell function does not seem to work converting them back to just 5/26/11.
    How can I keep the outlines and formatting in my data while exporting it to Excel.
    I would appreciate any guidance.
    Yogesh

    Rameshchandra --
    Two things I would recommend:
    Do not add your question at the end of a post that is marked as Answered.  In the future, please post your question as a new question so that everyone will notice it and be able to answer it.
    Because this is a programming question, please repost your question as a new post in the Project Customization and Programming user forum at:
    http://social.technet.microsoft.com/Forums/projectserver/en-US/home?forum=project2010custprog&filter=alltypes&sort=lastpostdesc
    Hope this helps.
    Dale A. Howard [MVP]

  • Issue with turning on project 2010 / 2013 - "There is not enough memory to complete the operation. To free up available memory, close programs, projects, or windows you aren't using, and then try again."

    I get the following error after the installation and configuration window of MS Project: "There is not enough memory to complete the operation. To free up available memory, close programs, projects, or windows you aren't using, and then try again."
    It happens both with MS Project 2010 and 2013 on a Windows 7 desktop. 
    I tried installing / uninstalling Office 2010, MS Project, tried installing 32 and then 64 bit versions, clean up, disk error checker, startup changes (msconfig), anti virus, running as Windows 7 and then Windows XP compatible mode. 
    Nothing helps. I see this issue reported as early as 2007 version of MS projects on Microsoft forums, but I do not see any solution anywhere. Any suggestions on how to fix the issue without having to reformat hard drive? Every other application, including
    all other Office programs work seamlessly. 
    I also tried Microsoft support, after an hour and a half of basically doing what I did before, I was told I have to pay 99$ for "premium" support, so someone can look at this bug. 
    I have 16 Gb RAM and more than 200Gb or hard drive free, so actual memory is not the problem. 

    This issue was originally reported with MS Project 2007 and keeps popping up since.
    A quick Google search provides more than 200K pages of results of this issue:
    https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=There+is+not+enough+memory+to+complete+the+operation.+To+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren't+using%2C+and+then+try+again.
    And 193K results on Bing:
    http://www.bing.com/search?q=There+is+not+enough+memory+to+complete+the+operation.+To+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren%27t+using%2C+and+then+try+again.&go=Submit&qs=n&form=QBLH&pq=there+is+not+enough+memory+to+complete+the+operation.+to+free+up+available+memory%2C+close+programs%2C+projects%2C+or+windows+you+aren%27t+using%2C+and+then+try+again.&sc=0-0&sp=-1&sk=&cvid=4cb023c1fbd94ec2bba9821b095f21f2
    Computer was defragged already. I run more tests, and specifically when MS Projects tries to run, it tries to take all memory, more than 300Gb, on the computer. (DropBox was running at the same time, and warned that there were no space. As soon as MS Project
    stopped attempting to configure itself, everything came back to normal and the available space became available again.)
    Looking through older forum posts, looks like this application tries to take "unlimited" amount of memory. Some registry fixes are mentioned potentially, but I was not able to apply them. 
    Since everything else works, this is a MS Project bug reported by multiple users on various versions of Windows, including Vista and 7, so please provide a fix and not 'not a know bug' lie. All the premium support will say, is to format the hard drive, unless
    they have a patch or a registry edit solution. If the latter is true, since the issue exists for multiple years, it should have been already been provided to users.
    Also, I am not running a SQL server, or any server, this is an installation on a local machine. 

  • SCCM 2012 - Project 2010 Standard deployment failed with error 1603

    Hi everyone,
    I’m in the progress to roll out a software deployment via SCCM 2012, it’s to remove the current Project 2010 Professional we installed and reinstall the Standard version. We got a task sequence for the job, which is Reboot>Un-install Project 2010 Pro>Reboot>Install
    Project 2010 Std.
    The Un-installation process uses this command: setup.exe /uninstall PrjPro /config "PrjPro.WW\uninstall.xml"
    The Installation process uses this command: setup.exe /adminfile project_silent_install.MSP
    But the deployment result is quite random, some of the PCs would succeed without any issue, some of them with fail at the installation process with 1708/1603 error. As far as I know we use standard Win 7 64bits SOE across the environment, so everyone should
    have same system baseline.
    I reviewed some of the failed Project 2010 Standard installation logs as it shows the following:
    Executing chained package: PrjStdWW
    05/09/2014 20:16:14 Installing chained package: PrjStdWW
    PERF: TickCount=530512 Name=Verify MSI local install source Description=Begin function
    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
    OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    File at \\SCCM2012\SMSPKGE$\PC100139\PrjStd.WW\ose.exe has version: 14.0.4730.1010
    File at C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE has version: 14.0.4730.1010
    Running OSE version 14.0.4730.1010
    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
    OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    File at \\SCCM2012\SMSPKGE$\PC100139\PrjStd.WW\ose.exe has version: 14.0.4730.1010
    File at C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE has version: 14.0.4730.1010
    Running OSE version 14.0.4730.1010
    LIS: wait for package "{90140000-003A-0000-0000-0000000FF1CE}" to complete caching
    LIS: package "{90140000-003A-0000-0000-0000000FF1CE}" caching completed
    PERF: TickCount=530528 Name=Completed verify local install source Description=End function
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Use Shell UI transform : LIS\{90140000-0115-0409-0000-0000000FF1CE}\ShellUI.MST
    Current transform is at path: LIS\{90140000-0115-0409-0000-0000000FF1CE}\ShellUI.MST
    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
    OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    File at \\SCCM2012\SMSPKGE$\PC100139\PrjStd.WW\ose.exe has version: 14.0.4730.1010
    File at C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE has version: 14.0.4730.1010
    Running OSE version 14.0.4730.1010
    Using transform at path: C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\ShellUI.MST
    Catalyst Package Install...
    Package: PrjStdWW
    File: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi
    Command Line: PATCH="\\SCCM2012\SMSPKGE$\PC100139\project_silent_install.MSP" ADDLOCAL=C.35347883.0E64.45B4.88A0.1881DE05E259,OSpp_Core,Project_PIA,SetupExeArpEntry,Office10Fix1,ProductFiles,InternationalSupportFiles_JPN,AceFiles,IMNFiles,OfficeIntlRDC,AceOdbc,OArt_DocTheme,OSetupController,WISPFiles,TCDRegistration,SetLanguageFiles,TCWorks7Files,ClviewFiles,VBAFiles,OfficeAppSupport,TextConverters,ProductNonBootFiles,dummy_Office_PIA,CAGOffice10,VSCommonPIAHidden,WebDiscussFiles,CAGCat10,CAGCat10Clips,MsoInstalledPackagesScoped,WxpFiles,SetupControllerFiles,Forms_PIA,dummy_MSCOMCTL_PIA,AlwaysInstalled,Gimme_OnDemandData,AceRepl,OISFiles,OfficeOLESupport,OfficeMSProof6,CAGFiles,InternationalSupportFiles_ArialUni,OSpp,Ace_PIA,GraphicsFiltersFile,WebDriveFiles,PROJECTFiles,ProductFiles_B2TR,SetupXmlFiles,OfficePostBoot,DocumentImagingUtils,VSTOCLR35,CAGCategoryFiles,ProjectCommon,VSTO,ProofingParent,MsoCommonShellHandler,OfficeDigitalSFiles,CARegistryFeature,OfficeCoreRDC,SetupExeAddRegistry,NonC2R_ProductFiles,MSSOAP3,TranslationCore,CAGOffice10Clips REMOVE=WISPHidden ARPENTRY_NOMODIFY="#0" ARPENTRY_MODIFYPATH="""C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe"" /modify PRJSTD /dll OSETUP.DLL" INSTALLLOCATION="C:\Program Files (x86)\Microsoft Office\" SLD_OEMPIDKEY="0" ARPENTRY_NOELEVATEONMODIFY="#0" SETUP_REBOOT="never" COMPANYNAME=" " ARPENTRY_SKUCOMPONENTS="[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Office.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Proofing.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Project.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Office64.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\PRJSTD\setup.xml[~]" ARPENTRY_HELPLINK="" ARPENTRY_DISPLAYICON="C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\OSETUP.DLL,1" ARPENTRY_DISPLAYNAME="Microsoft Project Standard 2010" ACCEPTEDEULA="1" ARPENTRY_DISPLAYVERSION="14.0.4763.1000" BRANDING_XML="C:\Windows\TEMP\Setup00001048\BRANDING.XML" SLD_SUPPORTSBYPASS="0" SLD_ACID="5DC7BF61-5EC9-4996-9CCB-DF806A2D0EFE" SLD_TRIALTYPE="0" ARPENTRY_PACKAGEREFS="[~]OfficeMUISet.en-us[~]OfficeMUI.en-us[~]Proofing.en-us[~]Proof.en-us[~]Proof.es-es[~]Office64MUISet.en-us[~]PrjStdWW[~]Office64WW[~]Office64MUI.en-us[~]ProjectMUI.en-us[~]Proof.fr-fr[~]" SLD_DPID="#xF804000004000000380032003500300033002D00300030003000390038002D003000300031002D003000300030003000310030002D00300033002D0031003000330033002D0037003600300031002E0030003000300030002D0031003200390032003000310034000000000000000000000000000000000000000000000000000000000000000000350064006300370062006600360031002D0035006500630039002D0034003900390036002D0039006300630062002D00640066003800300036006100320064003000650066006500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000500072006F006A0065006300740053007400640056004C00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A09E4657B64703B2F32E339838F004006FE4EEC0394DE6AB2D77DCABCBC8F1C3B8B617EF54ACB52805F38EE560D0B738230977F4AB92430B37CBF02B49DB7636DCF15CE7E175CCF354E009C7A02432315800310036002D0030003800300035003100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000056006F006C0075006D0065003A00470056004C004B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006C0074004B004D00530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" REMOVESAMEVERSION="" SLD_LICENSETYPE="6" SETUPEXEINSTALLUICULTURE="en-US" ARPENTRY_SHELLUITRANSFORMLANGUAGE="en-US" USERNAME=" " ARPENTRY_CONTACT="" ARPENTRY_HELPTELEPHONE="" ARPENTRY_PRODUCTCODES="[~]{90140000-00B4-0409-0000-0000000FF1CE}[~]{90140000-002C-0409-0000-0000000FF1CE}[~]{90140000-003A-0000-0000-0000000FF1CE}[~]{90140000-002A-0000-1000-0000000FF1CE}[~]{90140000-001F-0C0A-0000-0000000FF1CE}[~]{90140000-001F-0409-0000-0000000FF1CE}[~]{90140000-001F-040C-0000-0000000FF1CE}[~]{90140000-0115-0409-0000-0000000FF1CE}[~]{90140000-006E-0409-0000-0000000FF1CE}[~]{90140000-002A-0409-1000-0000000FF1CE}[~]{90140000-0116-0409-1000-0000000FF1CE}[~]" ARPENTRY_INSTALLLOCATION="C:\Program Files (x86)\Microsoft Office\" SETUPEXE_DOARPWRITE="1" ACIDS="11B39439-6B93-4642-9570-F2EB81BE2238;5DC7BF61-5EC9-4996-9CCB-DF806A2D0EFE;B6E9FAE1-1A0E-4C61-99D0-4AF068915378" ARPENTRY_SPPSKUID="[~]5DC7BF61-5EC9-4996-9CCB-DF806A2D0EFE[~]" ARPENTRY_NOREMOVE="#0" SLD_PKU="0" SLD_PID="82503-001-0000106-49615" LICTYPE="ltKMS" ARPENTRY_UNINSTALLSTRING="""C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe"" /uninstall PRJSTD /dll OSETUP.DLL" ARPENTRY_NOREPAIR="#1" ARPENTRY_URLUPDATEINFO="" ARPENTRY_URLINFOABOUT="" REMOVEPREVIOUS="" ARPENTRY_CACHELOCATION="C:\MSOCache\All Users" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\" ARPSYSTEMCOMPONENT=1 TRANSFORMS="C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\ShellUI.MST" ALLUSERS="1"
    PERF: TickCount=530543 Name=MsiPackage::Install Description=Calling OMsiInstaller::InstallProduct for package file "C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Error: Failed to install product: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi ErrorCode: 1603(0x643).
    Log level changed from: Standard to: Verbose
    Rolling back chain
    05/09/2014 20:18:47 Rolling back package: PrjStdWW
    There appears to be no rollback work to do for package: PrjStdWW path: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi
    05/09/2014 20:18:47 Rolling back package: Office64WW
    Package Office64WW was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Office64WW
    File: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\Office64WW.msi
    Command Line: ADDLOCAL=AcePiaReg64,VSTO64,WordXmlEditVerb64,ExcelXmlEditVerb64,GrooveShellIntegration64,Project64Files,OSpp64_Core,ExcelPiaReg64,GraphPiaReg64,FormsPiaReg64,SmartTagPiaReg64,PPTXmlEditVerb64,MsoInstalledPackagesScoped,OfficeExample64bitFilesA,WAC_XmlEditVerb64SPD,SetupXmlFiles,WordPiaReg64,Outlook64Files,AlwaysInstalled64,VBEPiaReg64,VisioPiaReg64,Outlook64SearchShellReg,OneNote64Files,SetupControllerFiles,ProjectPiaReg64,SearchFilters64Files,OutlookPiaReg64,Gimme_OnDemandData,Visio64ShapeSearch,WAC_PIARegSPD64,ProductNonBootFiles64,XDocsPiaReg64,PublisherPiaReg64,OneNotePIAReg64,ProductFiles64,OfficeExample64bitFilesB,OfficePiaReg64,Visio64Files,TCDRegistration64,OSpp64,XDOCSFiles64,XDocsXmlEditVerb64,MsoCommonShellHandler64bit,AccessPiaReg64,PowerPointPiaReg64 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Office64WW ProductCode:{90140000-002A-0000-1000-0000000FF1CE}
    05/09/2014 20:18:56 Rolling back package: ProjectMUI.en-us
    Package ProjectMUI.en-us was installed in the chain... uninstalling as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Install Rollback (uninstall)...
    Package: ProjectMUI.en-us
    Product Code: {90140000-00B4-0409-0000-0000000FF1CE}
    Command Line: REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back install of package: ProjectMUI.en-us path:C:\MSOCache\All Users\{90140000-00B4-0409-0000-0000000FF1CE}-C\ProjectMUI.msi
    05/09/2014 20:19:00 Rolling back package: Proofing.en-us
    Package Proofing.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proofing.en-us
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proofing.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proofing.en-us ProductCode:{90140000-002C-0409-0000-0000000FF1CE}
    05/09/2014 20:19:04 Rolling back package: Proof.en-us
    Package Proof.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proof.en-us
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proof.en\Proof.msi
    Command Line: ADDLOCAL=FindAllWordFormsFiles_1033,Gimme_OnDemandData,SpellingAndGrammarFiles_1033,ThesaurusFiles_1033,MsoInstalledPackagesScopedIntl_1033,HyphenationFiles_1033,OCR_1033,SetupControllerFiles,SetupXmlFiles REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proof.en-us ProductCode:{90140000-001F-0409-0000-0000000FF1CE}
    05/09/2014 20:19:05 Rolling back package: Proof.fr-fr
    Package Proof.fr-fr was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proof.fr-fr
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proof.fr\Proof.msi
    Command Line: ADDLOCAL=MsoInstalledPackagesScopedIntl_1036,Gimme_OnDemandData,SpellingAndGrammarFiles_1036,SetupControllerFiles,FindAllWordFormsFiles_1036,TranslationFiles_1036,ThesaurusFiles_1036,HyphenationFiles_1036,SetupXmlFiles,OCR_1036 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proof.fr-fr ProductCode:{90140000-001F-040C-0000-0000000FF1CE}
    05/09/2014 20:19:11 Rolling back package: Proof.es-es
    Package Proof.es-es was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proof.es-es
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proof.es\Proof.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SpellingAndGrammarFiles_3082,OCR_3082,FindAllWordFormsFiles_3082,HyphenationFiles_3082,ThesaurusFiles_3082,MsoInstalledPackagesScopedIntl_3082,SetupControllerFiles,SetupXmlFiles,TranslationFiles_3082 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proof.es-es ProductCode:{90140000-001F-0C0A-0000-0000000FF1CE}
    05/09/2014 20:19:12 Rolling back package: Office64MUISet.en-us
    Package Office64MUISet.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Office64MUISet.en-us
    File: C:\MSOCache\All Users\{90140000-0116-0409-1000-0000000FF1CE}-C\Office64MUISet.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Office64MUISet.en-us ProductCode:{90140000-0116-0409-1000-0000000FF1CE}
    05/09/2014 20:19:19 Rolling back package: Office64MUI.en-us
    Package Office64MUI.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Office64MUI.en-us
    File: C:\MSOCache\All Users\{90140000-0116-0409-1000-0000000FF1CE}-C\Office64MUI.msi
    Command Line: ADDLOCAL=OfficeExample64bitFilesBIntl_1033,OfficeExample64bitFilesAIntl_1033,Gimme_OnDemandData,Outlook64SearchShellRegIntl_1033,ProductFilesIntl64_1033,MsoInstalledPackagesScopedIntl_1033,OneNoteToLinkedNotesIEAddin64Intl_1033,GrooveFiles64Intl_1033,SetupControllerFiles,SetupXmlFiles REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Office64MUI.en-us ProductCode:{90140000-002A-0409-1000-0000000FF1CE}
    05/09/2014 20:19:20 Rolling back package: OfficeMUISet.en-us
    Package OfficeMUISet.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: OfficeMUISet.en-us
    File: C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\OfficeMUISet.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: OfficeMUISet.en-us ProductCode:{90140000-0115-0409-0000-0000000FF1CE}
    05/09/2014 20:19:20 Rolling back package: OfficeMUI.en-us
    Package OfficeMUI.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: OfficeMUI.en-us
    File: C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\OfficeMUI.msi
    Command Line: ADDLOCAL=MetricConverterIntl_1033,AlwaysInstalledIntl_1033,MSTagPluginStockFilesIntl_1033,WebDiscussFilesIntl_1033,GraphicsFiltersPNGFilesIntl_1033,EquationEditorFilesIntl_1033,GraphicsFiltersEPSFilesIntl_1033,MSTagPluginNamesFilesIntl_1033,TCWP5FilesIntl_1033,CAGOffice10Intl_1033,OISFilesIntl_1033,WxpFilesIntl_1033,XDOCSEditorFilesIntl_1033,CAGFilesIntl_1033,WISPHiddenIntl_1033,CAGCat10Intl_1033,SetLanguageFilesIntl_1033,OSetupControllerIntl_1033,MsoInstalledPackagesScopedIntl_1033,TCRecoverFilesIntl_1033,SetupControllerFiles,ClviewFilesIntl_1033,GraphHelpFilesIntl_1033,ProductNonBootFilesIntl_1033,MSTagPluginPlacesFiles_1033,VisioPreviewerIntl_1033,ProductFilesIntl_1033,AceReplIntl_1033,GraphicsFiltersCGMFilesIntl_1033,GraphicsFiltersWPGFilesIntl_1033,Gimme_OnDemandData,TCWP6FilesIntl_1033,GraphicsFiltersGIFFilesIntl_1033,GRAPHFilesIntl_1033,MSTagPluginDateFilesIntl_1033,WebDriveFilesIntl_1033,LOBiFilesIntl_1033,LISTFilesIntl_1033,UICaptionsCompanionIntl_1033,SetupXmlFiles,AceFilesIntl_1033,TOOLSFilesIntl_1033,MSSOAP3Intl_1033,VBAHelpFilesIntl_1033,GraphicsFiltersPICTFilesIntl_1033,OfficeDigitalSFilesIntl_1033,VBAFilesIntl_1033,GraphicsFiltersJPEGFilesIntl_1033,QueryFilesIntl_1033,SetLanguageHelpFilesIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: OfficeMUI.en-us ProductCode:{90140000-006E-0409-0000-0000000FF1CE}
    Error attaching to OSE, error 0x00000000
    Stopping running ose
    LIS: start uncaching for download "{90140000-002C-0409-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-002C-0409-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-003A-0000-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-003A-0000-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-00B4-0409-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-00B4-0409-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-0115-0409-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-0115-0409-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-0116-0409-1000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-0116-0409-1000-0000000FF1CE}-C"
    Error attaching to OSE, error 0x00000000
    Stopping running ose
    SystemRestore : Attempting to cancelling System-Restore-Point for Product [Microsoft Project Standard 2010] (with RestorePointType [0, Installed]).
    SystemRestore : Successfully cancelled System-Restore-Point for Product [Microsoft Project Standard 2010] (with RestorePointType [0, Installed]).
    Not showing completion dialog because it was not requested.
    Catalyst execution finished: 05/09/2014 20:19:25. Return code: 1603.
    PERF: TickCount=722128 Name=RunSetup Description=End function
    Can onyone enlighten me what's went wrong, and why did I get this inconsitent installation behaviour?
    Thank you very much!!!

    1603 means there is a fatal error during installation process.
    Take a look at the article below. It may help on finding cause.
    Hi Juke,
    I did do fair a bit of Googling before I started the post. I have increased the logging level on one of the machines failed on the installation. Apparently Project installation log doesn't throw the "return value 3", I think it's pointing to a particular
    updating item, anyone knows what is it?
    Microsoft Office Project Standard 2010 - Update '{35347883-0E64-45B4-88A0-1881DE05E259}' could not be installed.
    The following is the detailed installation log.
    MSI (s) (8C:B4) [20:31:33:122]: Executing op: SetTargetFolder()
    MSI (s) (8C:B4) [20:31:33:122]: Executing op: FontRegister(Title=Arial Unicode MS (TrueType),File=ARIALUNI.TTF)
    MSI (s) (8C:B4) [20:31:33:122]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (s) (8C:B4) [20:31:33:122]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
    MSI (s) (8C:B4) [20:31:33:122]: Error in rollback skipped. Return: 5
    MSI (s) (8C:B4) [20:31:33:746]: Entering MsiProvideAssembly. AssemblyName: Policy.12.0.Microsoft.Office.Interop.MSProject,version="14.0.0.0000000",processorArchitecture="MSIL",publicKeyToken="71E9BCE111E9429C",fileVersion="14.0.4751.1000",culture="neutral", AppContext: , InstallMode: -4
    MSI (s) (8C:B4) [20:31:33:746]: Pathbuf: 0, pcchPathBuf: 0
    MSI (s) (8C:B4) [20:31:33:777]: MsiProvideAssembly is returning: 1607
    MSI (s) (8C:B4) [20:31:33:777]: Entering MsiProvideAssembly. AssemblyName: Policy.11.0.Microsoft.Office.Interop.MSProject,version="14.0.0.0000000",processorArchitecture="MSIL",publicKeyToken="71E9BCE111E9429C",fileVersion="14.0.4751.1000",culture="neutral", AppContext: , InstallMode: -4
    MSI (s) (8C:B4) [20:31:33:777]: Pathbuf: 0, pcchPathBuf: 0
    MSI (s) (8C:B4) [20:31:33:808]: MsiProvideAssembly is returning: 1607
    MSI (s) (8C:B4) [20:31:33:808]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Office.Interop.MSProject,version="14.0.0.0000000",processorArchitecture="MSIL",publicKeyToken="71E9BCE111E9429C",fileVersion="14.0.4751.1000",culture="neutral", AppContext: , InstallMode: -4
    MSI (s) (8C:B4) [20:31:33:808]: Pathbuf: 0, pcchPathBuf: 0
    MSI (s) (8C:B4) [20:31:33:840]: MsiProvideAssembly is returning: 1607
    MSI (s) (8C:B4) [20:31:33:840]: Note: 1: 2318 2:
    MSI (s) (8C:B4) [20:31:33:840]: No System Restore sequence number for this installation.
    MSI (s) (8C:B4) [20:31:33:840]: Unlocking Server
    MSI (s) (8C:B4) [20:31:33:980]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
    MSI (s) (8C:B4) [20:31:33:980]: Transforming table InstallExecuteSequence.
    MSI (s) (8C:B4) [20:31:33:980]: Transforming table InstallExecuteSequence.
    MSI (s) (8C:B4) [20:31:33:980]: Transforming table InstallExecuteSequence.
    MSI (s) (8C:B4) [20:31:33:980]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
    MSI (s) (8C:B4) [20:31:34:011]: Product: Microsoft Office Project Standard 2010 - Update '{35347883-0E64-45B4-88A0-1881DE05E259}' could not be installed. Error code 1603. Additional information is available in the log file C:\WINDOWS\TEMP\MSI1f79e.LOG.
    MSI (s) (8C:B4) [20:31:34:011]: Windows Installer installed an update. Product Name: Microsoft Office Project Standard 2010. Product Version: 14.0.4763.1000. Product Language: 0. Manufacturer: Microsoft Corporation. Update Name: {35347883-0E64-45B4-88A0-1881DE05E259}. Installation success or error status: 1603.
    MSI (s) (8C:B4) [20:31:34:011]: Note: 1: 1708
    MSI (s) (8C:B4) [20:31:34:011]: Product: Microsoft Office Project Standard 2010 -- Installation operation failed.
    MSI (s) (8C:B4) [20:31:34:011]: Windows Installer installed the product. Product Name: Microsoft Office Project Standard 2010. Product Version: 14.0.4763.1000. Product Language: 0. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202cf.msp
    MSI (s) (8C:B4) [20:31:34:011]: Unable to delete the file. LastError = 32
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202d0.mst
    MSI (s) (8C:B4) [20:31:34:011]: Unable to delete the file. LastError = 32
    MSI (s) (8C:B4) [20:31:34:011]: Deferring clean up of packages/files, if any exist
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202cf.msp
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202d0.mst
    MSI (s) (8C:B4) [20:31:34:011]: MainEngineThread is returning 1603
    MSI (s) (8C:24) [20:31:34:011]: No System Restore sequence number for this installation.
    MSI (s) (8C:24) [20:31:34:011]: User policy value 'DisableRollback' is 0
    MSI (s) (8C:24) [20:31:34:011]: Machine policy value 'DisableRollback' is 0
    MSI (s) (8C:24) [20:31:34:011]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (8C:24) [20:31:34:011]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (8C:24) [20:31:34:011]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (8C:24) [20:31:34:027]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (s) (8C:24) [20:31:34:027]: Restoring environment variables
    MSI (s) (8C:24) [20:31:34:027]: Destroying RemoteAPI object.
    MSI (s) (8C:48) [20:31:34:027]: Custom Action Manager thread ending.
    MSI (c) (F4:1C) [20:31:34:027]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (c) (F4:1C) [20:31:34:027]: MainEngineThread is returning 1603
    === Verbose logging stopped: 7/05/2014 20:31:34 ===

  • Project 2010 SP1 Installation Crashes

    I'm trying to create a package that will handle both brand new installations for Project 2010 as well as upgrade installations for those running Project 2007, the latter of which represents a large population in our environment.
    I basically followed the same process I used when creating packages for Office 2007, Office 2010, Project 2007 and Visio 2007, all of which work today:
    run setup.exe /admin
    create a new .msp
    make my adjustments (very few)
    save into Updates directory
    customized PrjPro.WW\config.xml (after first creating a backup!)
    run setup.exe
    I'm testing the package on a machine that previously had Project 2007, but after running for a short time, setup crashes.  I thought maybe the problem was with the config.xml so I undid the changes one at a time, then moved up to restoring the orignal
    config.xml file but it continues to crash.
    There's a setup log in %temp% that contains what may be the core issue
    PERF: TickCount=2427515 Name=OBootStrapper::Run Description=Begin function
    Operating System version: 6.1.7601 Service Pack 1. Platform ID: 2
    Running 32-bit setup on a 32-bit operating system.
    Command line: "\\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\setup.exe"
    No command line arguments given
    Verify file signature in "\\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\setup.exe"
    \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\setup.exe is trusted.
    Verify file signature in "\\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\OSETUP.DLL"
    \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\OSETUP.DLL is trusted.
    Using setup controller dll at [\\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\OSETUP.DLL].
    PERF: TickCount=2428342 Name=OBootStrapper::Run Description=Calling RunSetup
    PERF: TickCount=2428342 Name=RunSetup Description=Begin function
    Catalyst execution began: 03/07/2014 13:30:43.
    Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [disabled] for the [InstallExecutionMode]
    Searching for updated versions of resource files under the 'updates' folder [\\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\updates].
    Found [0] resource files under the update folder.
    Searching for default versions of resource files under the folder [\\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660].
    Found [1] resource files under the default folder.
    Running in [InstallExecutionMode]. Run from TEMP folder at [C:\Users\myuserid\AppData\Local\Temp\Setup00001fb8].
    Loaded resource file [C:\Users\myuserid\AppData\Local\Temp\Setup00001fb8\OSETUPUI.DLL] (CultureTag=en-US).
    Loaded Dll : \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\OSETUP.DLL.
    Catalyst version is : 14.0.4755.1000
    JobExecutionMode is InstallExecutionMode.
    Check if Office is supported on Windows 6.1.7601
    Checking if CLSID_DOMDocument60 can be created.
    Checking the version of MSXML6.
    MSXML version check passed. Minimum required version is [6.10.1129], installed Version is [6.30.7601.17988].
    LIS: start parsing setup xml
    LIS: finished parsing LIS package "{90140000-0115-0409-0000-0000000FF1CE}"
    LIS: start parsing setup xml
    LIS: finished parsing LIS package "{90140000-0116-0409-1000-0000000FF1CE}"
    LIS: start parsing setup xml
    LIS: finished parsing LIS package "{90140000-003B-0000-0000-0000000FF1CE}"
    LIS: start parsing setup xml
    LIS: finished parsing LIS package "{90140000-00B4-0409-0000-0000000FF1CE}"
    LIS: start parsing setup xml
    LIS: finished parsing LIS package "{90140000-002C-0409-0000-0000000FF1CE}"
    LIS: start parsing setup xml
    LIS: finished parsing LIS package "{90140000-0010-0409-0000-0000000FF1CE}"
    Product: PRJPRO
    AddOnGroup Culture: en-us
    AddOnId: OFFICE.EN-US
    AddOnId: PROJECT.EN-US
    AddOnId: PROOFING.EN-US
    No upgradable applications found
    Parsing config.xml at: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\config.xml
    Preferred product specified in config.xml to be: PRJPRO
    Parsed setting: SETUP_REBOOT with value: Never in config.xml.
    Logging type verbose specified in config.xml.
    Log directory: C:\Users\myuserid\AppData\Local\Temp specified in config.xml
    Log file template: Microsoft Office Project Professional Setup(*).txt specified in config.xml
    COMPANYNAME specified in config.xml.
    USERNAME specified in config.xml.
    Product Deployment Mode: PerMachineManaged
    Target Deployment Account Security Identifier: S-1-5-18
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Office.en-us\OfficeMUI.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Office.en-us\OfficeMUISet.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Proofing.en-us\Proof.es\Proof.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Proofing.en-us\Proof.fr\Proof.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Proofing.en-us\Proof.en\Proof.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Proofing.en-us\Proofing.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\Project.en-us\ProjectMUI.xml
    Loading package metadata: \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\PrjProWW.xml
    Reading value of unintialized setting!
    BRANDING: Parsing Branding Data...
    BRANDING: Parsing Branding Data...
    Pidkey specified in config.xml or setup.xml file. Skipping PidKey view.
    Kicking off chained install...
    PERF: TickCount=2434333 Name=Job::DoCacheWork Description=Begin function
    OSE is detected as a registered service. Service binary is reported at location: C:\Program Files\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    OSE service binary is detected at location: C:\Program Files\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    OSE is avaliable at C:\Program Files\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    This OSE has version: 12.0.4518.1014. Skip using this version of OSE because its version is too low.
    Running Source Engine process detected
    Running version: 12.0.4518.1014
    Error checking already running ose version. Error code 0x00000000
    Stopping running the problematic Source Engine process
    Error attaching to OSE, error 0x00000000
    Cannot start standalone OSE. from \\path\to\Microsoft Project 2010\SW_DVD5_Project_Pro_2010w_SP1_W32_English_MLF_X17-76660\PrjPro.WW\ose.exe. Error code: 0x80070102
    Error: Unable to select Source Engine process to start, see debug level logs for detail Type: 88::UnexpectedError.
    Error: Unable to select Source Engine process to start, see debug level logs for detail Type: 88::UnexpectedError.
    Error: Unable to select Source Engine process to start, see debug level logs for detail Type: 88::UnexpectedError.
    Error: Unable to select Source Engine process to start, see debug level logs for detail Type: 88::UnexpectedError.
    Catalyst execution finished: 03/07/2014 13:32:07. Return code: 30088. Exception caught: UnexpectedError.
    PERF: TickCount=2511881 Name=RunSetup Description=End function
    I've checked a few things but I can't figure this out
    restored config.xml
    used no msp
    Office Source Engine (OSE) service startup type is set to 'Manual'
    copied ose.exe again from DVD
    copied entire DVD over again
    I'm beginning to wonder if there's an issue with the existing Project 2007 installation, or the way it was uninstalled [by the Project 2010 setup] - but maybe its something altogether different.
    Any advice is greatly appreciated.

    My point above is that Project 2007 was extremely buggy and unless files are saved using Project 2007 SP3 first you are likely to experience problems with the files when opening in project 2010. Project 2007 to 2010 with no service packs is problematic.
    With SPs applied you should have far fewer problems.
    Doesn't look like a exe with SP2 is available yet so you need to add the service pack separately, probably in the updates folder.
    If all Project 2007 installs are already at SP3 then no need for this.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Invalid Duration error in MS Project 2010

    Hi,
    I have a user who has brought an issue to me.  He is a regular user of MS Project.  When he opens up his .mpp file he instantly gets an error of "Invalid Duration.  This is not a valid duration or it is outside the range for this field". 
    He has tried out every validation resolution option there is, he has looked at unpublished work items, he has also checked it through Excel.  He has re-entered the data, checking the format of every single piece of data.  Nothing was wrong and none
    of these checks have made any difference.   If he clicks on the Ok button on the error message, the file does then appear to operate normally with no issues, but he can't be 100% sure this is the case due to this message re-occurring every time he
    opens it again.  Is there anyone that has any ideas why this might be happening.  Please could someone throw some light on this ...?
    Thank you,  Lisa

    Check if using Macro on the plan. Similar issue has been fixed in June 2013 for project 2010, not sure which version you have seen the reported problem.
    Project 2010 hotfix package (Project-x-none.msp): June 11, 2013
    'http://support.microsoft.com/kb/2817385'
    You run a macro that sets the duration of a custom duration field for a task in a project in Project 2010. When you save and then reopen the project, you receive the following error message:
    Invalid Duration
    This is not a valid duration, or is outside the range for this field.
    Type a duration in the correct format: for example, 4 hours (or 4h), 12 days (or 12d), or 2ed for elapsed days.
    If its 2010, test with the above cu as its latest one.
    If this isn't case, please try using XML and check if that helps.
    If above doesn't help, provide information on project version and past history of plan, like was it created in past version and now opened in other version, etc.

  • Cannot programmatically select a task in Team planner - Office MS Project 2010

    Hi,
    I'm using Visual Studio 2010 32 bits, MS Project 32 bits on a windows 7 64 bits environment.
    I created a MS project 2010 addin in Visual Studio. I can do many things with this addin, add ribbon, create tasks,
    change colors in gant view...
    However I cannot selected a task in the team planner view !
    I use SelectTPTask in the application instance as referenced (http://msdn.microsoft.com/en-us/library/ms474284.aspx).
    After this selection I want to change the color of the task by using SegmentFillColor method but nothing happens.
    If I manually click on a task then SegmentFillColor works and the task color is changed.
    Here is the code of the action:
    private void buttonPriority_Click(object sender, RibbonControlEventArgs e)
    var app = Globals.ThisAddIn.Application;
    var pj = app.ActiveProject;
    //create Tasks
    Task newTask = pj.Tasks.Add("First task");
    newTask.Duration = "3";
    newTask.ResourceNames = "Resource A";
    newTask = pj.Tasks.Add("Second task");
    newTask.Duration = "4";
    newTask.ResourceNames = "Resource B";
    //Change color of the assignments
    foreach (Task t in app.ActiveProject.Tasks)
    if ((t != null) && !(bool)t.Summary)
    bool b1 = app.SelectTPTask(t.UniqueID);
    bool b2 = app.SelectTaskAssns();
    bool b3 = app.SegmentFillColor(0xFFFFFF);
    Is it a bug or I do not use it properly,
    Thanks,
    Alex.

    Working solution (MS Proj 2013) for similar task is:
    Sub ChangeTaskColorBasedOnCondition()
        Application.ViewApply Name:="Team Planner"
        For Each task In ActiveProject.Tasks
            Application.SelectTPTask (task.UniqueID)
            Application.SelectTaskAssns
            If (InStr(task.Name, "t"))
    Then
                SegmentFillColor Color:=192
            Else
                SegmentFillColor Color:=0
            End If
            Application.SelectTPTask
        Next
    End Sub

  • Connecting a SharePoint 2013 Document Library to Outlook 2010 client

    Good Day,
    Can someone please confirm if you can connect a SharePoint 2013 Document Library to Outlook 2010 client?
    I have seen articles, like the one shown below for Outlook 2013 to SharePoint 2013;
    http://www.sharepointgeoff.com/how-to-connect-a-sharepoint-2013-document-library-to-outlook-2013/
    Please provide a link to documentation to validate what Outlook Office versions will support viewing Document Library from Outlook client from a SharePoint 2013 Document Library.
    Thanks in advance for taking the time to review my request.
    Regards,
    Mark

    Hi Mark,
    Per my understanding, you might want to connect SharePoint 2013 Document Library to Outlook 2010 client application.
    Yes, SharePoint 2013 Document Library can connect to Outlook 2010 client application, the connecting process is similar as what SharePoint 2013 connect to Outlook
    2013 client application does.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Reset Project 2010 to factory default settings

    I downloaded the trail of project 2010. I have been playing around with the settings.  But now I want to reset the settings back to the original factory conditions.  I do not see a button to do that. Please help.
    Eric

    Hello, can someone please post the full path to access the HKEY file to delete? I am unable to find it. C:\HKEY_UserName\Software\Microsoft\Office\14.0\MS Project\Options does not work. I am able to get to the other path to delete the global template, but
    that does not work for me either. I have also tried uninstalling and reinstalling.
    I have tried 15.0 as well and am filling in my user name for UserName in the path above.
    Please help!
    Thanks!

Maybe you are looking for

  • My i pod has songs in the library but cannot update - PLEASE CAN YOU HELP?!

    I keep getting the message that says "song's on the i pod cannot be updated because all the playlists selected for updating no longer exist" I currently have no songs on my i pod and can't seem to get them from my library to my i pod. Do i need to cr

  • To initialize the liveCache instance LCA

    Hi all, I am getting error in initialize the liveCache instance LCA. I am doing a post livecache installation activity. Please see below error "Server: usalpapsq339 Users: DDIC Logical Command: DBMRFC Parameter: exec_lcinit -e unicode init Name and S

  • I use MS excel to Import activties,start,finsh date change to data date

    HI, I am working on a project using Primavera P6 V7,I use MS excel to Import activies in the primavera.I am facing a problem that when i import the excel sheet with columns(Activity ID,Activity name,Start,Duration,Finish),Acitity ID & Name import suc

  • Lenovo T400 How can I partitionate my HDD?

    ############## SOLVED #################### With "EASUS Partition Manager" Hello guys, since days I´m looking for a conclusion but i didn´t find anything. I have a Lenovo Thinkpad T400 with a partition C: 228 GB. Now i want to spit this partition e.g.

  • Problemas upgrade  sbo 2007

    Buenas señores mi problema es el siguiente: tengo instalado el sbo 2007 y cuando procedo a actualizar una bd del sbo 2005 comienza el proceso de actualizacion pero cuando este termina y quier loguearme sale : La bd de la sociedad GL no es consistente