N
Neville Lang
Hi all,
For deploying a C# CF app, I am using the .MSI approach listed in the
document "Developing and Deploying Pocket PC Setup Applications.
My problem is that when the .MSI file is processed and unpacked, it never
seems to call my event handler in the CustomInstaller.dll file, even though
this file is connected to the Install part of the Custom Actions of my Setup
project in VS.
The CustomInstaller project is a C# .NET Framework DLL and I do not see how
by just assigning the DLL to Install in the Custom Actions section of the
Setup project that it can call the AfterInstall event handler code in this
DLL. Should there be a mapping somewhere assigning the AfterInstall event to
this handler code in the DLL? Has anyone else run into this problem?
Regards,
Neville Lang
For deploying a C# CF app, I am using the .MSI approach listed in the
document "Developing and Deploying Pocket PC Setup Applications.
My problem is that when the .MSI file is processed and unpacked, it never
seems to call my event handler in the CustomInstaller.dll file, even though
this file is connected to the Install part of the Custom Actions of my Setup
project in VS.
The CustomInstaller project is a C# .NET Framework DLL and I do not see how
by just assigning the DLL to Install in the Custom Actions section of the
Setup project that it can call the AfterInstall event handler code in this
DLL. Should there be a mapping somewhere assigning the AfterInstall event to
this handler code in the DLL? Has anyone else run into this problem?
Regards,
Neville Lang