PDA

View Full Version : Services under c# 2.0


djeeg
08-06-2006, 05:36 AM
Because i like everything i build to be based on the newer techonology, i have converted the spring-service to vs2005 as suggested in a few previous posts. in addition to this i have made a msi/exe installer and was wondering if i can contribute them.

also the current service installer exe uses references to advapi32.dll to install the service and i think this has been superceeded in .net 2.0 by the System.Configuration.Install namespace.

i use the following class to do the msi install action

djeeg
08-06-2006, 05:50 AM
attachment