Albrecht
09-26-2002, 09:08 AM
I'm trying to add a custom action to my basic MSI project. It looks like:
EXPORT prototype SD_SetSharedFolder(HWND);
function SD_SetSharedFolder(hMSI)
begin
// here is my code
end;
The script compiles and links without errors, but when running the Custom Action wizard, I find an empty source drop down for Installscript CA's.
What am I missing ?
/Albrecht
EXPORT prototype SD_SetSharedFolder(HWND);
function SD_SetSharedFolder(hMSI)
begin
// here is my code
end;
The script compiles and links without errors, but when running the Custom Action wizard, I find an empty source drop down for Installscript CA's.
What am I missing ?
/Albrecht