1

I have service project and Visual Studio 2017 Installer Projects to install it. If I start uninstall from "Add or remove project", then install new version - All Ok. If I start installation from Visual Studio - All Ok

But if Start installation using msi file from explorer. Installer ask me to reboot system. How to avoid this?

Valery Yegorov
  • 171
  • 1
  • 11

1 Answers1

0

try using REBOOT=ReallySuppress at the end of your installation command.

usr_11
  • 548
  • 10
  • 31