ApplicationDefinition.st
branchjv
changeset 19636 cfa029c95cfc
parent 19610 a9a6940944a9
parent 19628 253aa84211d2
child 19661 35e3c222c479
equal deleted inserted replaced
19635:875eb54afd2c 19636:cfa029c95cfc
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2006 by eXept Software AG
     2  COPYRIGHT (c) 2006 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   959             yourself
   957             yourself
   960     ].
   958     ].
   961     ^ d
   959     ^ d
   962 
   960 
   963     "Modified: / 15-05-2007 / 17:27:04 / cg"
   961     "Modified: / 15-05-2007 / 17:27:04 / cg"
       
   962 !
       
   963 
       
   964 bmake_dot_mak_mappings
       
   965     ^ super bmake_dot_mak_mappings
       
   966         at:'SKIP_IF_ARG_IS_APP_TARGET' put:'
       
   967 @IF "%%1" EQU "exe" exit /b 0
       
   968 @IF "%%1" EQU "setup" exit /b 0
       
   969 @IF "%%1" EQU "pluginSetup" exit /b 0
       
   970 '
   964 !
   971 !
   965 
   972 
   966 buildDate_dot_h_mappings
   973 buildDate_dot_h_mappings
   967     |d|
   974     |d|
   968 
   975 
  2247     ]
  2254     ]
  2248 
  2255 
  2249     "Created: / 15-05-2007 / 17:27:37 / cg"
  2256     "Created: / 15-05-2007 / 17:27:37 / cg"
  2250 !
  2257 !
  2251 
  2258 
       
  2259 bmake_dot_mak
       
  2260     "the template code for the bmake.bat file
       
  2261      Notice: duplicate %'s if they are needed as such in the generated file"
       
  2262 
       
  2263     ^
       
  2264 '@REM -------
       
  2265 @REM make using Borland bcc32
       
  2266 @REM type bmake, and wait...
       
  2267 @REM do not edit - automatically generated from ProjectDefinition
       
  2268 @REM -------
       
  2269 @SET DEFINES=
       
  2270 
       
  2271 make.exe -N -f bc.mak  %%DEFINES%% %%*
       
  2272 
       
  2273 @IF "%%1" EQU "exe" exit /b 0
       
  2274 @IF "%%1" EQU "setup" exit /b 0
       
  2275 @IF "%%1" EQU "pluginSetup" exit /b 0
       
  2276 
       
  2277 %(SUBPROJECT_BMAKE_CALLS)
       
  2278 '
       
  2279 
       
  2280     "Created: / 17-08-2006 / 20:04:14 / cg"
       
  2281     "Modified: / 04-09-2012 / 11:46:22 / cg"
       
  2282 !
       
  2283 
  2252 buildDate_dot_h
  2284 buildDate_dot_h
  2253     "the template code for the buildDate.h file"
  2285     "the template code for the buildDate.h file"
  2254 
  2286 
  2255 ^ 
  2287 ^ 
  2256 '#define BUILD_DATE "%(BUILDDATE)"'
  2288 '#define BUILD_DATE "%(BUILDDATE)"'
  2890   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
  2922   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
  2891   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
  2923   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
  2892   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
  2924   WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
  2893 SectionEnd
  2925 SectionEnd
  2894 
  2926 
  2895 LangString appOpen ${LANG_GERMAN}  "Mit %(PRODUCT_NAME) öffnen"
  2927 LangString appOpen ${LANG_GERMAN}  "Mit %(PRODUCT_NAME) ffnen"
  2896 LangString appOpen ${LANG_ENGLISH} "Open with %(PRODUCT_NAME)"
  2928 LangString appOpen ${LANG_ENGLISH} "Open with %(PRODUCT_NAME)"
  2897 
  2929 
  2898 LangString DESC_Section1 ${LANG_ENGLISH} "Program components of %(PRODUCT_NAME)"
  2930 LangString DESC_Section1 ${LANG_ENGLISH} "Program components of %(PRODUCT_NAME)"
  2899 LangString DESC_Section1 ${LANG_GERMAN}  "Alle Programmkomponenten von %(PRODUCT_NAME)"
  2931 LangString DESC_Section1 ${LANG_GERMAN}  "Alle Programmkomponenten von %(PRODUCT_NAME)"
  2900 %(SEMI_IF_NO_DOC_EXISTS)LangString DESC_Section2 ${LANG_ENGLISH} "Online-Documentation of %(PRODUCT_NAME)"
  2932 %(SEMI_IF_NO_DOC_EXISTS)LangString DESC_Section2 ${LANG_ENGLISH} "Online-Documentation of %(PRODUCT_NAME)"
  2924   MessageBox MB_ICONINFORMATION|MB_OK "%(PRODUCT_NAME) wurde erfolgreich deinstalliert"
  2956   MessageBox MB_ICONINFORMATION|MB_OK "%(PRODUCT_NAME) wurde erfolgreich deinstalliert"
  2925 FunctionEnd
  2957 FunctionEnd
  2926 
  2958 
  2927 Function un.onInit
  2959 Function un.onInit
  2928 !!insertmacro MUI_UNGETLANGUAGE
  2960 !!insertmacro MUI_UNGETLANGUAGE
  2929   MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Möchten Sie %(PRODUCT_NAME) und alle seine Komponenten deinstallieren?" IDYES +2
  2961   MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Mchten Sie %(PRODUCT_NAME) und alle seine Komponenten deinstallieren?" IDYES +2
  2930   Abort
  2962   Abort
  2931 FunctionEnd
  2963 FunctionEnd
  2932 
  2964 
  2933 Section Uninstall
  2965 Section Uninstall
  2934   Delete "$INSTDIR\${PRODUCT_FILENAME}.url"
  2966   Delete "$INSTDIR\${PRODUCT_FILENAME}.url"