FAQ: Problem with MSI deplyoment (demo version)

    • Offizieller Beitrag
    Zitat

    I am having problems creating an application installation program with your software embedded. I have included the two DLL's but when I run the .msi on a client's machine the software breaks at report generation with the message:
    WPDynamic.EWPCanntoGetInterface: The Interface Memo cannot be accessed.

    As far as I know is the report creation is the first thing in your
    application.

    Prior to this SetDLLName is required.

    Please refer to PDF manual or here:
    http://www.wpcubed.com/manuals/textdy…tml?rtf_net.htm

    The DEMO uses the path
    @"{hkcu}Software\WPCubed\TextDynamic\path"

    ideally your MSI script would create a registry item such as
    {hkcu}Software\MyCompany\\MyProduct\tdpath
    with the string content = complete application path + DLL name(!)

    and copy the kernel DLL to the path (and maybe rename the kernel DLL?)

    I hope this helps,
    Julian Ziersch