Hi, I've made a Setup Project to my C# WinApp and added a custom dialog to it that asks for user/pass for a database server. Then I created a Custom Action class and override the Install() to check that the user/pass is correct, but I need to check that so that the installer cannot click Next until user/pass is correct.
How do I do that? How do I add a Custom Action to the Next button of a certain dialog?
Regards, S...
User Profile
Collapse
-
MSI Deploy Package> Custom Action when clicking Next
-
Are you talking about an aspx page displayed in the user's web browser? Then that's impossible to prevent. There are always ways to get around such kind of protection. Just imagine your visitor turning off Javascript or using a very uncommon web browser in an even more uncommon OS.... -
-
I just found a really old post with the exact same problem, about two and a half year ago. It's located here: http://bytes.com/forum/thread239168.html
Nobody ever solved that one...Leave a comment:
-
The main problem would be that a pixel is not the same size on two different monitors. And if you add CRT, LCD and TV to the monitor types... naw, don't think it's possible.Leave a comment:
-
I added "WinForm" to the title for a reason... this is a Windows App, not ASP.NET
Also, it's a listView... not listBox....Leave a comment:
-
C# WinForm: Prevent listView from repainting
Hello, I'm trying to prevent a listView from repainting when I change group assignments for the items. Let's assume I have two groups with 100 items in each and moves 100 items from group A to group B, then the listView will repaint itself a lot, slowing down the operation and flickering (can be solved by listView.Visibl e = false; but it doesn't speed it up, i.e. the listView still repaints itself).
There are the listView.BeginU pd...
No activity results to display
Show More
Leave a comment: