2 little problems
firstly
the CompletedText token seems to be the same for both the installer and uninstaller
i use "CompletedText "${NAME} ${VERSION} installed/uninstalled" wich is silly so it would be nice to have a un.CompletedText token or something
is there something like that and i missed it ?
and secondly
i use :
Function un.onUninstSuccessand in case of the uninstaller the message box apears after i pressed the close button of the instfiles window
MessageBox MB_OK "Installation sucesss"
FunctionEnd
Function .onInstSuccess
MessageBox MB_OK "UnInstallation sucesss"
FunctionEnd
that is how i want it .. however in case of the installer the message box apears before i press the close button on the instfiles window
is there any way in wich i can get the uninstaller behaviour in the installer ?