1- Create Administrative Installation Point
Start --> Run --> type "X:\ThePathTo\KPFSetupFolder\setup.exe" /A --> Enter
Save the resulting administrative installation files anywhere you want, when prompted.
For example: F:\Internet\Protection\KPF411\
You'll have 2 folders and 1 file inside "KPF411", they are: program files, System32, Kerio Personal Firewall.msi. You can rename "Kerio Personal Firewall.msi" to "KPF.msi" if you want.
2- Manually, run setup.exe, then stop at the first setup screen.
Go to: C:\Documents and Settings\Administrator\Local Settings\Temp\ and look for the most recent folder there.
It could be named "_isD", "_isD6", "_is157", or something alike.
Inside that folder, you should find a file named "ISScript8.msi". Copy "ISScript8.msi", then paste it into "F:\Internet\Protection\KPF411\".
Now, quit the setup process by clicking "Cancel" then "Finish".
3- Put your "license.key" inside "KPF411".
Because the program doesn't create the "License" folder before restarting the computer, you create it using the command MD.
Add these lines to your batch file:
ECHO.
ECHO Installing ISScript8
ECHO Please wait...
start /wait %systemdrive%\install\KPF411\ISScript8.msi /qn
ECHO.
ECHO Installing Kerio Personal Firewall 4.0.11
ECHO Please wait...
start /wait %systemdrive%\install\KPF411\KPF.msi /qn REBOOT=Suppress
ECHO.
ECHO Copying License file
ECHO Please wait...
MD "%systemdrive%\Program Files\Kerio\Personal Firewall 4\License"
Copy "%systemdrive%\install\KPF411\license.key" "%systemdrive%\Program Files\Kerio\Personal Firewall 4\License\"
This post was re-written for convenience.
This post has been edited by mazin: 13 April 2004 - 09:00 AM



Help

Back to top









