I try to incorporate flash player 10(adobe version) and internet explorer7 but the two applications wont run during the install. I also want to install adobe v9 and that works ok. Does someone know what i do wrong with flash and IE7? I am kinda a noob with this so all the help is welcome. Thanks in advance. My RunOnceEx.cmd script:
@echo off: FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Adobe Reader V910NL" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\AdbeRdr910_nl_NL.exe /sPB /RS REG ADD %KEY%\010 /VE /D "Flash player 10" /f REG ADD %KEY%\010 %CDROM%\Software\start /wait install_flash_player_10_active_x.exe /s REG ADD %KEY%\025 /VE /D "Internet Explorer7" /f REG ADD %KEY%\025 %CDROM%\Software\IE7.exe /passive Exit



Help
Back to top










