![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | adobe reader won't install - NOT temp folder issue Not sure if this is specific to adobe reader install or not. I downloaded the install exe to my machine and am executing it from there. It starts (asks permission to continue) and then completely stalls. TaskManager shows the install exe as running. I have User Account Control turned on. Any ideas? I searched adobe's site and didn't find anything. thanks. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue "Liz" <Liz@xxxxxx> wrote... Quote: > Not sure if this is specific to adobe reader install or not. > I downloaded the install exe to my machine and am executing it from there. > It starts (asks permission to continue) and then completely stalls. > TaskManager shows the install exe as running. > I have User Account Control turned on. > Any ideas? I searched adobe's site and didn't find anything. Just a stab in the dark but ... first, use Task manager to kill any running instances of install.exe. Then, right-click the Adobe Reader setup exe, and choose "Run as Administrator" from the menu. This will launch setup with a full admin token, by-passing the need to elevate via UAC prompt along the way. As a general health-and-wellness thing, make sure also that you have uninstalled any previous versions of the Reader before starting setup. Other folks may have additonal ideas. -- Andrew McLaren amclar (at) optusnet dot com dot au |
My System Specs![]() |
| | #3 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue Hi, Right click the install file, use 'run as administrator'. -- Best of Luck, Rick Rogers, aka "Nutcase" - Microsoft MVP http://mvp.support.microsoft.com/ Windows help - www.rickrogers.org My thoughts http://rick-mvp.blogspot.com "Liz" <Liz@xxxxxx> wrote in message news:BF2116FD-D56A-473C-9EB4-04E7E4D170B6@xxxxxx Quote: > Not sure if this is specific to adobe reader install or not. > I downloaded the install exe to my machine and am executing it from there. > It starts (asks permission to continue) and then completely stalls. > TaskManager shows the install exe as running. > I have User Account Control turned on. > Any ideas? I searched adobe's site and didn't find anything. > thanks. |
My System Specs![]() |
| | #4 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue thanks for the quick response. I had already tried that, but for good measure, tried it again - didn't work. Verified adobe reader not installed. Killed running install exe via task manager. Then ran it again as administrator. Asked for permission to continue, then stalled, just like before. "Andrew McLaren" wrote: Quote: > "Liz" <Liz@xxxxxx> wrote... Quote: > > Not sure if this is specific to adobe reader install or not. > > I downloaded the install exe to my machine and am executing it from there. > > It starts (asks permission to continue) and then completely stalls. > > TaskManager shows the install exe as running. > > I have User Account Control turned on. > > Any ideas? I searched adobe's site and didn't find anything. > Hi Liz > > Just a stab in the dark but ... first, use Task manager to kill any running > instances of install.exe. Then, right-click the Adobe Reader setup exe, and > choose "Run as Administrator" from the menu. This will launch setup with a > full admin token, by-passing the need to elevate via UAC prompt along the > way. > > As a general health-and-wellness thing, make sure also that you have > uninstalled any previous versions of the Reader before starting setup. > > Other folks may have additonal ideas. > > -- > Andrew McLaren > amclar (at) optusnet dot com dot au > > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue I have installed acrobat many times on vista... no problem. Disable your antivirus and try again if all fails there is a smaller far faster and according to many far superior pdf reader *free http://www.foxitsoftware.com/downloads/ "Liz" <Liz@xxxxxx> wrote in message news:BF2116FD-D56A-473C-9EB4-04E7E4D170B6@xxxxxx Quote: > Not sure if this is specific to adobe reader install or not. > I downloaded the install exe to my machine and am executing it from there. > It starts (asks permission to continue) and then completely stalls. > TaskManager shows the install exe as running. > I have User Account Control turned on. > Any ideas? I searched adobe's site and didn't find anything. > thanks. |
My System Specs![]() |
| | #6 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue "Liz" <Liz@xxxxxx> wrote in message news:08F4D6D4-609F-415A-9B71-AE6556452C67@xxxxxx Quote: > thanks for the quick response. > I had already tried that, but for good measure, tried it again - didn't > work. > Verified adobe reader not installed. > Killed running install exe via task manager. > Then ran it again as administrator. > Asked for permission to continue, then stalled, just like before. - open a command prompt as Administrator - cd to directory containing your AdbeRdr810_en_US.exe file - run this command "AdbeRdr810_en_US.exe -nos_ne" The "-nos_ne" tells the installer to unpack the setup files, but no actually launch the installation process. - the files are unpacked in directory "%TEMP%\Temp\Adobe Reader 8" for example: "C:\Users\ADMINI~1\AppData\Local\Temp\Adobe Reader 8" - cd "%TEMP%\Temp\Adobe Reader 8" - run this command: Quote: >setup /l The "/l" parameter causes Setup.exe to create an error log file called Bootstrap.log in the %TEMP% directory. After the installation fails, examine Bootstrap.log to see what errors it reports. This may explain why it is failing. You can also pass MSIexec parameters to setup.exe, to get additional MSI logging ... not sure of the exact syntax though. If you google on "Adobe reader setup bootstrap.log" you should fin a few hits. Hope it helps, -- Andrew McLaren amclar (at) optusnet dot com dot au |
My System Specs![]() |
| | #7 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue How do I open a command prompt as administrator? I did Start/Run 'cmd' and opened a command prompt that way. Followed your instructions and again it hung after running the exe (checked to see if the subdir in temp directory was created, but no). thanks. "Andrew McLaren" wrote: Quote: > "Liz" <Liz@xxxxxx> wrote in message > news:08F4D6D4-609F-415A-9B71-AE6556452C67@xxxxxx Quote: > > thanks for the quick response. > > I had already tried that, but for good measure, tried it again - didn't > > work. > > Verified adobe reader not installed. > > Killed running install exe via task manager. > > Then ran it again as administrator. > > Asked for permission to continue, then stalled, just like before. > Hmmm ... something is messed up, then. Try this: > > - open a command prompt as Administrator > > - cd to directory containing your AdbeRdr810_en_US.exe file > > - run this command "AdbeRdr810_en_US.exe -nos_ne" > The "-nos_ne" tells the installer to unpack the setup files, but no > actually launch the installation process. > > - the files are unpacked in directory "%TEMP%\Temp\Adobe Reader 8" > for example: "C:\Users\ADMINI~1\AppData\Local\Temp\Adobe Reader 8" > > - cd "%TEMP%\Temp\Adobe Reader 8" > > - run this command: > Quote: > >setup /l > (that's a lower-case "L") > > The "/l" parameter causes Setup.exe to create an error log file called > Bootstrap.log in the %TEMP% directory. After the installation fails, examine > Bootstrap.log to see what errors it reports. This may explain why it is > failing. > > You can also pass MSIexec parameters to setup.exe, to get additional MSI > logging ... not sure of the exact syntax though. If you google on "Adobe > reader setup bootstrap.log" you should fin a few hits. > > Hope it helps, > -- > Andrew McLaren > amclar (at) optusnet dot com dot au > > |
My System Specs![]() |
| | #8 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue Disabled antivirus, but the problem persists. thanks for the tip! "Taibear ios" wrote: Quote: > I have installed acrobat many times on vista... no problem. > Disable your antivirus and try again > > if all fails there is a smaller far faster and according to many far > superior pdf reader *free > http://www.foxitsoftware.com/downloads/ > > > "Liz" <Liz@xxxxxx> wrote in message > news:BF2116FD-D56A-473C-9EB4-04E7E4D170B6@xxxxxx Quote: > > Not sure if this is specific to adobe reader install or not. > > I downloaded the install exe to my machine and am executing it from there. > > It starts (asks permission to continue) and then completely stalls. > > TaskManager shows the install exe as running. > > I have User Account Control turned on. > > Any ideas? I searched adobe's site and didn't find anything. > > thanks. > > > |
My System Specs![]() |
| | #9 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue "Liz" <Liz@xxxxxx> wrote in message news:24B0C1EA-B926-4EB0-BCF3-DA077F09F4DF@xxxxxx Quote: > How do I open a command prompt as administrator? I did Start/Run 'cmd' > and > opened a command prompt that way. Followed your instructions and again it > hung after running the exe (checked to see if the subdir in temp directory Administrator". -- Andrew McLaren amclar (at) optusnet dot com dot au |
My System Specs![]() |
| | #10 (permalink) |
| | Re: adobe reader won't install - NOT temp folder issue > You can also pass MSIexec parameters to setup.exe, to get additional MSI Quote: > logging ... not sure of the exact syntax though. If you google on "Adobe > reader setup bootstrap.log" you should fin a few hits. change to the directory containing the unpacked SETUP.EXE and AcroRead.msi files, and then run this command: C:\FOO>setup /l /msi /l*vx reader.log (That's a lower-case "L" after both switches) This will create 2 log files - 1) %TEMP%\Bootstrap.log, created by SETUP.EXE 2) reader.log created by MSIExec. The "reader.log" will be *extremely* detailed, it will show you every single action taken by the installer. Study this file, to work out why the installation is failing on your machine. -- Andrew McLaren amclar (at) optusnet dot com dot au |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Can't Install Adobe Acrobat Reader - Error Temp directory is full | Vista General | |||
| Can't install Adobe Reader 8. | Vista installation & setup | |||
| Adobe Reader 8 TEMP folder | Vista installation & setup | |||
| Adobe Reader install temp folder error | Vista General | |||
| Re: Can't install Adobe reader 8 | Vista installation & setup | |||