Click here to Skip to main content
15,923,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create custom setup in vb.net, run it fine. I want to do that when my deployment setup MsiInstaller.exe is running that time cursor pointer type is shown default.

I want to change cursor pointer type to Hourglass in that time from installer.cs. Is this possible?

Any help is greatly appreciated.


Thanks.
Posted
Updated 20-Oct-11 23:42pm
v2
Comments
Slacker007 21-Oct-11 5:43am    
Edit: removed demanding part. Readability.

1 solution

I guess, you don't need it, unless you want to confuse your users. The hourglass cursor says "wait, don't use UI for a while" and is shown when UI is not responsive or temporarily disabled and cannot be used. During installation, it should not happen. UI is always responsive, you can move its window, click some enabled button (most usually "Cancel installation"). At least one control is always enabled. Even though the cancellation itself does not happen immediately, it does not mean UI is not available or responsive, it just goes to the mode "cancellation requested" or something like that.

If you really have something beyond that, you need to explain it.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900