custom Exec string on installer/uninstaller
Hey guys, I just wondered about if it is possible to define different texts for the "Exec"-string.
On my installer I call an external program while installing, changed the string to "Install".
What I need is a small change, when uninstalling my application. It also starts the external program, but removes its content generated when it was installed.
The "Exec"-string should be "Uninstall" now, but dont know how to change it only for uninstall-routine.
Any suggestions? I only have this:
LangString "^Exec" ${LANG_ENGLISH} "Install service ..."