Those files are othing to do with Windows Installer or MSI files - they get
created by those installer classes, so MSI doesn't know about them. See if
it makes a difference if you add the Commit and Rollback custom actions. In
particular, be sure that you are calling the base methods in your custom
actions - base.Install(), base.Uninstall().

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> Yes, I have Install and Uninstall custom actions.there is no install code
> i
[quoted text clipped - 14 lines]
>> > properties but its giving mention "EntryPoint" error.Can anyone have
>> > suggestions?
vsr - 11 Apr 2006 18:20 GMT
I tried Commit and Rollback but its giving the error while installing...
An Exception Occured during the commit phase of the installation. where to
iclude the base methods base.Install(), base.Uninstall()? i am not writing
installation code... do we need to write the installation code for this?
> Those files are othing to do with Windows Installer or MSI files - they get
> created by those installer classes, so MSI doesn't know about them. See if
[quoted text clipped - 20 lines]
> >> > properties but its giving mention "EntryPoint" error.Can anyone have
> >> > suggestions?