Nanaki Posted January 22, 2005 Posted January 22, 2005 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>
durex Posted January 22, 2005 Posted January 22, 2005 /qb (instead of /qn) installs msi's completely silent.. in other words.. with no progress bar.
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 /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.
CHANDER Posted January 23, 2005 Posted January 23, 2005 Have you looked in any of the setup.ini or install.ini or any other simlar files for any references to cdrom?
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 Sorry, but where? Couldn't find any .ini file. :/
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 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.
Dobby Posted January 23, 2005 Posted January 23, 2005 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
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 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.
prathapml Posted January 23, 2005 Posted January 23, 2005 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.
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 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?
prathapml Posted January 23, 2005 Posted January 23, 2005 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!
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 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.
Dynaletik Posted January 23, 2005 Posted January 23, 2005 For the resolution....what does your ar.cmd file do that you execute?
Nanaki Posted January 23, 2005 Author Posted January 23, 2005 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\."
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now