Msi insaller passing paramenter from command prompt for Set Service Login
问题 Installer builder tool : Microsoft Visual Studio 2010 , Project Installer I am trying to pass username and password for the installer to use for running Windows services that will install by the installer. By default installer ask the Credentials during installation that i want to pass through command prompt. see attached pic I tried the solution that provided in the following issue. But still getting the "Set Service login" dialog during installation. msiexec /i setup.msi USERNAME