MSFN Forum: KasperSky Silent Installation - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

KasperSky Silent Installation A Small Work-Around but WORKING! Rate Topic: -----

#1 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 01 June 2006 - 07:17 PM

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

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

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 .. :P )


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


#2 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 02 June 2006 - 03: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

#3 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 02 June 2006 - 11:11 PM

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/...showtopic=74802

#4 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 03 June 2006 - 08:56 AM

View Postmidiboy, on Jun 2 2006, 11:04 AM, said:

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 :whistle:

View Post1chaoticadult, on Jun 3 2006, 07:11 AM, said:

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

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

#5 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 04 June 2006 - 08:10 AM

View PostsHaDYvB, on Jun 3 2006, 09:56 AM, said:

View Postmidiboy, on Jun 2 2006, 11:04 AM, said:

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 :whistle:

View Post1chaoticadult, on Jun 3 2006, 07:11 AM, said:

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

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.

This post has been edited by 1chaoticadult: 04 June 2006 - 08:12 AM


#6 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 04 June 2006 - 08:24 AM

View Post1chaoticadult, on Jun 4 2006, 04:10 PM, said:

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

#7 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 04 June 2006 - 08:58 AM

View PostsHaDYvB, on Jun 4 2006, 09:24 AM, said:

View Post1chaoticadult, on Jun 4 2006, 04:10 PM, said:

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.

This post has been edited by 1chaoticadult: 04 June 2006 - 09:01 AM


#8 User is offline   AHJAHJ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 30-June 05

Posted 06 June 2006 - 03: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
:D

#9 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 07 June 2006 - 12:02 PM

View PostAHJAHJ, on Jun 7 2006, 12:04 AM, said:

Hi All,


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

Just use Command :

/qb /Norestart
:D


It will restart , and this is the whole probelm we are talking about :whistle:

#10 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 07 June 2006 - 02:00 PM

Where is *.key with KAV6.0 ?! I have actived by internet the license. How can backup my license for future install ? thx.

#11 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 07 June 2006 - 03:21 PM

According to KAV forum's post (http://forum.kaspers...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 ..

#12 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 08 June 2006 - 04:49 AM

I have tested fast but it seems to corrupt license. I will retry more fully. But if anyone has a solution come on.

#13 User is offline   AHJAHJ 

  • Junior
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 30-June 05

Posted 10 June 2006 - 02:57 PM

View PostsHaDYvB, on Jun 7 2006, 12:02 PM, said:

View PostAHJAHJ, on Jun 7 2006, 12:04 AM, said:

Hi All,


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

Just use Command :

/qb /Norestart
:D


It will restart , and this is the whole probelm we are talking about :whistle:

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

#14 User is offline   sHaDYvB 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 12-May 05

Posted 10 June 2006 - 06:53 PM

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

#15 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 19 July 2006 - 04:11 PM

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 =)

This post has been edited by cyberloner: 19 July 2006 - 04:13 PM


#16 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 11 August 2006 - 05:58 PM

View PostAHJAHJ, on Jun 6 2006, 10:04 PM, said:

Hi All,


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

Just use Command :

/qb /Norestart
:D

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

Do i need glasses or do you? :unsure:

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy