Search code examples
c#visual-studio-2010installationauto-update

C# VS2010 How to force setup project to install application without asking for user input


Is there a way to tell "Setup Project" in Visual Studio 2010 to force installation of an application without asking for any kind of user input, like "destination directory", "finish" and "next" buttons, etc.

I would just like the user (or another program) to run "setup.exe" and the application would be installed. Without prompting or asking for information.

I think FileZilla Client has a feature like the one I just described. But then again they have a custom setup project...

Any help would be appreciated.


Solution

  • You can use silent installation feature of Windows Installer.