cool400 Posted April 23, 2008 Posted April 23, 2008 (edited) I have made a script that downloads the newest Antivir 8-programfiles and definitions and creates an always up-to-date, complete silent, self-installing 7Zip-SFX-archive for the use with WPI, ComfortInstaller or simply manual installation.Additionally you can choose to create an nLite-Addon - I think it will also work with RyanVM-Integrator (but I don't use it, so test it out yourself )You can choose where Antivir should be installed and where your Windows is installed (needed for the TEMP-files)!Simply download the script here and start it anywhere. After the script has finished you will find your SFX/Addon in the folder where you started if from!I would be glad about your feedback Best regardscool400 EDIT: script-date 24/04/2008, MD5-checksum: BE840FC262B1264EE35F4F6077DEBF70 Edited April 24, 2008 by cool400
cool400 Posted April 24, 2008 Author Posted April 24, 2008 Please re-download the script - there was an error if you don't had 7-Zip installed!Best regardscool400
krwilson Posted April 24, 2008 Posted April 24, 2008 (edited) Had downloading issues, but it just downloaded finally, thanks and I look forward to testing it Edited April 24, 2008 by krwilson
moongoon Posted April 29, 2008 Posted April 29, 2008 Worked on a basic XP Pro system for me. I'm baffled at how cool this little utility is. One could distribute the means for making a silent isntaller without actually "distributing" the software product - so you don't mess with anyone's licensing terms. Awesome and works. Thanks!
cool400 Posted April 29, 2008 Author Posted April 29, 2008 @moongoonThanks for the flowers Right now I'm looking for a way to build an Addon-Maker for AVG 8 Free Edition with up-to-date virus-definitions - maybe I've got some results in the nearest future!Best regardscool400 B)
krwilson Posted April 29, 2008 Posted April 29, 2008 Your work is great, setup and tested it.............works flawlessly. Had wanted to try AVIRA and using your great program made it very good, thanks!!!!
r0sWell Posted May 8, 2008 Posted May 8, 2008 the only word 'WOW' can resume this tool :-)it's simply really cool to automate the Silent Installator that way, plus up-to-date !thx a lot
cool400 Posted May 9, 2008 Author Posted May 9, 2008 Thanks a lot, r0sWell, for your compliments I'm not a coder-guy, I simply grabbed all the stuff I've seen a while ago - e.g. ricktendo64's WinRAR-Addon-Maker - and some basic-knowledge from my BartPE-experience (I developed some plugins for this great project in the past) and hoped, you may like this tool!Best regards and happy weekendcool400 B)
cyberyeye Posted May 12, 2008 Posted May 12, 2008 Indeed ! Very good script :-)But.... (Yes there's a little but)Executable don't works at all.... with an unattended xp installation during runonceex nothing is installed (runonceex = first gui logon after OOBE). This is really strange ! Maybe this is due to Temp directory or something like this (i said this but i've not verified only pure suggestion not verified lol)The same executable works fine in xp for "usual" installation by doing a double click (that's why i think after OOBE / Runonceex.cmd: Temp dir or something like this screw the installation)Any idea ?ps: sorry for my bad english
cool400 Posted May 12, 2008 Author Posted May 12, 2008 Could you please tell me what you're doing to include Antivir 8 in your setup-process?I would be glad if someone can cofirm if the Antivir-addon works for her/him while the Windows XP-setup!Best regardscool400
gkar Posted May 15, 2008 Posted May 15, 2008 Could you please tell me what you're doing to include Antivir 8 in your setup-process?I would be glad if someone can cofirm if the Antivir-addon works for her/him while the Windows XP-setup!Best regardscool400 I tried it with nLite and it crashed with a blue screen at T-13, WinXP SP2. Tried the silent installer repacked with a different .cab maker, same thing, blue screen crash at T-13 . Installs fine from windows desktop. Will try again with WinXP SP3.Nice program though.
amadeus1982 Posted May 16, 2008 Posted May 16, 2008 I tried it with nLite and it crashed with a blue screen at T-13, WinXP SP2. Tried the silent installer repacked with a different .cab maker, same thing, blue screen crash at T-13 . Installs fine from windows desktop. Will try again with WinXP SP3.the same for me.packed a .7z addon for nliteintegrated into a XP SP3 isoBSOD at T-13 :-(i had the same error with the addon from rado345 herehttp://www.msfn.org/board/Index-of-ALL-my-...008-t85566.html
cyberyeye Posted May 20, 2008 Posted May 20, 2008 Hello cool400 !I've reused your script for building a new exe without changing anything of course using "C drive and C:\Program files")then tested an installation into Vbox (virtualbox) with the usual stuff (roe.cmd...)(all others elements of roe is installed perfectly! this is not a problem with my roe script)It still don't works erf ! Avira is not installed at all, and installer lauch/shutdown immediatly !Of course after ROE logon, in explorer I've installed it successfully by double clicking on the file lolcmdow @ /HID@echo offFOR %%i IN (D E F G H I J K L M N O P Q R S T) DO IF EXIST %%i:\WIN51IP.SP3 SET CDROM=%%i:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Software Installation" /fREG ADD %KEY%\010 /VE /D "Avira 8 PE" /fREG ADD %KEY%\010 /V 1 /D "%cdrom%\Soft\Avira\AV8_Silent.exe" /fblabla...Very strange ! Maybe something with Temp destination... is not working ?Anyway great script but sadly unusefull in a xp unattend install using ROE...I hope you'll find a solution to this
cyberyeye Posted May 21, 2008 Posted May 21, 2008 Up ^^In my previous test I create the installer package (using your script) with XPSP3 installed on D: drive (using D:\Temp\Antivir8_AOM.exe for creating the installer) and using options:C:\Program filesC:\WindowsThis don't work, I don't know why... Maybe installer creating on "D drive"... become broken if preconfigured with C Drive and build with D partition ?So I used the script in C:\Temp INTO a virtual machine (xpsp3) with Virtualbox.C:\Temp\Antivir8_AOM.exeand choosing "C:\Program files & C:\Windows", as usual... then I've test ROE installation by putting this into registry:(after this close and relaod your session or reboot for testing the ROE installation)Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\01]"01"="C:\\\\Temp\\\\AV8_Silent.exe"And... its working ^^So I mean if using your script to install Avira PE on "C Drive", installer should be create on "C Drive" too, don't ask me why, I don't know, but it works lolHope this help ^^PS: I've not tested any addon installer... I'm not using it.
Xaneth Posted June 19, 2008 Posted June 19, 2008 (edited) This rules on high above all that which does not suck! Only thing I had trouble with was my AVG resident shield blocked AVGSilent.exe at the end!Edit: I too am getting the BSOD.Edit: OK, I got it to work by using runonce. Good grief, I didn't even read the post that close, for some reason I thought it was AVG 8! Google search. Well, this AV looks decent... Edited June 19, 2008 by Xaneth
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now