Peter Shirtcliffe wrote:
> Bob, could you tell us why this is the case ? The SDK seems to imply
> that you can use UI dialogs as long as you respect the UILevel property
> http://msdn.microsoft.com/en-us/library/aa368281(VS.85).aspx and dont
> use it to report errors back to the installer.
>
> Is it just telling you how to achieve something without mentioning that
> its not a good practice ?
>   

It's accurate as far as it goes but for something as simple as a message 
box you show during the modal UI sequence, you're better off keeping the 
UI together. Also, there are some UI level bits that the UILevel 
property doesn't expose (like INSTALLUILEVEL_ENDDIALOG).

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to