Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Custom Actions in Deployment
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Neville Lang, post: 3893095"] 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 [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Custom Actions in Deployment
Top