Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Posts posted by ricktendo

  1. Actually they are not custom switches they are native properties of the MSI installer, I simply use a command line in my SFX to launch the installer and if you add switches they will be included. Here is what happens

    RunProgram="setup /T \"%%T\\install\" /S \"%%T\" /v "AutoInstall="setup /T \"%%T\\install\" /S \"%%T\" /s /nsr /v "

    As you can see I put /v switch on the very end, this means the switches you run the SFX installer will add to the end of this and /v will take it and pass it on to the MSI (only MSI property stuff is supported)

     

    http://serverfault.com/questions/247250/what-does-v-qn-parameter-do-for-windows-silent-installers

×
×
  • Create New...