Hi am upgrading an application. My newer version of app should install over the older version. But the older version runs a windows service. I want to stop this service by overriding the OnBeforeInstall() method of Installer class & including the stopService code in it.
Hi I have a VS2005 set up project. Have included primary output of the Installer class to the custom actions of set up project.
But I want to bring this "Custom actions" before "InstallValidate" using ORCA tool.
I don't know how to identify my custom action in "Custom actions" table or "InstallExecuteSequence" table.
PLz help me.
Thanks I Advance.