/build/static/layout/Breadcrumb_cap_w.png

Answering in a Installation Script

Hi,

I have a problem which needs to be solved :P

My problem is, i wanna install a Programm with a script automaticly on over 250 Clients. But the Setup.exe has some Questions (Yes, No Answers) and i don't know how i can answer these Questions with a script. I searched in some forums and they talked about tools which would cost me (alot) and i would like it to do it for free.

Software is Norton AntiVirus.

Greetings

ITBoy69

0 Comments   [ + ] Show comments

Answers (6)

Posted by: enzio 7 years ago
Orange Senior Belt
1
you should look for the silent or unnattended installation mode for norton anti virus. At symantec site it should be documentation to perform it.

greetings
Posted by: rileyz 7 years ago
Red Belt
1
We can help, tell us more about your software!

Be specific, we need the name of the software and version. from add/remove programs.

Also heads up Norton AntiVirus, this might be hard to deploy silently - we need to extract (hopefully) the MSI and plug your answers into it. The problem is that Norton AntiVirus is not enterprise software, thus is not really made for silent deployments.
Posted by: ITBoy69 7 years ago
White Belt
1
Okey, well im trying to install Norton 360. Because of the Version, i can't really say which version it is. I can give you the link where i bought it (Bought before 1 month) http://buy-static.norton.com/norton/ps/bb/3up_ns1_ns_nsbu_ch_de_hybrid_tw_nbfr.html?om_sem_cid=hho_sem_sy:ch:pla:de:l|kw0000438636|55357085318|c&country=CH for my home PC.

Here is the start of my script(Only run the setup.exe)
@echo off

set path="C:\%userprofile%\Desktop\gg\N360

-UpgradeESDND-21.5.0.19-GE.exe"

run %path%


I don't really know which information you need. Could you give me more accurate Questions?

"I'm sorry for my bad english"

Greetings

Posted by: rockhead44 7 years ago
Red Belt
0
You can try AppDeploy to generate and repackage as an .msi

http://www.itninja.com/community/dell-kace-appdeploy-repackager

Comments:
  • I dont recommened using the repackager to create a MSI for AV software, it wont bode well. - rileyz 7 years ago
    • Can i ask what bod is? Or why dont you recommend it? Do you have an other SW to use if this one is *bad"? - ITBoy69 7 years ago
Posted by: Pressanykey 7 years ago
Red Belt
0
Hi,
Norton should provide a method (via the management server) to create a silent installation package that can be deployed silently. As is I would get in touch with there support, that is if you have paid support.
As for the other answers, repackaging is not really an option, as there are low-level drivers involved (kernel level) and generally are a right-royal pain in the ar*e.
have you tried to see if it has any installation parameters? (- ? or /?) These should provide you with at least the option of installing silently.

p.s. It would be good to know which version of Norton it is (not just Norton 360)

Cheers
Phil
Posted by: apptopack 7 years ago
Red Belt
0
You can check for any silent switch to make it install silently. If not provided by Norton then you can use AutoIT to automate the installation with desired inputs.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ