January 22, 200521 yr 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>
January 22, 200521 yr /qb (instead of /qn) installs msi's completely silent.. in other words.. with no progress bar.
January 23, 200521 yr 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" errorI want Acrobat Reader to boot normally after a first install, without having to insert my disk just once.
January 23, 200521 yr Have you looked in any of the setup.ini or install.ini or any other simlar files for any references to cdrom?
January 23, 200521 yr 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.
January 23, 200521 yr 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 /qbAcrobat 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
January 23, 200521 yr 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.
January 23, 200521 yr 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.
January 23, 200521 yr 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?orHow did RyanVM make that pack?
January 23, 200521 yr 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!
January 23, 200521 yr 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. 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.
January 23, 200521 yr Author cmdow @ /HIDMOVE "%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