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(
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)
{
2 matches
Mail list logo