Jump to content

Making ESET preconfigured installer


liorshwa

Recommended Posts

i once made a "/silent" install of eset with some switches but i forgot one switch that i used and what it does is it make the installation read the exported xml settings file and installs with the same setting.

can someone please tell me that switch if you remember?

it was something like config=CFG.XML but i tried and it didn't work

also tried ADMINCFG=CFG.XML and didn't work.

Link to comment
Share on other sites


  • Replies 15
  • Views 1.7k
  • Created
  • Last Reply

get "eset.xml" from Eset Smart Security/Antivirus etc. "Settings" section. Then use this parameter to install msi file silently(preconfigured).

/qn REBOOT="ReallySuppress" ADMINCFG=eset.xml

Link to comment
Share on other sites


Do you have any more info or guide on this as I would be very interested in making silent installer to pre-define options during installer.

Link to comment
Share on other sites


ok i will try it.

can i use /qb instead of /qn for a basic interface?

if i do so the command should be like this:

msiexec /i "path to eav_nt32.msi" /qb REBOOT="ReallySuppress" ADMINCFG=eset.xml

Am i right?

Link to comment
Share on other sites


ok i will try it.

can i use /qb instead of /qn for a basic interface?

if i do so the command should be like this:

msiexec /i "path to eav_nt32.msi" /qb REBOOT="ReallySuppress" ADMINCFG=eset.xml

Am i right?

of course, it is possible. run msi file "/?" parameter(except quotes) to learn which parameters can be used.

Link to comment
Share on other sites


did you find the switch i was looking for by running /? on an msi file?

You can find standart parameters for msi files by using "/?" parameter. For other parameters you have two options I know.
you can use an msi editor like "Orca MSI Editor" or search from the web site of producer of that program (especially forums)
I suggest you many web site "itninja.com", "http://www.msfn.org/" etc.
Link to comment
Share on other sites


did you find the switch i was looking for by running /? on an msi file?

You can find standart parameters for msi files by using "/?" parameter. For other parameters you have two options I know.
you can use an msi editor like "Orca MSI Editor" or search from the web site of producer of that program (especially forums)
I suggest you many web site "itninja.com", "http://www.msfn.org/" etc.

which way you used to find the ADMINCFG switch?

Link to comment
Share on other sites


do you know autoit cause certain programs dont run when i try to record windows text and also it doesn't always records the keypresses.

im just working on a WPI (Windows Post Install Wizard) project and there are certain programs that i want to preconfigure with autoit but i can't.

does autoit supports windows 8 cause if it doesn't so which os should i use to install autoit on it?

if you can i would love to get a link to a tutorial about silent installs with autoit

Link to comment
Share on other sites


Autoit, Yes it is usefull for some programs but I prefer other method firstly. If you must use Autoit, I give you an example.

...;Step-2WinWaitActive($title1,$text1)WinSetTrans($title1, $text1, $opacity);Send("{ALTDOWN}l{ALTUP}")ControlCommand($title1,$text1,"TNewButton1","Check", "");Step-3WinWaitActive($title1,$text2)WinSetTrans($title1, $text2, $opacity)ControlCommand($title1,$text2,"TNewRadioButton1","Check", "");Send("{ALTDOWN}l{ALTUP}");(optional instead of below code)ControlCommand($title1,$text1,"TNewButton2","Check", "")... 

$title1,$text1,$opacity is predefined constants. step by step I write codes for every window.

Windows 8 is a disappointment exactly according to me. Sometimes unattended installers which I made don't work as I want. so you should try it on windows 8 before. if it is OK, then use it on WPI.

I suggest you, tnctr.com but it is Turkish. Do you know Turkish? :)

http://www.tnctr.com/topic/130213-autoit-v3-ile-katylymsyz-kurulum-oernekleri/ (use google translate)

msfn.org or google it.

Link to comment
Share on other sites


what does controlcommand means and what does winsettrans means?

from Autoit Help File

Sends a command to a control.

ControlCommand ( "title", "text", controlID, "command" [, "option"] )

Parameters title The title of the window to access. text The text of the window to access. controlID The control to interact with. See Controls. command The command to send to the control. option [optional] Additional parameter required by some commands.

Sets the transparency of a window. (Windows 2000/XP or later)

WinSetTrans ( "title", "text", transparency )

Parameters title The title of the window to change. See Title special definition. text The text of the window to change. transparency A number in the range 0 - 255. The lower the number, the more transparent the window will become. 255 = Solid, 0 = Invisible.
Link to comment
Share on other sites


I'm using the business edition of NOD32 v4.2, do you know what I need to do to pre-define/bypass the standard question during installer like username/password, live grid, program componenets upgrade on and off and potentially unwanted apps? Thanks in advance.

Link to comment
Share on other sites


  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...