Adiel Posted August 5, 2004 Posted August 5, 2004 hi guys, right now i'm making my own win xp unatended cd, and i'v got to this part in the guide - http://unattended.msfn.org/xp/applications...nalfirewall.htmand i got problem. i have the latest version of Kerio Personal Firewall which is 4.0.16 (i know there is some betas out, but i don't like beta versions) ...now i'm trying to create setup.iss file so i can't extract him, but the problem is, that after the installation, no setup.iss file is found on C:\WINDOWS. i tried to create the file with this guide -http://unattended.msfn.org/xp/applications/installshield.htmcan som1 help me plz creat the setup.iss file? thanks all.
MCT Posted August 5, 2004 Posted August 5, 2004 hijust use /s /v"/qn REBOOT=Suppressthats what i useregards
Adiel Posted August 5, 2004 Author Posted August 5, 2004 hijust use /s /v"/qn REBOOT=Suppressthats what i useregardsu mean in the batch bile just write something like thisECHO.ECHO Installing Kerio Personal Firewall 2.1.5ECHO Please wait...start /wait %systemdrive%\install\Applications\kpf\Setup.exe /s /v"/qn REBOOT=Suppressand do it without creating an setup.iss file? it won't do any problems?and i can use those switches 4 every program with InstallShield??tnx 4 the answers
Adiel Posted August 5, 2004 Author Posted August 5, 2004 oh and another thing, if i want the installastion to put my license file automaticlly in the KPF\License folder how am i doing this? cuz the license key isn't a regular reg fil its ends with .key(license.key)
Aaron Posted August 5, 2004 Posted August 5, 2004 Kerio 4.x's setup is different from 2.x, so you need to do the one suggested by MCT.Also, you can use copy in your batch file to copy over the licence key
Adiel Posted August 5, 2004 Author Posted August 5, 2004 Kerio 4.x's setup is different from 2.x, so you need to do the one suggested by MCT.Also, you can use copy in your batch file to copy over the licence keyfirst of all, tnx.about the license file, what is the full command that i shall so that the license file will be copied over the other one?? tnx.
Aaron Posted August 5, 2004 Posted August 5, 2004 Put licence.key into C:\XPCD\$OEM$\$1\install\Applications\kpf\ and then use the command:copy %systemdrive%\install\Applications\kpf\licence.key "C:\Program Files\Kerio\Personal Firewall" /ythe folder \Program Files\Kerio\Personal Firewall\ might be different, check what it is for 4.x as I still use 2.1.5.A quicker way to put licence.key in the kerio folder would be to dump licence.key into C:\XPCD\$OEM$\$Progs\Kerio\Personal Firewall\ and it will be copied over automatically.
MCT Posted August 5, 2004 Posted August 5, 2004 copy %systemdrive%\install\Applications\kpf\licence.key "C:\Program Files\Kerio\Personal Firewall" /yinstead of C:\program files use %programfiles% so u can use another drive besides c:regards
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now