I am using SB 7 to update a program that is usually going to be
already running at the time that the setup is started.

Since this particular program may or may not be running as a service,
I call Clarion code in a support dll to shut my application down
before the installation continues.

Despite the fact that my program is already terminated by the time the
files get installed, I still get a prompt that a re-boot is needed.

What can I do so that this isn't necessary?

If the service is not running when the setup is run, then I do not get
a reboot message.

Thanks.

Jeff Slarve