WIX - Verify that file exists - and/or file-browser dialog/button
Posted
by NealWalters
on Stack Overflow
See other posts from Stack Overflow
or by NealWalters
Published on 2010-02-04T20:05:54Z
Indexed on
2010/05/01
21:37 UTC
Read the original article
Hit count: 248
How do you create a "Browse" button in a WIX dialog.
I currently have a custom dialog box with four radio buttons (Dev, QA, Stage, and Prod), and a text field for a filename.
The install of course dies if the user enters a bad filename. I would be happy first of all just to verify that the file they entered exists.
Secondly, I would like to add a File-Browser button, if such things exists in WIX. But even then, I would imagine the user could type in any file name, and I should still check to see if it exists.
Thanks,
Neal Walters
© Stack Overflow or respective owner