KompoZer: APPDATA env variable
As KompoZer seems to be the goto example for the latest in PAF and such I went there when I wanted to see an example of how to handle an app that writes to the APPDATA environment variable path. But I am confused.
line 115 Var APPDATAPATH line 123 ReadEnvStr $APPDATAPATH "APPDATA"
so the APPDATA environment variable is being read into the $APPDATAPATH nsis variable. however $APPDATAPATH doesn't get referenced ever again.
line 461 Delete "$APPDATA\KompoZer\pluginreg.dat" line 462 RMDir "$APPDATA\KompoZer\" ;=== Will only delete if empty (no /r switch)
- Read more about KompoZer: APPDATA env variable
- 2 comments
- Log in or register to post comments