Stieven76
30th June 2010, 10:03
Hi,
In my installation proces it can be that there are some messageboxes shown.
Now I have set the message text hardcoded in the installer, but how can I use a string var for it?
See example:
MessageBox "MB_OK" "This program requires Microsoft Windows XP or later"
MessageBox MB_YESNO|MB_ICONQUESTION "$(RemoveOldVersionQuestion)" IDNO LblCheckDone
In what file and where do I need to put the langstring "RemoveOldVersionQuestion"?
Thx for any help!!
In my installation proces it can be that there are some messageboxes shown.
Now I have set the message text hardcoded in the installer, but how can I use a string var for it?
See example:
MessageBox "MB_OK" "This program requires Microsoft Windows XP or later"
MessageBox MB_YESNO|MB_ICONQUESTION "$(RemoveOldVersionQuestion)" IDNO LblCheckDone
In what file and where do I need to put the langstring "RemoveOldVersionQuestion"?
Thx for any help!!