MohamedYousri Posted February 23, 2006 Posted February 23, 2006 Windows® Defender (Beta 2) is an .msi file his swtich is /QB its works very fine but after setup finish a screen for update appeare what is the switch to hide it ???sorry for bad english
godan Posted March 1, 2006 Posted March 1, 2006 the only way i know of to make it go away is to update it, its kinda buggy so you can also update it via microsoft update.
BoardBabe Posted March 2, 2006 Posted March 2, 2006 MohamedYousri: There would be no swtich to remove that update screen you are getting. However you might want to try AutoIt to automate and update or close the window when it appears, automaticly.BB
jonscaife Posted March 2, 2006 Posted March 2, 2006 You can avoid it by creating a .mst file that prevents it from running after installation. You need something like Installshield to create MST files tho. You could also edit the MSI file directly with orca.My mst is attached. I've tested it at T-13 with wihu, and also while running in fully installed windows, it works fine in both casesIf anyone wants details of what I changed let me know and I'll post. Can't remember off the top o fmy head, but I think I dropped an entry from CustomAction and changed to other values of 1 to 0. They were pretty obviousWindowsDefender.mst
MohamedYousri Posted March 2, 2006 Author Posted March 2, 2006 (edited) You can avoid it by creating a .mst file that prevents it from running after installation. You need something like Installshield to create MST files tho. You could also edit the MSI file directly with orca.My mst is attached. I've tested it at T-13 with wihu, and also while running in fully installed windows, it works fine in both casesIf anyone wants details of what I changed let me know and I'll post. Can't remember off the top o fmy head, but I think I dropped an entry from CustomAction and changed to other values of 1 to 0. They were pretty obviousI think This will work but i wanna to know what exactly i have to do iam using Windows Unattended CD Creator so my way to make my unattended cd is RunOnceEx thanks a lot sorry for my english Edited March 2, 2006 by MohamedYousri
bionicman Posted March 2, 2006 Posted March 2, 2006 There is an CAB Addon of Windows Defender over at RyanVM's site. Just pop it in with the Hotfixes if your using Nlite or if you using anything else use the Ryan Intergrator. You will have to rename the CAB to something like Defender_Addon or the Intergrator won't recognize it. It works a treat & is very ssssssilent!Hope this helps guys.Windows Defender:http://www.earlymorninghours.net/Files/WindowsDefender.exeRyan Intergrator:http://www.whatcounter.com/dlcount.php?id=...egrator_1.1.exe
RogueSpear Posted March 3, 2006 Posted March 3, 2006 If you go to my installer thread I made both a switchless silent installer and a cab addon for this. Totally silent and installable from svcpack.inf.
blinkdt Posted March 9, 2006 Posted March 9, 2006 (edited) ...and if you have a working Internet connection during your unattended install you can use this AutoIt routine to install, update, scan, and close the app all in one shot:RunWait("msiexec /i " & @ScriptDir & "\Extras\WindowsDefender.msi /qb""")Sleep(1500)WinWait("Windows Defender", "Your computer is running normally")WinClose("Windows Defender") Edited April 9, 2006 by blinkdt
BigDaddyJ Posted March 22, 2006 Posted March 22, 2006 If you go to my installer thread I made both a switchless silent installer and a cab addon for this. Totally silent and installable from svcpack.inf.RogueSpear,I can't seem to find it in the list. I assume the thread you are talking about is the first one in you signature. I very well could be looking in the wrong place or just be blind.Thanks.
RogueSpear Posted March 23, 2006 Posted March 23, 2006 If you look at my most recent post in the thread, there's a list of installers that I have removed. Windows Defender is one of those that I removed. I removed most, if not all, Microsoft titles that require a WGA check in order to download.
sn3ak Posted March 24, 2006 Posted March 24, 2006 If anyone wants details of what I changed let me know and I'll post. Can't remember off the top o fmy head, but I think I dropped an entry from CustomAction and changed to other values of 1 to 0. They were pretty obviousI would be interested in knowing what you changed.Thanks.
diesel_98a Posted April 3, 2006 Posted April 3, 2006 hasn't anyone tried the:windefender.msi /QBtaskkill /F /IM MSASCui.exe.exe or MSASCui.exe -t minibug.exethen install kb915597?i haven't downloaded the kb915597 to try the silent install but the rest works for me
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now