Tinus wrote:I can't reproduce this either.
My localized setups all start with German language in maintenance mode.
Thank you. I've got it to work now. The reason seems to have been a workaround that I created to compensate the fact that the string that is put into the field "Product Name" is actually the value for the TITLE variable, which is used all over the place. The get a little more flexibility I created a new variable that really holds the product name and assigned it combined with the company name to TITLE, like this:
Code: Select all
Set Persistent Variable PRODUCTNAME to $TITLE$
Set Variable TITLE to $COMPANY$ $PRODUCTNAME$
It didn't matter if Persistent was set or not. Obviously, when uninstalling via Control Panel, the stored TITLE got used, PRODUCTNAME became $COMPANY$ $PRODUCTNAME$ and TITLE became $COMPANY$ $COMPANY$ $PRODUCTNAME$. This must have caused a mismatch.
Anyway, I think it would be great if, in a future version of InstallAware, a few more variables could be set via the fields that are there, and the names of the fields would fit to the names of the variables
best regards
--
pfennig