-
Olddie WPI.CMD showing again in 5.6!
thanks arabianhorse for help , i've already done that .. but it was still making the same window .. but it seems that some of the nLite addons i made is the cause , cuz when i removed them it went smooth and tidy .. i'll track it down thanks guys
-
Olddie WPI.CMD showing again in 5.6!
i did it , but due to wpi name it didn't work the first time and gave me path error ( which is good ) ,, but the cmd window still appears !!! i thought this is WPI's cmd file we used in earlier versions , which searchs for the cd drive letter and executes wpi using the environment variable .. but if it ain't WPI , what is causing it!! i think i'll have to ask nuhi about this ..
-
Olddie WPI.CMD showing again in 5.6!
using cmdlines.txt calling a .cmd file should produce a cmd window also , but i'll try and c thanks for the fast reply
-
Olddie WPI.CMD showing again in 5.6!
hey Kel , is there is any solution ?
-
Olddie WPI.CMD showing again in 5.6!
from nLite Runonce , it's called through nLite.cmd i think so .. should i ignore nLite and go with Winnt.sif ?
-
Some CMD windows flash during installation
nice short answer
-
Some CMD windows flash during installation
Hi guys, There is some CMD Windows flash during installation of nLited XP SP2 , is it normal to be so ? or is it something wrong with nLite ?
-
Olddie WPI.CMD showing again in 5.6!
Hii guys , I've made my WPI config , and done everything just great ,,, I've been testing my WPI installation on a fresh windows install , using VMware to try again and again with the help of snapshots .. However, When completed my whole installation , i integrated WPI with nLited version of SP2 , and began testing .. Whenever the WPI installation stage comes , i can c the old WPI.cmd window ( which i hate :/ ) comes up , then WPI.hta starts to load , and still the cmd window shows till the end of installation I need to find a solution for this :/ i've just finished everything and this is annoying me
-
KasperSky Silent Installation
You mean they fixed it :-o But even that , MST gives you more control over your installation , like customizing which components to install , and even integrate some registry tweaks into your silent installation ..
-
KasperSky Silent Installation
According to KAV forum's post (http://forum.kaspersky.com/lofiversion/index.php/t15041.html) there is no another way but order your key from them again .. and save it to your hard ... I duno for sure , but i think it is stored in Registry Try this one : HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\LicStorage Backup the key and try it on another machine ( VMWare .. etc ) try it and tell ..
-
KasperSky Silent Installation
It will restart , and this is the whole probelm we are talking about
-
KasperSky Silent Installation
maybe you are right , it is only up to the user it self , for me i use batch scripting , so it is easy to add some extra lines .. and that maybe hard for someone else .. But, do i have to use the MST file with the EDITIED edition of the MSI ?? to get it not to restart ???
-
KasperSky Silent Installation
I'm Searching for it .. and about the mandatory reboot , there is no way out of it .. just reboot when you finish all by running the 'avp.exe' .. and i think if u unattendly install your profile , and activation key , there will be no post install wizard With all respect sir , there will be updates to the program , and it is easier to use switches and batches than editing every single release that comes up .. And there is other thing , the edited MSI file rebooted as well for me .. it didn't differ than original one and i didn't manage to edit the MSI myself as the post maker explained ( with all respect to him )
-
switch for new Kaspersky IS 2006 ?
i think i have one http://www.msfn.org/board/index.php?showtopic=75599
-
KasperSky Silent Installation
Hello guys, I've finally found a work-around to Silent/Unattended Installation problem of KAV and KIS .. We all thought about the MSI itself initiating the RESTART command , but this ain't right .. The KAV or KIS Main exe itself (avp.exe) who does the restart issue .. and it starts just after installation finishes .. After a few shots , i found that avp.exe must start after installation NO ESCAPE , and it restarts after setting some neccessary configuration to the system .. So, i closed the avp.exe just after it starts after installation ( -> 'tskill avp' ) , but i realized that it must start the first time and reboot or it won't work even for thousand manual restarts .. So here you are what i did .. Silent.cmd <-- My Silent Installation Launcher .. kav6.0.0.300en.msi /qn /norestart tskill avp This way it won't restart just after installation , but u gotta run AVP ( and it will restart ) but this time u control when to restart , maybe in UACD after u finish all programs use it instead of 'shutdown -r" Restart.cmd <-- Completing Installation "%ProgramFiles%\Kaspersky Lab\Kaspersky Anti-Virus 6.0\avp.exe" - For a Complete Unattended Install , you can put your *.KEY file ( whatever the name as long as the extension is .KEY ) in the same folder as the MSI Installation file .. and you are activated automatically - About Automatic Profile Import ( i've not figured out the way , but i'm going to .. ) ** NOTICE : Excuse me alot if somebody else came up with this before me , cuz i searched alot and alot and didn't find any working solution .. neither here nor KasperSky Official Forum ..