I have a WiX installer project where I have added two firewall exceptions as part of the installer by using the WiX FirewallException. This works great when the client machine is using Windows Firewal
Is it possible to set-up IP address restrictions for an IIS site through a Wix installer? I don\'t see it mentioned in t开发者_如何学编程he IIS extension documentation. I want the site to be available
I\'ve read all related topics and haven\'t found a full answer to my problem. I would like to give full permissions to SYSTEM and Read & Execute permissions to Users group to a folder under Progr
I need to create a WiX extension to handle interacting with the HTTP API (httpapi.dll) so that I can set URLACLs and SSL bindings for a WCF service that is being installed.