2005-08-15, 10:12 AM
sub Wrote:See screen shot below. I dont know what happens behind the scenes, as its all hidden from me.What I think will happen when running the installation is that the setup instantiates any Installer class that is embedded in the assembly. Since this is a .NET service it will come with a prebuilt installer class that does two things - install the exe as a Windows Service and register the name of the service as an event source. That is if you haven't made any additions to the Installer class..
All I did (about year ago) was drag the GBPVRRecordingService into the list of files distributed.
Now, I think there are two different ways of installing a .NET service using Wise. I've had some bad experiences with trying to get it to properly call the Installer classes. Instead, you could install the service by adding it to the "Services" view in Wise. Note that you need to add two entries; one "Create" entry when installing, one "Service Control" entry (set to Delete) when uninstalling. If you do it this way, though, you also have to manually register the event source (I think Wise can do that too..?).
I could try to help out if you want. I'm not an expert on Wise, but I've been forced to fiddle around with it a couple of times so I've picked up some stuff along the way..
--
Luck is just probability taken personally. (Penn Jillette)