views:

4

answers:

0

I've created an installer in VS2005. I've added a custom class, and I've also added some additional UI dialogs to the installer. I would like the textboxes in my added dialogs to be required fields. How can I implement that? In my searches, I've only seen actions added to the custom class that can be carried out at the end of installation, but I need to inform the user right away that the field is required.