File Browse Dialog in Wix Installer
问题 I am using Wix Installer v3.9 to create a setup. I want to pop a File Browse dialog after the Installation gets completed. User can select multiple files from a directory. Then those file paths have to pass as command line arguments to an exe. How can I do this? The Wix BrowseDlg lets select directory only. Any help is appreciated. 回答1: As far as I know,wix toolset doesn`t have any file browse control. So I normally use c# Custom Action to do this job. Try this sample and customize it