CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Silent Mode Installation

    Is it possible to create an MSI file that installs in silent mode? I mean without displaying any GUI the installation runs in a background thread and without any user interaction?

  2. #2
    Join Date
    Jul 2009
    Location
    India
    Posts
    835

    Re: Silent Mode Installation

    Try with this in run.

    msiexec /package "abc.msi" /quiet

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured