Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > adobe reader won't install - NOT temp folder issue

Reply
Thread Tools Display Modes

adobe reader won't install - NOT temp folder issue

 
 
Liz
Guest
Posts: n/a

 
      10-17-2007
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.
 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      10-17-2007
"Liz" <> wrote...
> 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


 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      10-17-2007
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" <> wrote in message
news:BF2116FD-D56A-473C-9EB4-...
> 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.


 
Reply With Quote
 
Liz
Guest
Posts: n/a

 
      10-17-2007
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:

> "Liz" <> wrote...
> > 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
>
>

 
Reply With Quote
 
Taibear ios
Guest
Posts: n/a

 
      10-17-2007
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" <> wrote in message
news:BF2116FD-D56A-473C-9EB4-...
> 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.




 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      10-17-2007
"Liz" <> wrote in message
news:08F4D6D4-609F-415A-9B71-...
> 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:

>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


 
Reply With Quote
 
Liz
Guest
Posts: n/a

 
      10-17-2007
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:

> "Liz" <> wrote in message
> news:08F4D6D4-609F-415A-9B71-...
> > 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:
>
> >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
>
>

 
Reply With Quote
 
Liz
Guest
Posts: n/a

 
      10-17-2007
Disabled antivirus, but the problem persists.
thanks for the tip!

"Taibear ios" wrote:

> 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" <> wrote in message
> news:BF2116FD-D56A-473C-9EB4-...
> > 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.

>
>
>
>

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      10-17-2007
"Liz" <> wrote in message
news:24B0C1EA-B926-4EB0-BCF3-...
> 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


Right-click the Command Prompt icon in Start Menu and choose "run as
Administrator".

--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      10-17-2007
> 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.


I figured out teh syntax. After you unpack the setup files with "-nos_ne",
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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
trying to install Adobe Reader Scott R. Windows Vista General Discussion 7 05-04-2007 04:47 AM
Can't install Adobe reader 8 bob b Windows Vista Installation 10 04-28-2007 04:01 PM
Can't Install Adobe Acrobat Reader - Error Temp directory is full Dipak Shah Windows Vista General Discussion 16 04-15-2007 11:13 AM
Adobe Reader 8 TEMP folder Nigel Molesworth Windows Vista Installation 9 02-15-2007 06:13 PM
Adobe Reader install temp folder error tpark369 Windows Vista General Discussion 5 02-14-2007 09:46 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59