Thanks!
You could try deploying your package as part of a script or batch file, and add a line before the package runs to stop the process that is running. For example, XP has the taskkill command, or you could use net stop to stop a service.
Is this a feasible workaround?