Re: [WiX-users] File Chooser Dialog

2007-02-13 Thread Stefan Pavlik
It is the C++ CustomAction Type 1 (CA in Dll). I didn't mention it but I think you have realised that. Stefan Stefan Pavlik wrote: > Hi Guillaume,... > > The MSI does not support the File browse dialog. > You should check the CFileDialog class in MFC > http://msdn2.microsoft.com/en-us/dk77e5e7(

Re: [WiX-users] File Chooser Dialog

2007-02-13 Thread Stefan Pavlik
Hi Guillaume,... The MSI does not support the File browse dialog. You should check the CFileDialog class in MFC http://msdn2.microsoft.com/en-us/dk77e5e7(VS.80).aspx Here is a snippet of the code I was using for the same purpose: extern "C" UINT __stdcall CAOpenFileDialog(MSIHANDLE hInstall) {