I tried Commit and Rollback but its giving the error while installing...
An Exception Occured during the commit phase of the installation. where to
installation code... do we need to write the installation code for this?
"Phil Wilson" wrote:
> 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().
>
> --
> Phil Wilson
> [Microsoft MVP-Windows Installer]
> Definitive Guide to Windows Installer
>
http://apress.com/book/bookDisplay.html?bID=280 >
> "vsr" <vsr@discussions.microsoft.com> wrote in message
> news:931F4FC1-ABF7-4244-A961-050355C2A830@microsoft.com...
> > Yes, I have Install and Uninstall custom actions.there is no install code
> > i
> > have written , i just added components to Install and UnInstall Custom
> > Actions.
> >
> > "Phil Wilson" wrote:
> >
> >> You're running some kind of managed code custom action? Do you have
> >> Install,
> >> Uninstall, Commit and Rollback custom actions too?
> >> --
> >> Phil Wilson [MVP Windows Installer]
> >> ----
> >> "vsr" <vsr@discussions.microsoft.com> wrote in message
> >> news:920147BA-BA3A-4620-A1F6-97029E124DB0@microsoft.com...
> >> >I am using setup to deploy components , i deploying these in GAC and
> >> >also
> >> > Installing them using custom option "Install" , everything is looking
> >> > good
> >> > but the ".InstallState" files are getting created when i deploy it ,
> >> > how
> >> > to
> >> > avoid these files? i tried setting the option "InstallState" to fale in
> >> > properties but its giving mention "EntryPoint" error.Can anyone have
> >> > suggestions?
> >>
> >>
> >>
>
>