splay
Posts: 58
Joined: Tue May 15, 2007 6:09 pm

Access Properties in VB dll

Hi,

Is it possible to access the Session properties in a dll written in VB?

Would you have any examples?


Thanks

Tony
Daniela Petrescu
Posts: 30
Joined: Tue Aug 14, 2007 10:03 am

Hi,

You cannot use a DLL written in a VB as a custom action because it does not support the "stdcall" function calling convention.
For more details about the requirements for a function used as a custom action see the following page:
http://msdn2.microsoft.com/en-us/library/aa368338.aspx

In conclusion you cannot access properties in a VB DLL.

Regards,
Daniela

_________________
Daniela Petrescu
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”