there is a way to draw horizontal line < control type=”Line”… Width=”370″ Height=”2″ />. however it doesn’t allow me to draw a vertical line with < control type=”Line”… Width=”2″ Height=”100″ />. why???
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a limitation of the Windows Installer. The Line control can only describe be a horizontal line. The Height attribute is ignored. This is probably also a WiX defect in that the compiler should give an error when trying to provide a Height Attribute when the Type is Line.
Line Control (Windows Installer -MSDN )