MSFN Forum: Preventing installation of Windows firewall in an unattended install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Preventing installation of Windows firewall in an unattended install Rate Topic: -----

#1 User is offline   catman915 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 29-March 06

Posted 19 April 2006 - 09:44 AM

I've been unable to find a method that will prevent the installation/activation of windows firewall in my UA install. I've tried the
"[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0"

approach in my winnt.sif file and it doesn't work. The problem is that when zonealarm installs the firewall blocks a part of it requiring intervention. My goal is to wind up with zonealarm installed and windows firewall either not installed or deactivated without having to address the popup from windows firewall. Would appreciate any assistance. Thanks


#2 User is offline   Noise 

  • Windows Guru
  • PipPipPip
  • Group: Members
  • Posts: 425
  • Joined: 27-February 04

Posted 19 April 2006 - 10:55 AM

That works for me...

You can try disabling the windows firewall service in your cmdlines.txt file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess]
"Start"=dword:00000004

#3 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 20 April 2006 - 08:10 AM

I would also disable the windowsfirewall service, however i would use the key out of CurrentControlSet as the those with 001 & 002 are used for repair/recovery if a login doesn't happen.

Both that in the winnt.sif & regkey applied at cmdlines.txt do work very well.

#4 User is offline   catman915 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 29-March 06

Posted 20 April 2006 - 09:20 AM

Thanks nois3 and oioldman.
oioldman I'm not to swift at this yet. Do you have the code required to implement and where it goes? Thanks

#5 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 21 April 2006 - 05:01 AM

with regards the winnt.sif addition, you have that in you original post, i normally add towards the end of the file.
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0

and the reg key is
Windows Registry Editor Version 5.00

; Disable Windows Firewall/Internet Connection Sharing (ICS) Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]
"Start"=dword:00000004


This i add to my regtweaks.reg file and is called from cmdlines.txt

#6 User is offline   catman915 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 29-March 06

Posted 21 April 2006 - 10:42 AM

Thanks. Problem solved!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy