BTW, I found an answer to my original question.
I needed to pass 4096 instead of 1 in the second argument like this:
MsgBox "The License File Path will be asked here by a file dialog 
eventually.", 4096, "License File Needed"

Here 4096 = vbOKOnly(0) + vbSystemModal(4096)
where these constants are listed in:
http://msdn.microsoft.com/en-us/library/sfw6660x

Kuro


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to