liorshwa Posted June 26, 2013 Share Posted June 26, 2013 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 workalso tried ADMINCFG=CFG.XML and didn't work. Link to comment Share on other sites More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 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 More sharing options...
GRiM Posted June 26, 2013 Share Posted June 26, 2013 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 More sharing options...
liorshwa Posted June 26, 2013 Author Share Posted June 26, 2013 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.xmlAm i right? Link to comment Share on other sites More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 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.xmlAm 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 More sharing options...
liorshwa Posted June 26, 2013 Author Share Posted June 26, 2013 did you find the switch i was looking for by running /? on an msi file? Link to comment Share on other sites More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 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 More sharing options...
liorshwa Posted June 26, 2013 Author Share Posted June 26, 2013 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 More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 I dont remember exactly. Probably, I found it from msfn.com or it's Turkish alternative. tnctr.com. Link to comment Share on other sites More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 if you interest with unattended installation. I can help you as I knew. Link to comment Share on other sites More sharing options...
liorshwa Posted June 26, 2013 Author Share Posted June 26, 2013 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 More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 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 More sharing options...
liorshwa Posted June 26, 2013 Author Share Posted June 26, 2013 what does controlcommand means and what does winsettrans means? Link to comment Share on other sites More sharing options...
xarax Posted June 26, 2013 Share Posted June 26, 2013 what does controlcommand means and what does winsettrans means?from Autoit Help FileSends 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 More sharing options...
GRiM Posted June 27, 2013 Share Posted June 27, 2013 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 More sharing options...
GRiM Posted July 20, 2013 Share Posted July 20, 2013 bump Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.