How could I build msi package that can be installable by msiexec /q sillently?

Traitée How could I build msi package that can be installable by msiexec /q sillently?

  • Thursday, May 31, 2012 8:25 AM
     
     

    I am quite begginner of Visual Studio, but I receved source code of Outlook add-in of VB.net and had to create msi package. I built but msi I created was not installable sillently by msiexec /q .

    How could I build msi package that can be installable by msiexec /q sillently?

    Is there any neccessary settings ?

All Replies

  • Thursday, May 31, 2012 9:05 AM
     
     
    normally it should work - why is your msi not 'installable' in silnet mode? some window appears? please describe problem and show some screenshots.
  • Saturday, June 02, 2012 3:07 PM
     
     

    Thank you very much.

    msi exist in PC in my office.

    But I remember that when I executed msiexec /q "program" to install,

    no display was showed and program was not installed without displaying any error.

    Is there any way to create installation log to investigate ?

  • Sunday, June 03, 2012 4:58 AM
     
     Answered
    yes, check using msiexec /? - it will display msgbox with possible params - one of it will be for creating log file - use it to gather info what went wrong.