Steven Blackery escribió: > adobe-reader.bat > > downloads to: > > :: > URL|ENU|ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.1/enu/AdbeRdr910_en_US.exe|packages/adobereader/adberdr91_enu.exe > > Then, when the script runs it checks that the file exists: > > set adobe_install=%Z%\packages\adobereader\AdbeRdr9.10_%WINLANG%.exe > if not exist %adobe_install% goto noadberdr > > But the filenames don't match and the check always fails. > > It should be: > > set adobe_install=%Z%\packages\adobereader\adberdr91_%WINLANG%.exe > if not exist %adobe_install% goto noadberdr > well, I guess that it should be adberdr910_%WINLANG%.exe
fixed now. sorry about the inconvenience. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
