Re: [WiX-users] select file dialog

2008-04-23 Thread Patrick Kranz
Thanks very much for this hint. After refreshing my small C++ skills I was now able to solve this issue :) Best regards, Patrick dB. schrieb: > We use a C++ custom action that calls GetOpenFileName for this. > > OPENFILENAME ofn = {0}; > TCHAR szFilters[] = > //_T("All Files

[WiX-users] select file dialog

2008-04-16 Thread Patrick Kranz
Hello everyone, I am playing around with WiX for quite some time now but I am a little stuck at the moment. Is there any ready-to-use dialog like the browse dialog that allows me to select single files? I need to install SSL certificates during my installation and these certificates should be