No, there is no way to configure this in ClickOnce.
If you're feeling brave, you could check ApplicationDeployment.IsFirstRun and if it's true, just exit the application. This is only set to true when the user gets an update or installs the application. I wouldn't do it, but it's an option.
Why do you want to do this?
RobinDotNet
Click here to visit my ClickOnce blog!