author | Neal Gompa <neal@enanocms.org> |
Fri, 18 Dec 2009 19:16:05 -0600 | |
changeset 8 | af10a4dbafb4 |
parent 0 | 67e1cc6cd929 |
permissions | -rw-r--r-- |
0 | 1 |
Function BNSetWAMPInstalledFlag |
2 |
ClearErrors |
|
3 |
ReadRegStr $wampstack_installed HKLM "Software\BitNami\BitNami WAMPStack" "Location" |
|
4 |
IfErrors 0 +2 |
|
5 |
StrCpy $wampstack_installed 0 |
|
6 |
||
7 |
ClearErrors |
|
8 |
FunctionEnd |
|
9 |
||
10 |
Function BNSetWAPPInstalledFlag |
|
11 |
ClearErrors |
|
12 |
ReadRegStr $wappstack_installed HKLM "Software\BitNami\BitNami WAPPStack" "Location" |
|
13 |
IfErrors 0 +2 |
|
14 |
StrCpy $wappstack_installed 0 |
|
15 |
||
16 |
ClearErrors |
|
17 |
FunctionEnd |