Jump to content

Recommended Posts

Posted

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>


Posted

/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. :)

Posted

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. ;)

Posted

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

Posted

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.

Posted

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.

Posted

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? :)

Posted
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! :)

Posted

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.

Posted

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\."

:)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...