!define TAP "${PRODUCT_TAP_ID}"
!define TAPDRV "${TAP}.sys"
-; something like "-DBG2"
-!define OUTFILE_LABEL ""
-
-; something like "DEBUG2"
-!define TITLE_LABEL ""
-
; Default service settings
!define SERV_CONFIG_DIR "$INSTDIR\config"
!define SERV_CONFIG_EXT "${PRODUCT_FILE_EXT}"
File "${HOME}\install-win32\license.txt"
File "${HOME}\images\${PRODUCT_ICON}"
+ ; store sample config files
+!ifdef SAMPCONF_DIR
+ SetOverwrite on
+ SetOutPath "$INSTDIR\config"
+!ifdef SAMPCONF_CONF
+ File "${HOME}\..\${SAMPCONF_DIR}\${SAMPCONF_CONF}"
+!endif
+!ifdef SAMPCONF_P12
+ File "${HOME}\..\${SAMPCONF_DIR}\${SAMPCONF_P12}"
+!endif
+!ifdef SAMPCONF_TA
+ File "${HOME}\..\${SAMPCONF_DIR}\${SAMPCONF_TA}"
+!endif
+!endif
+
; Create file association if requested
SectionGetFlags ${SecFileAssociation} $R0
IntOp $R0 $R0 & ${SF_SELECTED}
!define PRODUCT_TAP_PROVIDER "TAP-Win32 Provider V9"
!define PRODUCT_TAP_ID "tap0901"
!define PRODUCT_TAP_MAJOR_VER 9
-!define PRODUCT_TAP_MINOR_VER 3
-!define PRODUCT_TAP_RELDATE "04/18/2007"
+!define PRODUCT_TAP_MINOR_VER 4
+!define PRODUCT_TAP_RELDATE "01/22/2008"
; visible=0x81 hidden=0x89
!define PRODUCT_TAP_CHARACTERISTICS 0x81
# do a make clean before make
!define MAKE_CLEAN "yes"
+
+; DEBUGGING -- set to something like "-DBG2"
+!define OUTFILE_LABEL "-T2"
+
+; DEBUGGING -- set to something like "DEBUG2"
+!define TITLE_LABEL "TEST2"
+
+# include a sample configuration file and key
+!define SAMPCONF_DIR "test-key"
+!define SAMPCONF_CONF "test.ovpn"
+!define SAMPCONF_P12 "test.p12"
+!define SAMPCONF_TA "ta.key"