I've an another problem:
ACROBAT READER 5.01
The batch is ok when i execute it manually but it don't work in unattend mode :/
It's launch but nothing after :/
an idea?
I don't want to install the SLOOOOOOOOWLY acrobat 6.
It's just a viewer! not an autocad or a Catia system!!
My files:
RunOnceEx.cmd
CODE
...
REG ADD %KEY%\015 /VE /D "Acrobat 5.01" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Acrobat5\acrobat.cmd" /f
...
REG ADD %KEY%\015 /VE /D "Acrobat 5.01" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Acrobat5\acrobat.cmd" /f
...
Acrobat.cmd
CODE
cmdow @ /HID
@echo off
start %systemdrive%\install\Acrobat5\setup.exe -s -f1"%systemdrive%\install\Acrobat5\setup.iss"
exit
@echo off
start %systemdrive%\install\Acrobat5\setup.exe -s -f1"%systemdrive%\install\Acrobat5\setup.iss"
exit
setup.iss:
CODE
[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=NoToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=3
Dlg1=SdAskDestPath-0
Dlg2=MessageBox-0
[SdWelcome-0]
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\Adobe\Acrobat 5.0\
Result=1
[Application]
Name=Reader
Version=5.1
Company=Adobe
Lang=0009
[MessageBox-0]
Result=1
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=NoToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=3
Dlg1=SdAskDestPath-0
Dlg2=MessageBox-0
[SdWelcome-0]
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\Adobe\Acrobat 5.0\
Result=1
[Application]
Name=Reader
Version=5.1
Company=Adobe
Lang=0009
[MessageBox-0]
Result=1