Help - Search - Members - Calendar
Full Version: KasperSky Silent Installation
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
sHaDYvB
Hello guys,

I've finally found a work-around to Silent/Unattended Installation problem of KAV and KIS .. newwink.gif

We all thought about the MSI itself initiating the RESTART command , but this ain't right .. huh.gif

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 ..

CODE
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 blink.gif ) but this time u control when to restart , maybe in UACD after u finish all programs use it instead of 'shutdown -r" tongue.gif

Restart.cmd <-- Completing Installation

CODE
"%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 .. tongue.gif )


** 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 ..
midiboy
Hey!

thats nice, thanks. While we already knew that avp.exe causes the reboot at least in the other thread no one simply killed avp.exe. Instead the msi was modified to not start the avp.exe after installation. Your solution is easier of course ;-)

If you find a way to install a profile silently, please tell us ;-) Also it would be nice to trigger the post install wizard silently. Currently, if you start avp.exe after a silent installation it just reboots instead of starting the post install wizard.

Thanks,
Alex
1chaoticadult
not really a workaround. It is better to modify to installer through an mst file to remove the line in the msi causing this app to reboot. Talked about in this thread: http://www.msfn.org/board/index.php?showtopic=74802
sHaDYvB
QUOTE (midiboy @ Jun 2 2006, 11:04 AM) *
Hey!

thats nice, thanks. While we already knew that avp.exe causes the reboot at least in the other thread no one simply killed avp.exe. Instead the msi was modified to not start the avp.exe after installation. Your solution is easier of course ;-)

If you find a way to install a profile silently, please tell us ;-) Also it would be nice to trigger the post install wizard silently. Currently, if you start avp.exe after a silent installation it just reboots instead of starting the post install wizard.

Thanks,
Alex


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 whistling.gif

QUOTE (1chaoticadult @ Jun 3 2006, 07:11 AM) *
not really a workaround. It is better to modify to installer through an mst file to remove the line in the msi causing this app to reboot. Talked about in this thread: http://www.msfn.org/board/index.php?showtopic=74802


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 wacko.gif

and i didn't manage to edit the MSI myself as the post maker explained ( with all respect to him )
1chaoticadult
QUOTE (sHaDYvB @ Jun 3 2006, 09:56 AM) *
QUOTE (midiboy @ Jun 2 2006, 11:04 AM) *

Hey!

thats nice, thanks. While we already knew that avp.exe causes the reboot at least in the other thread no one simply killed avp.exe. Instead the msi was modified to not start the avp.exe after installation. Your solution is easier of course ;-)

If you find a way to install a profile silently, please tell us ;-) Also it would be nice to trigger the post install wizard silently. Currently, if you start avp.exe after a silent installation it just reboots instead of starting the post install wizard.

Thanks,
Alex


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 whistling.gif

QUOTE (1chaoticadult @ Jun 3 2006, 07:11 AM) *
not really a workaround. It is better to modify to installer through an mst file to remove the line in the msi causing this app to reboot. Talked about in this thread: http://www.msfn.org/board/index.php?showtopic=74802


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 wacko.gif

and i didn't manage to edit the MSI myself as the post maker explained ( with all respect to him )


I know there will be updates and the mst file can apply to the msi file easily. It silently installs until avp.exe runs for the first time. This is understood. We are using switches to apply the mst and silently the app. Pay attention to the post before saying our method doesn't work. Most people successfully silently install the app. Scripts are fine but most newbies don't want extra things to silently install an app. Our method is more user-friendly.
sHaDYvB
QUOTE (1chaoticadult @ Jun 4 2006, 04:10 PM) *
I know there will be updates and the mst file can apply to the msi file easily. It silently installs until avp.exe runs for the first time. This is understood. We are using switches to apply the mst and silently the app. Pay attention to the post before saying our method doesn't work. Most people successfully silently install the app. Scripts are fine but most newbies don't want extra things to silently install an app. Our method is more user-friendly.


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 ???
1chaoticadult
QUOTE (sHaDYvB @ Jun 4 2006, 09:24 AM) *
QUOTE (1chaoticadult @ Jun 4 2006, 04:10 PM) *

I know there will be updates and the mst file can apply to the msi file easily. It silently installs until avp.exe runs for the first time. This is understood. We are using switches to apply the mst and silently the app. Pay attention to the post before saying our method doesn't work. Most people successfully silently install the app. Scripts are fine but most newbies don't want extra things to silently install an app. Our method is more user-friendly.


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 ???


No...Use the mst with the original msi file. That was my point. I dealt with this for a while. Batch scripting scares people away I seen many times. People can deal with switches better than batch scripts (not all cases though). I could do both but currently i prefer this method.
AHJAHJ
Hi All,


In KAV or KIS v 6.0.322 you can Install it silently without using MST File ...

Just use Command :

/qb /Norestart
biggrin.gif
sHaDYvB
QUOTE (AHJAHJ @ Jun 7 2006, 12:04 AM) *
Hi All,


In KAV or KIS v 6.0.322 you can Install it silently without using MST File ...

Just use Command :

/qb /Norestart
biggrin.gif


It will restart , and this is the whole probelm we are talking about whistling.gif
Sonic
Where is *.key with KAV6.0 ?! I have actived by internet the license. How can backup my license for future install ? thx.
sHaDYvB
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 :

CODE
HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\LicStorage


Backup the key and try it on another machine ( VMWare .. etc )

try it and tell ..
Sonic
I have tested fast but it seems to corrupt license. I will retry more fully. But if anyone has a solution come on.
AHJAHJ
QUOTE (sHaDYvB @ Jun 7 2006, 12:02 PM) *
QUOTE (AHJAHJ @ Jun 7 2006, 12:04 AM) *

Hi All,


In KAV or KIS v 6.0.322 you can Install it silently without using MST File ...

Just use Command :

/qb /Norestart
biggrin.gif


It will restart , and this is the whole probelm we are talking about whistling.gif

In KAV or KIS 6.0.322 and higher not 6.0.300


you can download it form this link and try it ..
ftp://kav2006:Fynb02dbhec60@data.kaspersk...nct/kis6.en.msi
sHaDYvB
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 ..
cyberloner
it fail because i am using the runonce installation and after install ... the avp won;t run yet... after loading windows it runs and corrupt everything =)
Solid as a rock
QUOTE (AHJAHJ @ Jun 6 2006, 10:04 PM) *
Hi All,


In KAV or KIS v 6.0.322 you can Install it silently without using MST File ...

Just use Command :

/qb /Norestart
biggrin.gif

I have checked the kaspersky, there is no 6.0.322 ? Only 6.0.0.303

Do i need glasses or do you? unsure.gif




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.