Hi there!
Is it possible to show SaveFileDialog when user clicks on a button?
I created a custom action which prepares some data for saving in file. And I should allow user to select folder and file for saving prepared data. But it seems that installation process hangs in ShowDialog() method, but ...