Hi ...
I had similar problem.
My solution was to create the public property CRLF which will
contain the new line character sequence. Since I was not able to
fill the property with WiX I created the CustomAction which calls the
::MsiSetProperty(m_hInstall, L"CRLF", L"\r\n");
function.
Then I use t
Hi,
I managed to have tooltips in the user interface for explaining input fields to
the user.
E.g.
Licensing is done via a license server. Please
enter the hostname and port number of the license server separated by
'.'.
My question is now:
How to wrap this tooltip text in two lines and sho
2 matches
Mail list logo