Windows® Defender (Beta 2) Help please
#1
Posted 23 February 2006 - 03:20 AM
sorry for bad english
#5
Posted 01 March 2006 - 05:47 PM
#6
Posted 01 March 2006 - 06:21 PM
BB
#7
Posted 02 March 2006 - 08:39 AM
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
Attached File(s)
-
WindowsDefender.mst (3.5K)
Number of downloads: 239
#8
Posted 02 March 2006 - 12:02 PM
jonscaife, on Mar 2 2006, 04:39 PM, said:
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
This post has been edited by MohamedYousri: 02 March 2006 - 12:02 PM
#9
Posted 02 March 2006 - 12:58 PM
Hope this helps guys.
Windows Defender:
http://www.earlymorn...owsDefender.exe
Ryan Intergrator:
http://www.whatcounter.com/dlcount.php?id=...egrator_1.1.exe
#10
Posted 02 March 2006 - 07:08 PM
#11
Posted 08 March 2006 - 11:22 PM
RunWait("msiexec /i " & @ScriptDir & "\Extras\WindowsDefender.msi /qb""")
Sleep(1500)
WinWait("Windows Defender", "Your computer is running normally")
WinClose("Windows Defender")
This post has been edited by blinkdt: 09 April 2006 - 01:16 PM
#12
Posted 22 March 2006 - 01:13 PM
RogueSpear, on Mar 2 2006, 07:08 PM, said:
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.
#13
Posted 23 March 2006 - 05:36 PM
#14
Posted 23 March 2006 - 08:37 PM
jonscaife, on Mar 2 2006, 07:39 AM, said:
I would be interested in knowing what you changed.
Thanks.
#15
Posted 02 April 2006 - 08:47 PM
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
#16
Posted 04 April 2006 - 03:54 PM
taskkill /f /im MSASCui.exe
taskkill /f /im MsMpEng.exe
#17
Posted 04 April 2006 - 08:27 PM
#18
Posted 21 April 2006 - 08:52 AM
sn3ak, on Mar 24 2006, 02:37 AM, said:
jonscaife, on Mar 2 2006, 07:39 AM, said:
I would be interested in knowing what you changed.
Thanks.
OK. I just redid this for the recent release of Windows Defender (build 1.1.1347.0), the things I changed were as follows...
Table Editor...
CheckBox
LAUNCHSCAN change value to 0
CustomAction
LAUNCH_MY_PROGRAM_PLEASE drop row
Property
LAUNCHSCAN change value to 0
LAUNCHPROGRAM change value to 0
InstallExecuteSequence
Check_WGA drop row
Registry
OfficeCrashReportingTools.29CB3920.D0DF3458_A845_11D3_8D0A_0050046416B9 drop row
I'm not certain that all of these changes are necesary but it works. The 3 values that are changed to 0 stop windows defender running after installation. the first dropped row is for the same thing. They may not all be necesary. Dropping "check_wga" may not be necesary either, but I assumed that at T-13 windows defender wouldn't recognise WGA even if it was installed. The final dropped row is to prevent a system restore error that would kill the installer.
The virtual machine I tried this on worked perfectly, and after install I was able to update Windows Defender to Engine Version: 1.1.1372.0 and Definition Version: 1.14.1404.6, which are the latest as I write this
Either edit the MSI (with orca) or create a transform (mst file). then run with msiexec /i windowsdefender.msi transforms=windowsdefender.mst /qn (if you edited the msi rather than making a mst then miss out the "transforms=windowsdefender.mst" part)
This post has been edited by jonscaife: 21 April 2006 - 09:13 AM
#19
Posted 12 May 2006 - 07:05 PM
diesel_98a, on Apr 2 2006, 10:47 PM, said:
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
Are you doing this through runonceex??? What's your code look like? I'm curious to get this working for me.
#20
Posted 19 July 2006 - 11:30 PM
blinkdt, on Mar 9 2006, 12:22 AM, said:
RunWait("msiexec /i " & @ScriptDir & "\Extras\WindowsDefender.msi /qb""")
Sleep(1500)
WinWait("Windows Defender", "Your computer is running normally")
WinClose("Windows Defender")
I had to change it a little to work with Beta 2
RunWait("msiexec /i WindowsDefender.msi /qb" , @ScriptDir & "\Extras")
Sleep(1500)
WinWait("Windows Defender (Beta 2)", "Banner Panel")
WinClose("Windows Defender (Beta 2)")
This post has been edited by krawhitham: 19 July 2006 - 11:31 PM
- ← Problem when uninstalling .NET 2.0 patched admin install
- Application Installs
- Product key entries →



Help

Back to top









