Help with  Error 1328. Error applying patch to file C:\Config.Msi\PTA33F.tmp

I am trying to open reader and presenter. I am not overly computer literate, but I know some basics. I am getting this error code-
error 1328. Error applying patch to file C:\Config.Msi\PTA33F.tmp
when I try to download Adobe Reader X. I don't know what it means. I am very confused and very frustrated. Help someone...
Thanks

I have the same issue... Has anyone found a fix for this issue? Thanks.

Similar Messages

  • I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For mo

    I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For more information contact your patch vendor." tried uninstalling and reinstalling and still get the error. Searched for C:\Config.Msi\pT64b3.tmp and cannot find the path or the file

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • When trying to update Acrobat XI I get a 1328 error each time. I have uninstalled XI and reinstalled it from disk. When trying to update the newly installed XI I still get the 1328 error. I have searched my C: drive for the file C:\config\Msi\PTA082.tmp b

    When trying to update Acrobat XI I get a 1328 error each time. I have uninstalled XI and reinstalled it from disk. When trying to update the newly installed XI I still get the 1328 error. I have searched my C: drive for the file C:\config\Msi\PTA082.tmp but with no sucess. Any suggestions?

    Hi Berriedale,
    Please try the below steps and check.
    Turn off any antivirus or software security program.
    Download the update patch 11.0.10 manually from the below link and run it.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5859
    Regards,
    Anand

  • Error 1328.Error applying patch to fileC:/Config.Msi/PTEADA.tmp.It has probably been updated by other means, and can no longer be modified by this patch.For more information contact your patch vendor

    hello,
    After installing the Adobe reader, I got the following error message:
    Error 1328.Error applying patch to fileC:/Config.Msi/PTEADA.tmp.It has probably been updated by other means, and can no longer be modified by this patch.For more information contact your patch vendor

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • I need help with this code error "unreachable statement"

    the error_
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errors
    import java.util.*;
    import javax.swing.*;
    import java.awt.*;
    public class Tools//tool class
    private int numberOfToolItems;
    private ToolItems[] toolArray = new ToolItems[10];
    public Tools()//array of tool
    numberOfToolItems = 0;
    for(int i = 0; i < toolArray.length; i++)//for loop to create the array tools
    toolArray[i] = new ToolItems();
    }//end for loop
    }//end of array of tools
    public int search(int id)//search mehtod
    int index = 0;
    while (index < numberOfToolItems)//while and if loop search
    if(toolArray[index].getID() == id)
    return index;
    else
    index ++;
    }//en while and if loop
    return -1;
    }//end search method
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0;
    int index;
    index = search(id); <-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    }//end delete method
    public void display()//display method
    for(int i = 0; i < numberOfToolItems; i++)
    //toolArray.display(g,y,x);
    }//end display method
    public String getRecord(int i)//get record method
    // return toolArray[i].getName()+ "ID: "+toolArray[i].getID()
    }//end getrecod
    }//end class
    Edited by: ladsoftware on Oct 9, 2009 6:08 AM
    Edited by: ladsoftware on Oct 9, 2009 6:09 AM
    Edited by: ladsoftware on Oct 9, 2009 6:10 AM
    Edited by: ladsoftware on Oct 9, 2009 6:11 AM

    ladsoftware wrote:
    Subject: Re: I need help with this code error "unreachable statement"
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errorsThe compiler is telling you exactly what the problems are:
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0; // <<== HERE you return, so everyting in the if block after this is unreachable
    int index;
    index = search(id);  //< -----------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    // <<== HERE where is the return statement?
    }//end delete method
    public String getRecord(int i)//get record method
    // return toolArray.getName()+ "ID: "+toolArray[i].getID() <<== HERE you commented out the return statement
    }//end getrecod
    }//end class

  • Please, could you help with The System Error?

    Hi guys,
    Please could someone help me with The system error: The Parameter is incorrect? which appears on the screen when I open Adobe Photoshop?
    It is Starter edition3.0 and so far it worked ok and suddenly this message haunts my screen. If I clic OK, whole application disappears. I tried hundred times and checked it is 5.1.2600 and my notebook has got Windows XP Profesional.
    Any advice hunging around?
    ThaaankxJ

    Thank you mark, I'll try.
    J
    Date: Fri, 18 Mar 2011 17:17:20 -0600
    From: [email protected]
    To: [email protected]
    Subject: Please, could you help with The System Error?
    Hi orion,
    Sorry that was the impression made by the support agent. If the version of the software that you have is 3.0 or 3.2, then the catalog can be upgraded when you run the trial version of Photoshop Elements. Version 8 had no time limitations, not sure if version 9 will timeout after 30 days or not.
    Just install, and when you launch, Elements will automatically convert the catalog to a format that it can read.
    -Mark
    >

  • Problem installing itunes- error writing to file C:\Config.Msi\1c16cb7e.rbf. Verify that you have access to that directory. Help!!

    Every time I try to update itunes i get an error that says: error writing to file C:\Config.Msi\1c16cb7e.rbf. Verify that you have access to that directory.
    I've tried uninstalling and I the same error. Help!

    Are you running Kaspersky security software on that PC? (There's been a few reports in recent times of Kaspersky interfering with iTunes installs, with that message being produced.)
    If there is Kaspersky on board, we should try some general-principles getting-past-security-software-interference troubleshooting.
    Download and save a fresh copy of the iTunesSetup.exe (32-bit installer file) or iTunes64Setup.exe to your Hard drive. (Don't run the install on line, and don't start the install just yet.)
    http://www.apple.com/itunes/download/
    Restart the PC. After the PC restarts do not open any applications. Disconnect from your network and/or the internet. Now switch off all your security software (firewall, antivirus, antispyware).
    Now start the install by doubleclicking the iTunesSetup.exe (or iTunes64Setup.exe) file you downloaded earlier.
    Reenable all security software prior to reconnecting to your network and/or the internet.
    Any better luck with the security software shut down?

  • I am trying to download itunes 10.7 and keep getting "error writing to file C\config.msi\6f8a6.rbf.  Can anyone help?

    I am trying to download itunes 10.7 and keep getting "error writing to file C\config.msi\6f8a6.rbf"  Can anyone help?

    Are you running Kaspersky security software on that PC? (There's been a few reports in recent times of Kaspersky interfering with iTunes installs, with that message being produced.)
    If there is Kaspersky on board, we should try some general-principles getting-past-security-software-interference troubleshooting.
    Download and save a fresh copy of the iTunesSetup.exe (32-bit installer file) or iTunes64Setup.exe to your Hard drive. (Don't run the install on line, and don't start the install just yet.)
    http://www.apple.com/itunes/download/
    Restart the PC. After the PC restarts do not open any applications. Disconnect from your network and/or the internet. Now switch off all your security software (firewall, antivirus, antispyware).
    Now start the install by doubleclicking the iTunesSetup.exe (or iTunes64Setup.exe) file you downloaded earlier.
    Reenable all security software prior to reconnecting to your network and/or the internet.
    Any better luck with the security software shut down?

  • I am trying to upgrade to itunes 10.7 using windows and keep getting the following error message: "Error writing to file: C:\Config.Msi\364460.rbf   Verify access to this dierctory". Help!

    I am trying to upgrade to itunes 10.7 using windows and keep getting the following error message: "Error writing to file: C:\Config.Msi\364460.rbf   Verify access to this dierctory". Help!

    Fixed! (win7 64 bit)! Just stop your antivirus during the upgrade/installation (I've got Kaspersky).
    Good luck!

  • "Error writing to file: C:\config.msi\3a3043.rbf. Verify that you have access to that directory. "

    I keep getting this error when trying to update iTunes: "Error writing to file: C:\config.msi\3a3043.rbf. Verify that you have access to that directory."  iTunes will not work.  Any time I try to apply settings iTunes locks up.  Anyone know how to fix this?

    I had this exact same problem just now, trying to upgrade to 10.7.
    I even got that error msg when trying to UNINSTALL iTunes!
    After hours of frustration trying everyone's different suggestions, I downloaded Revo Uninstaller http://www.cnet.com.au/apps/revo-uninstaller-10610875/ which solved the problem.
    Use it to help uninstall iTunes and related software components in the following order and then restart your computer:
    1. iTunes
    2. QuickTime
    3. Apple Software Update
    4. Apple Mobile Device Support
    5. Bonjour
    6. Apple Application Support (iTunes 9 or later)
    Then you can install iTunes from scratch.
    Good luck

  • Error "1310: Error writing to file: C:\Config.Msi..."

    Can someone help before I go completely insane,
    I had Adobe Creative Suite 4 Web Premium installed on my Asus laptop, when I would try to update I would get that there was a problem and the 11 updates could not be installed, after spending about 4 hours a day for days I decided a clean install might help, THAT'S WHERE THE REAL PROBLEMS STARTED, I have now spent another 4 half days firstly with color profile rollback and had to spend hours changing permissions to delete color profiles, running Adobe Support Advisor, Windows fix's, Adobe clean up tool,
    I have managed to get the programs installed again with one problem Flash additional components, when I run the support advisor i keep getting this   Error"1310:Error writing to file:C\Config.Msi..."(I have done searches and manually searched)
    and kb408730r2 Error 1310 unable to write to a file-Creative Suit 4, I can't find this file I'm sure it does not exist so don't bother suggesting to change permissions or rename it,
    I can't understand why a program worth thousands of dollars has so many problems, I am so disgusted.................................
    at the moment I have most of the programs reinstalled, there updates available but I can't install them,
    Anti-virus turned off, tried hard wire instead of wireless, 
    I have spent hours deleting Adobe files and folders, upgraded from CS2-noCS2 clean tool
    contacted customer service, could not even understand my problem.................................................................................. ..

    The flash player works fine,
    Windows 7
    I have tried to install several times, then had to go through the uninstall and attempt to clean up so have several log files,
    Before blaming my laptop the only problem I have is with this program,
    I have it installed on another PC and everything works fine, a tower,
    From what I understand I can have the program installed on a PC and a laptop as long as I only us it on one or the other at any one time,
    Researching these problems it has been reported that it is common on laptops for whatever reason and could be a result of piracy fears,
    My version is legitimate and the Asus laptop has no other problems what so ever……
    I have the “highlight new programs checked” on this attempt at reinstalling after reboot the Adobe CS4 program folder is highlighted then when it’s open most of the programs are highlighted like they are new, and they should be, but extension manager, flash, illustrator, and sound booth are not, like they are not a new instillation, but they are,
    I spent ages on the colour profiles roll back also, one of many problems
    One thing it has not been doing and I know it should because I have upgraded lots of programs, it’s not asking for the product key for the CS2 version and I know it should be, the CS4 is an upgrade but as I said its working fine on my PC
    I also know I should not be spending a million hours try to work this problem out, I paid a lot of money for this and it should not have been problem in the first place, I was about to upgrade to 5.5 but that is definitely on hold….
    I keep sending error reports to Adobe, one of the report numbers is 00-74926-225331012012

  • Error writing to file c:\config.Msi\5159655.rbf - 8596

    For a while now I have seen the same message about not being able to import or burn CDs because itunes was not installed properly, which didn't really bother me because I rarely did either of those. Then I was prompted to update itunes as usually happens when there is an update available, but along the way during the usuall update process, I recieved an error message:
         error writing to file c:\config.Msi\5159655.rbf
    So I said screw it, cancelled the update, and continued to put up with the burn/import notice every time I opened itunes. Eventually I just wanted to fix the problem for good so I completely uninstalled every itunes and apple related application I had on my computer; itunes, bonjour, quicktime, apple update thingy, apple mobile device support, apple application support, safari, etc. everything.
    I then proceeded to download and install itunes from online all over again, and much to my discouragement, itunes continued to open with the improper installation: unable to import or burn CDs notice every time.
    I don't know what else to do if completely uninstalling and reinstalling the program doesn't solve the problem.
    Help would be much appreciated

    I had this exact same problem just now, trying to upgrade to 10.7.
    I even got that error msg when trying to UNINSTALL iTunes!
    After hours of frustration trying everyone's different suggestions, I downloaded Revo Uninstaller http://www.cnet.com.au/apps/revo-uninstaller-10610875/ which solved the problem.
    Use it to help uninstall iTunes and related software components in the following order and then restart your computer:
    1. iTunes
    2. QuickTime
    3. Apple Software Update
    4. Apple Mobile Device Support
    5. Bonjour
    6. Apple Application Support (iTunes 9 or later)
    Then you can install iTunes from scratch.
    Good luck

  • When downloading iTunes 11.0.3 I get an error 'Error writing to file C:\Config.Msi\1c6fd5.rbf.  Verify that you have access to this directory' what do I do?

    When downloading iTunes 11.0.3 I get an error 'Error writing to file C:\Config.Msi\1c6fd5.rbf.  Verify that you have access to this directory' what do I do?
    Appreciate any help thanks,
    Will

    Hi WillHunt112,
    Welcome to Apple Support Communities.
    You may find this article helpful for troubleshooting your iTunes installation:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Best,
    Jeremy

  • Error message while instilling. ''Error writing to file: C:\Config.Msi\5ad33.rbf. Verify that you have access to that directory

    I tried instilling 11.0.2 and couldn't and had to go thought tools and download only now I am instilling it got over half way and i get the error message ''Error writing to file: C:\Config.Msi\5ad33.rbf. Verify you have access tothat directory'' What do I do?????

    Are you running Kaspersky security software on that PC? (There's been a few reports in recent times of Kaspersky interfering with iTunes installs, with that message being produced.)
    If there is Kaspersky on board, we should try some general-principles getting-past-security-software-interference troubleshooting.
    Download and save a fresh copy of the iTunesSetup.exe (32-bit installer file) or iTunes64Setup.exe to your Hard drive. (Don't run the install on line, and don't start the install just yet.)
    http://www.apple.com/itunes/download/
    Restart the PC. After the PC restarts do not open any applications. Disconnect from your network and/or the internet. Now switch off all your security software (firewall, antivirus, antispyware).
    Now start the install by doubleclicking the iTunesSetup.exe (or iTunes64Setup.exe) file you downloaded earlier.
    Reenable all security software prior to reconnecting to your network and/or the internet.
    Any better luck with the security software shut down?

  • Itunes error writing to file: C\Config.Msi\165996.rbf verify that you have access to that directory

    itunes error writing to file: C\Config.Msi\165996.rbf verify that you have access to that directory
    That's the error I get when trying to uninstall or reinstall my itunes.  The application no longer works and I just purchased a new Ipod touch 4th generation that requires I uninstall and upgrade to 10.6.

    I had this exact same problem just now, trying to upgrade to 10.7.
    I even got that error msg when trying to UNINSTALL iTunes!
    After hours of frustration trying everyone's different suggestions, I downloaded Revo Uninstaller http://www.cnet.com.au/apps/revo-uninstaller-10610875/ which solved the problem.
    Use it to help uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    QuickTime
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Then you can install iTunes from scratch.
    Good luck

Maybe you are looking for