dblock / msiext

AppSecInc. Community MSI Extensions
Eclipse Public License 1.0
85 stars 109 forks source link

ServiceCredDlg don't insert username #27

Closed KlaasWedemeyer closed 4 years ago

KlaasWedemeyer commented 8 years ago

Hello, I use from the WixCommonUiExtenstion v1.5 the ServiceCredDlg. It works fine. But after ein insert some characters in the username field, I open the userselect dialog, select a user and press ok, the name is not apply to the username field. This is also happend, when I remove the letters from the username field. I have to leave the Dialog. Thangs for help...

dblock commented 8 years ago

It could be a bug, too.

KlaasWedemeyer commented 8 years ago

What can I do to put this bug to the open bug list?

dblock commented 8 years ago

Don't expect anyone here to jump on reproducing and fixing it. That said, you can get help from people who are using or have used msiext and help with code. I would try to check the code out, build it, reproduce the problem with the sample/demo code here first.

dblock commented 4 years ago

Closed via a twin dialog hack in https://github.com/dblock/msiext/pull/33