Adobe Acrobat Reader V6.0.2 Help Req
#1
Posted 03 November 2004 - 02:47 PM
P.S. I've not edited the regular syntax, all I've done is substitute the new executable into my $OEM$\$1\install\applications\adobe directory. Renamed it to match the syntax in the batch and hey presto it aint silently installing.
TIA
#2
Posted 03 November 2004 - 03:39 PM
#3
Posted 03 November 2004 - 03:50 PM
#4
Posted 04 November 2004 - 07:53 AM
Syn is batch file =
ECHO.
ECHO Installing Adobe Acrobat Reader V6.0.2
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdobeReader6\Adobe_Reader_6_0_2.msi -p"-s /v\"/qn\""
#5
Posted 07 November 2004 - 06:14 PM
REG ADD %KEY%\030 /VE /D "Adobe Reader" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\AdbeRdr602_ece.exe -p\"-s /v\"/qn\"\"" /f
#6
Posted 07 November 2004 - 06:54 PM
ECHO. ECHO Installing Adobe Acrobat Reader V6.0.2 ECHO Please wait... start /wait "%systemdrive%\install\Applications\AdobeReader6\Adobe_Reader_6_0_2.msi" /qb
will do the trick just fine.
#7
Posted 08 November 2004 - 03:58 PM
#8
Posted 08 November 2004 - 05:05 PM
If crahak's approach is to be followed, you only need two files: MSI+CAB! No other files needed.
You find them here: C:\WINDOWS\Cache\Adobe Reader 6.0\ENUBIG\ I think.
#9
Posted 11 November 2004 - 02:27 AM
MSIEXEC /i "Adobe Acrobat Reader 6.0.1.msi" /qb TRANSFORMS=rdr602.mst
Extract and enjoy.
(or /qn if you're all silenty!)
#10
Posted 12 November 2004 - 05:50 AM
And i remember now it was RyanVM who made this
It has a dialog box that appears.
REG ADD %Key%\010 /VE /D "Adobe Acrobat 6" /f REG ADD %Key%\010 /V 1 /D "%CDROM%\Software\Adobe\acroread602.exe" /f
#11
Posted 12 November 2004 - 07:29 AM
ECHO.
ECHO Installing Adobe Acrobat Reader V6.0.2
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdobeReader6\Adobe_Reader_601.msi /qb TRANSFORMS=rdr602.mst
So to recap for anyone interested, extraction is needed first and the only other thing to do is to rename the .msi file so it doesnt have gaps and use the above syntax. Thanks again Mythosaz - top man.
#12
Posted 12 November 2004 - 07:43 AM
DLF, on Nov 8 2004, 03:58 PM, said:
I didn't say it would work like that. I have no idea wher eyou got your msi file or anything. My point was, for a msi installer, you use a switch like /qb or /qn, not switches like -p"-s /v\"/qn\"" (and what a mess that is
I install the v6.01 installer, then the 6.02 upgrade installer. It's 2 msi files, and using /qb on both (6.01 first) works perfectly every time. That's about as easy as it gets. But you're using some transforms that came from somewhere else, so of course your command line will be different. Calling /qb on a "real" v6.02 installer (versus an update or transforms) would have worked too (not like we can guess what kind of files you got)
Hard to give you proper switches when we don't know what msi files you're using. I only gave you the generic switches, that's all...
Otherwise there are pre-made packs like RyanVM's that seem to work and it's pretty simple to use too (haven't tried it)
#13
Posted 14 November 2004 - 09:12 PM
Astalavista, on Nov 12 2004, 06:50 AM, said:
Please don't link directly to files on my site. Link to http://www.ryanvm.net/msfn/ instead. Thanks.



Help

Back to top









