source: nscp/helpers/installer_dll_fw/firewall.rc @ e6792f3

0.4.00.4.10.4.2
Last change on this file since e6792f3 was 8170e81, checked in by Michael Medin <michael@…>, 4 years ago

added some missing modules...

  • Property mode set to 100644
File size: 1.1 KB
Line 
1//--------------------------------------------------------------------------------------------------
2// <copyright file="firewall.rc" company="Microsoft">
3//    Copyright (c) Microsoft Corporation.  All rights reserved.
4//   
5//    The use and distribution terms for this software are covered by the
6//    Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
7//    which can be found in the file CPL.TXT at the root of this distribution.
8//    By using this software in any fashion, you are agreeing to be bound by
9//    the terms of this license.
10//   
11//    You must not remove this notice, or any other, from this software.
12// </copyright>
13//
14// <summary>
15// Firewall CA resource file.
16// </summary>
17//--------------------------------------------------------------------------------------------------
18
19#define VER_APP
20#define VER_LANG_NEUTRAL
21#define VER_ORIGINAL_FILENAME "firewall.dll"
22#define VER_INTERNAL_NAME "firewall"
23#define VER_PRODUCT_NAME "WiX Firewall Custom Actions"
24#define VER_FILE_DESCRIPTION "WiX Firewall Custom Actions"
25//#include "wix.rc"
26
27// Additional resources here
Note: See TracBrowser for help on using the repository browser.