PDA

View Full Version : Cannot create custom action in Basic MSI



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

LewisQ
09-26-2002, 11:58 AM
Wrong forum, you should post this at the Developer forum.

Albrecht
09-27-2002, 01:05 AM
Originally posted by LewisQ
Wrong forum, you should post this at the Developer forum.

Of course, I must have clicked wrong in the main menu.

thanks for your help !