inst-resources/bitnamiutils.nsh
author Dan
Wed, 27 May 2009 01:15:21 -0400
changeset 1 ac5bcb4e5284
parent 0 67e1cc6cd929
permissions -rw-r--r--
PostgreSQL: skip applications.html stage (not supported in upstream wappstack)

Function BNSetWAMPInstalledFlag
  ClearErrors
  ReadRegStr $wampstack_installed HKLM "Software\BitNami\BitNami WAMPStack" "Location"
  IfErrors 0 +2
    StrCpy $wampstack_installed 0

  ClearErrors
FunctionEnd

Function BNSetWAPPInstalledFlag
  ClearErrors
  ReadRegStr $wappstack_installed HKLM "Software\BitNami\BitNami WAPPStack" "Location"
  IfErrors 0 +2
    StrCpy $wappstack_installed 0

  ClearErrors
FunctionEnd