Jump to content

Recommended Posts

Posted

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


Posted

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.

Posted

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

Posted

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 cases

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 obvious

WindowsDefender.mst

Posted (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 cases

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 obvious

I 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 by MohamedYousri
Posted

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.exe

Ryan Intergrator:

http://www.whatcounter.com/dlcount.php?id=...egrator_1.1.exe

Posted

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.

Posted (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 by blinkdt
  • 2 weeks later...
Posted
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.

Posted

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.

Posted
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 obvious

I would be interested in knowing what you changed.

Thanks.

  • 2 weeks later...
Posted

hasn't anyone tried the:

windefender.msi /QB

taskkill /F /IM MSASCui.exe.exe or MSASCui.exe -t minibug.exe

then install kb915597?

i haven't downloaded the kb915597 to try the silent install but the rest works for me

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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