Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Acrobat Reader 7 install problems

Featured Replies

Allright, I got a problem with the latest ar7 and I can't seem to solve it (yes, I've searched ;)).

After the installation of my uA CD, I try to open Acrobat Reader 7. It gives a "configuring"-MSI progress bar and then says it can't find the CD. How do you get rid of this bar? It would be great help if you could help me. I'm all new at this Unattended stuff. :)

If it matters, here's my installation code:

 <item display="Adobe Acrobat Reader 7.0">
 <execute display='Programma'>
   <program>#SOURCEDRIVE#\Install\Apps\ar\Adobe Reader 7.0.msi</program>
   <arguments>/QN</arguments>
 </execute>
 <execute display='Snelheidsaanpassingen'>
   <program>#SOURCEDRIVE#\Install\Apps\ar\ar.cmd</program>
   <hide>true</hide>
 </execute>
 <execute display='Registeraanpassingen'>
   <program>REGEDIT</program>
   <arguments>/S #SOURCEDRIVE#\Install\Apps\ar\reader70.reg</arguments>
   <hide>true</hide>
 </execute>
 </item>

/qb (instead of /qn) installs msi's completely silent.. in other words.. with no progress bar.

  • Author

/QB is a progress bar :)

But that's not the problem, let me try to explain it

- Windows installs

- at T-12 all applications installs

- First boot

- I open Acrobat Reader 7

- Launches a MSI windows syaing it's configuring acrobat reader.

- Pops up a "insert disk" error

I want Acrobat Reader to boot normally after a first install, without having to insert my disk just once. :)

Have you looked in any of the setup.ini or install.ini or any other simlar files for any references to cdrom?

  • Author

Sorry, but where? Couldn't find any .ini file. :/

  • Author

Hmm, in the beginning I deleted a couple of files, I only have the MSI and the CAB file left. So I guess I need setup.ini too? :)

Ty, gonna try it out now. ;)

The only two files you need are the .msi and the data.cab file. I've just tested the install with the following command:

msiexec /i Acrobat.msi /qb

Acrobat installs displaying a progress window then exits the installer and I can go to start->programs and run it.

Make sure your working directory is the one the msi and cab are in otherwise you'll get an error saying it can't find the cab.

HTH

  • Author

But I _do_ install everything in T-12 and from CD. When I was instelling everything on first boot and from HDD it worked like a charm.

It DOES install, it just wants to configure afterwards, needing the original MSI.

This happens because its an MSI advertised shortcut, not actual....

It might be far easier to use the quick installing package from here - http://ryanvm.net/msfn/.

That's the one made specifically for unattended installs. Its switchless too, so no switches needed just directly execute it.

Oh, and are you using a non-English version? If so, then we'll try a different method.

  • Author

Problem is, that's the english version. I want to be able to switch to the Dutch version when it's released.

The problem you mentioned, can it be solved?

or

How did RyanVM make that pack? :)

The problem you mentioned, can it be solved?
Of course.

Here's links to pages that describe how to make your own package - one, two.

If you have any more questions, don't hesitate to ask! :)

  • Author

Thanks! :)

I decided to stick with the RyanVM installer for now and make my own pack later, when the Dutch version is released. So now I can go complain about some other problems I have. :D

Edit: EXACTLY the same problem with RyanVM's. "Error 1706: no vallid source could be found for the product." after the first boot of ar7. Then it shuts down. :(

Edit2: looks like it was the moving of the plugins which caused the problem. Strange, as it worked fine a couple of days ago.

For the resolution....what does your ar.cmd file do that you execute?

  • Author

cmdow @ /HID

MOVE "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK"
MD "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins"
COPY "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK\EWH32.api" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins\."
COPY "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK\reflow.api" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins\."
COPY "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins.BAK\Search.api" "%ProgramFiles%\Adobe\Acrobat 7.0\Reader\plug_ins\."

:)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.