Wise for Windows Installer supports creating firewall exceptions, either by opening desired ports or allowing installed applications through the wall.
Is there any such feature in InstallAware?
Firewall exceptions for installed applications
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Sorry, this is not built-in.
If this is a registry based setting, try to import the MSI database Wise creates using the Database Import Wizard, and see what entries it has created there. You can also try sniffing what their setup does using PackageAware.
If this is API based, we could build a plug-in for it so you could do this easily from your setup using a single MSIcode command.
If this is a registry based setting, try to import the MSI database Wise creates using the Database Import Wizard, and see what entries it has created there. You can also try sniffing what their setup does using PackageAware.
If this is API based, we could build a plug-in for it so you could do this easily from your setup using a single MSIcode command.
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Free 

Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Check out the Windows Firewall Scripting article. It contains many useful scripts illustrating how to manipulate the Firewall.
Is it best to use this information in the InstallAware project directly, or would you recommend a plug-in from InstallAware?
Seems like a huge security hole, though. If a user with administrative privileges runs a malicious program, there seem to be nothing to stop the program from digging large holes in any local firewall.
-Morten
Is it best to use this information in the InstallAware project directly, or would you recommend a plug-in from InstallAware?
Seems like a huge security hole, though. If a user with administrative privileges runs a malicious program, there seem to be nothing to stop the program from digging large holes in any local firewall.
-Morten
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Very interesting! I think the simplest way would be to save these scripts as text files and then to add them to your project as support files, then run them using the Windows Script Host (if I recall the name correctly) from $SUPPORTDIR$. I believe there was an .exe file that could be directly used which would take care of this.
As far as the security vulnerability, yes you are exactly right. This is a big vulnerability!
As far as the security vulnerability, yes you are exactly right. This is a big vulnerability!
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Well, from my point of view, our users should not have to edit the firewall configuration in order to let our IP-aware programs work, so I prefer to define my software as not being malicious by purpose
Do you know if it is possible to execute a VB script using Windows Scripting Host silently?
Do you have any experience with different brands of firewall/antivirus software and programs installed using InstallAware?

Do you know if it is possible to execute a VB script using Windows Scripting Host silently?
Do you have any experience with different brands of firewall/antivirus software and programs installed using InstallAware?
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
Yes I believe there are samples for that in this forum. I believe InstallAware works well with all security products out there - we are not aware of any issues.
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
MortSkil wrote:Check out the Windows Firewall Scripting article. It contains many useful scripts illustrating how to manipulate the Firewall.
-Morten
Morten, in my projects I simply call netsh.exe:
Code: Select all
Run Program $WINSYSDIR$\\netsh.exe firewall add port protocol=TCP port=12345 name="bla bla" profile=ALL (WAIT)
Martin Rothschink
InstallAware MVP
AxoNet Software GmbH
http://www.axonet.de/products/other-pro ... stallaware
InstallAware MVP
AxoNet Software GmbH
http://www.axonet.de/products/other-pro ... stallaware
Who is online
Users browsing this forum: Majestic-12 [Bot] and 87 guests