Adobe Reader & Windows Vista

I have an embroidery machine which has the embroidery designs in PDFs. I am using Windows Vista and cannot download Adobe Reader. When I try, I get the following message. "Adobe Reader Installation error 1310. Error writing to file: C:\configure.msi\PFEFFD.tmp. Verify that you have access to that directory." I need the steps to fix the error so that I can use the embroidery machine.

You may want to try running this fix from Microsoft and uninstall all traces of any versions of Reader:
http://support.microsoft.com/mats/Program_Install_and_Uninstall
If you want to reinstall Reader, download its full installer from
http://get.adobe.com/reader/enterprise/
After downloading, restart your computer and run the installer before doing anything else.

Similar Messages

  • Donload-Problem mit Adobe Reader, Windows Vista

    Nach einem Adobe-Download wurden alle Programme gesperrt und auf dem Desktop zeigten alle Programmsymbole das rote Adobe-Symbol.
    Nach einer Deinstallation "Adobe Reader" liefen wieder alle Programme und die Programmsymbole sind ebenfalls  normal.
    Seit dem Download ist Adobe nicht mehr anwendbar.
    Norton 360 Firewall hatte ich abgeschaltet.
    Ich bitte um eine Laienauskunft zur Problemlösung.
    Vielen Dank im voraus.

    Haha, das mit der Laienauskunft ist zweideutig. Auskunft für einen Laien oder von einem Laien?
    Das ist meine wirklich ernst gemeinte Antwort: Finger weg von Vista und Norton. Windows 7 Home gibt es quasi nachgeschmissen für wenig Geld. Damit passiert sowas nicht. Ob Norton damit etwas zu tun hat, wage ich zu bezweifeln, aber diese aufgeblähten, angeblichen Schutz-Tools greifen tief ins System ein. Zu tief.

  • Adobe reader window resize problem on Vista 64 bits

    I would like to react to this post:
    http://www.adobeforums.com/webx/.3c062469
    When I resize an adobe reader window the text body in the window does not follow. By accident I have noticed that pressing F4 (show and hide Navigation Pane) twice solves this.
    Is there a solution, so I don't need to press F4 twice?
    thank you!

    History notice: Problem still reproducing with Adobe Reader 9.5.4 on Ubuntu 13.04 (April 2013).
    Solution: The fix is to simply add the 32 bit version of the missing library. To be sure that you get them all consisstently, just:
        sudo apt-get install ia32-libs
    Note: Solution seen on this article from the judsonsnotes.com website.
    (Joel_Antunez) wrote:
     joel@joel-desktop:~$ acroread
    /opt/Adobe/Reader8/Reader/intellinux/bin/acroread: error while loading shared libraries: libgdk_pixbuf_xlib-2.0.so.0: cannot open shared object file: No such file or directory

  • When I open a pdf file, Firefox opens a blank window, then the file opens in a Adobe Reader window. How can I stop the blank window?

    Whether I am using Firefox 3.6.8 or Thunderbird 3.0.6, clicking on a pdf file opens a new window. After a few seconds the pdf file opens in a separate Adobe Reader window. When I am done with that and close it, I still have to go back and close out the blank window. Got to be a configuration issue some place. I have tried several settings under Tools/Options, but haven't found the right setting yet. Any suggestions?

    Thank you very much for the reply. I followed your instructions. This fixed half of the problem. Links to pdf files that are on web pages now come up with a box that asks if I want to open or save the file, without a blank browser window in the background. That is great.
    When I tested the fix with pdf file links in email, the problem still exists. I tested links in Outlook Express, Yahoo mail, and Gmail. Any time I click on a pdf link in an email, a blank Firefox window opens and then I get the small window that asks me if I want to open or save the file. Sounds like this is a configuration issue, not a technical problem. Thanks for your help.

  • How to Print a PDF programmatically without the Adobe Reader Window

    Hi,
    I'm trying to print a PDF my application. I would prefer to do it as silent as possible - no PrintDialogue | Adobe Reader Window.
    Language C#
    Adobe Reader 10.0
    Here´s some Code:
    public static void PrintPDF(string file, string printerName)
    Process proc = new Process();
    proc.StartInfo.FileName = @"C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe";
    proc.StartInfo.Arguments = @" /t /h " + "\"" + file + "\"" + " " + "\"" + printerName + "\"";
    proc.StartInfo.UseShellExecute = true;
    proc.StartInfo.CreateNoWindow = true;
    proc.Start();
    Thread.Sleep(1000);
    proc.WaitForInputIdle();
    proc.Kill();
    It works, but the Adobe Reader Window is still popping up -> /h (start the reader minimized) does not work.
    Is there another way to hide the Window ?
    Regards

    Hi,
    I am developing an application, which have to support a PDF print. My result after searching for the best possibilities is this snippet:
    public static void PrintPDF(string path, string printer)
    Process process = new Process();       
    process.StartInfo.FileName = path;
    process.StartInfo.Verb = "printto";
    process.StartInfo.Arguments = "\"" + printerName + "\"";
    process.Start();
    // I have to use this in case of Adobe Reader to close the window
    process.WaitForInputIdle();
    process.Kill();
    This is the most generic solution - it prints a pdf unless no matter wich reader is installed.
    Only deficit - the Adobe Reader window still pops up. Why it does not behave like it´s alternatives (for example Foxit Reader) and print the PDF without popping up ?
    Regards

  • Numérisations sur adobe reader windows 8?

    Comment réunir plusieurs numérisations dans un seul dossier/fichier sur adobe reader windows 8?

    Adobe Reader should have no problems opening a PDF that was downloaded from the browser.
    Can you provide some more information about what you are experiencing? Is there a specific link you can share? What exactly happens when you try to open the document?

  • Open Adobe Reader window in BSP

    Hello,
    From our BSP application, I was able to generate PDF form and open a Adobe reader window with the form in it, but after the reader window open, I lose the control for oringal BSP application, the IE windows of BSP application is hanging there, without any response.
    Thanks in advance for help!  Here is my implementation:
    1) Our BSP application is within CRM IC framework (based on BSP)
    2) I created a new BSP page with flow logic with MIME type application/pdf
    3) A button trigger page navigation from default.do to new BSP page
    4) In OnInitialization event of new BSP page: I code to generate PDF form and open the PDF window:
      call method response->set_content_type
        EXPORTING
          content_type = 'application/pdf'.
      response->set_header_field(
                        name  = 'content-disposition'
                        value = 'attachment; filename=Act_Printing.pdf' ).
    finally display PDF format in Browser
      l_pdf_len = xstrlen( l_xstring ).
      response->set_data( data   = output-pdf
                                   length = l_pdf_len ).
    ***Up to now: a new adobe reader window is opened , but the oringal BSP window lose the control.
    If I add extra code to navigate to default.do as below, I did get control of the BSP window BUT the adobe reader window does not open at all:
    Navigate to default.do
      navigation->next_page( 'BACK_TO_CONTROL' ).
    navigation->next_page( 'BACK_TO_CONTROL' ).

    Thanks Durairaj  !
    I tried navigation->response_complete( ), but it does not change the system behaviour, the same problem is still there.
    Any idea?

  • Why does Adobe Reader window open When i click on "about windows Media Player" , then click  on "Tec

    why does Adobe Reader window open When i click on "about windows Media Player" , then click  on "Technical support information". if the file isnt a PDF file then why is Adobe Reader even summoned?

    i looked at Adobe file extensions first and didnt find htm among the ones listed. but then i looked at file extensions and what program is assigned to open htm and sure enough Adobe was assigned to it. i changed it. thank you.

  • Problematikk: Adobe Reader/ Windows 8 med skjermstørrelse 11.7

    Hei forum! Jeg skriver dette på norsk og håper at det går bra.Da jeg lastet ned Adobe Reader til min Windows 8 LapTop med skjermstørrelse 11.8 opplevet jeg at Adobes vindu for å eksportere mitt OpenOffice-dokument til PDF-format er for stort for min skjermstørrelse på 11.7.Med dette mener jeg at  "Eksporter"-knappen kommer nedenfor skrivebordsvinduet på dataskjermen og derfor er utenfor min rekkevidde. Jeg får ikke lagret/eksportert dokumenter til PDF - format. Hvordan løser jeg dette problemet? Er det noen som kjenner til en løsning ?
    På forhånd takk for svar. PDF-format er noe jkeg bruker ofte.
    Hilsen Elise

    Post in original language:
    Hei. Problematikk Adobe Reader/ Windows 8 / Laptop med skjermstørrelse 11.7 er løst av meg selv utelukkende ved å endre skriftstørrelse i Kontrollpanelet. Derfor behøver jeg ikke svar fra forumet denne gangen!
    Hilsen Elise
    Post (translated):
    Hi. Issues Adobe Reader/Windows 8/Laptop with screen size 7.3 are fixed by myself solely by changing the font size in the control panel. Therefore, I don't have a response from the Forum this time!
    Regards, Elise

  • Adobe Reader Windows 8 PCで開けない

    現在、東芝製のPC2台を利用中です。1台はWindows7, 1台はWindows8です。
    2台ともAdobe ReaderⅪが入っています。Windows8のAdobe readerが開かず困っています。解決方法を教えてください。

    PDFファイルが開けない場合のトラブルシューティングのページを紹介しますね。
    PDF ファイルを開けない場合のトラブルシューティング(Acrobat/Adobe Reader)
    トラブルの際は発生までの手順と、エラーの有無を記載されると回答される可能性が上がると思いますよ

  • Why has my pc started closing the Adobe document or adobe reader window as soon as i open it?

    My pc has recently started closing the document window or the
    Adobe Reader window as soon as I open them. I reinstalled Adobe reader and it did not help.

    What is your operating system?  What is your Reader version?

  • Adobe Reader and Vista

    My new laptop utilizes Vista. Some way, some how, the font when I open reader is huge. I have used all the tools, etc to no avail. I have un-installed Reader and re-installed, and still have this issue. Does anyone have any suggestion.
    Laptop by Dell
    Vostro 1000
    Adobe Reader 8.1

    I have the same problem and I have Window Vista. The version 7.0 work fine until I upgrade to Adobe 8. Now every time I open a pdf file the pages appears to be load but the document is not displayed.
    When you re-installed Adobe 7 is your document display now?
    Thanks,
    Samantha

  • Adobe Reader Windows Phone Download Link

    Hey guys,
    For iOS / Android users - browsing to get.adobe.com/reader/ redirects the user to the Application Store for the platoform so they can download Adobe Reader.  However, browsing this link fails when using a Windows Phone - it doesn't redirect the user to the windows phone store. 
    Thanks,
    Jon

    [topic moved to Windows Phone subforum]

  • Adobe Reader for Vista Shows Vulnerable, but THERE IS NOT THE VERSIN THAT MOZILLA SAYS T UPDATE TO? Where is it????

    Mozilla keeps telling us we need to update to Adobe Reader version 11.0.10.32. Nowhere in the Adobe site is there such a version. Have looked, have contacted, so will Mozilla PLEASE TELL US WHERE? Additionally, this is being sent from my Vista OS, and Adobe has no Version 11 for Vista. SO neither my XP PRO systems not my Vista Systems will update to the Version Mozilla shows in the Add-ons Plugin Manager pages.

    Adobe doesn't support Reader/Acrobat XI on Vista. Who knows why... as long as Help > Check for Updates in Reader/Acrobat says you are up-to-date, trust that information.
    Also, please see my reply in your other thread: https://support.mozilla.org/questions/1057975#answer-719224

  • Adobe Reader for Vista-64 bit

    Which Adobe Reader should I down load for Vista 64 bit?  Is there a free down load?  Thanks, I know just enough to get into trouble, doing my research in advance this time.

    Thanks,
    I found this reg fix that worked as well.For others, here it is in case they drop it on the other site in the future
    add the following key to your registry;
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}]
    "AppID"="{534A1E02-D58F-44f0-B58B-36CBED287C7C}"

Maybe you are looking for

  • Photoshop CS4 has encountered a problem and needs to close

    Win xp. I loaded PS and it worked fine. I set Open GL and it still worked. I have a Nvidia Quadra FX 550. It was suggested that I update the drivers which I did. Then PS would not open. I got the message during the blue splash screen. I reverted back

  • Can I install Windows XP SP1 with Bootcamp on my new Mac Mini 2011 i7 ?

    Can I install Windows XP SP1 with Bootcamp on my new Mac Mini 2011 i7 ?

  • Trouble moving photos.

    I have moved my photos and it says they are moved but when I open Revel, no photos and no libraries to open either.  I did back up on my computer but not all the photos were backed up either. 

  • Creating procedure in oracle

    I want to create a procedure in which i have to insert records into a table based on selecting certain columns from another table is it possible

  • Post Data to HTML View

    Is is possible to define form inputs to be posted to the website specified by the 'url' input port?  I am trying to integrate with a web-based application that required information to be posted.  Thanks!