Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using following command line statement to install SQL server.

HTML
start /wait E:\UnInstall\SQLSERVER\SQLEXPR32And64.EXE /qb username="EZITek" companyname="Ezitek Soft" addlocal=ALL disablenetworkprotocols="2" instancename="CBEServer" SECURITYMODE="SQL" SAPWD="cbeserver123"


I want to add something so that setup also creates Firewall exception for SQL server.
Can there be any possibility?

Thanks
Posted
Updated 13-Feb-13 4:00am
v2
Comments
Mike Meinz 13-Feb-13 15:51pm    
That would be specific to the type of firewall. There are so many types of hardware firewalls & software firewalls from many vendors. If you know the type of firewall, you'll have to read the documentation to determine how to do what you want.

That said, why open up the firewall for SQL Server? Doing that exposes a critical resource to outside interference.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900