Windows Service Properties

Is there any way to keep the changes made in the properties in a windows service so that when an update is installed changes are not lost?

wyUpdate doesn't change the service properties. My advice when updating services is to not uninstall and then re-install the service. Instead, just stop the service, replace the executable, and then resume the service. Like it says here: http://wyday.com/wybuild/help/services.php