Quote
Installshield applications will fail to install when executed from RunOnceEx on CD, unless a log file location is specified. An example of this is shown below, adapt this example for your InstallShield applications (shown in bold):
REG ADD %KEY%\045 /VE /D "Kerio Personal Firewall 2.1.5" /f
REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f
REG ADD %KEY%\045 /VE /D "Kerio Personal Firewall 2.1.5" /f
REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f
within this folder i have an installshield file (setup.exe) that i want to execute so it would install my driver so used RunonceEx with the following command
Description Programfile
_______________________________________________________
Chipset driver %cdrom%\$OEM$\$1\drivers\000_ChipSet\
(it was %cdrom%\$OEM$\$1\drivers\000_ChipSet\SETUP.exe but for some reason it disappeared)
The quote above says
Quote
REG ADD %KEY%\045 /VE /D "Kerio Personal Firewall 2.1.5" /f
REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f
REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f
Where does these lines go (after changing it to my program)?
Do i need to create some file and then save it some where?
Do i need to add anything to cmdlines.txt
thanks in advance



Help

Back to top








