porting code

About this tag
The tag porting code covers the process of moving software from one environment to another, with a focus on Windows services. A developer describes porting a Windows service from Windows XP to a newer Windows version, recompiling the source code, and encountering difficulties with service installation using InstallUtil.exe and the Service Control Manager. This highlights common challenges in porting code, such as changes in system utilities and compatibility issues between Windows versions. The content is relevant for developers and IT professionals dealing with legacy code migration and Windows service deployment.
  1. K

    Windows 7 How to install a Windows Service?

    Background: I am a developer. I write Windows software for a living, have done for many years. And this problem has got me flummoxed :( I've written a simple Windows service. It was working just great on Windows XP. So I ported the source code across and recompiled it. No problems experienced...
Back
Top