Jump to content

Featured Replies

  • Replies 95
  • Views 70k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • 4 weeks later...

Hola, podrias poner mirror porque en donde esta hosteado no lo puedodescargar, comienza bien la descarga y a lso 4 o 6 mg se corta. me pasa con varios de tus aportes, que porcierto uso mucho porque estan muy buenos, te felicito por tu trabajo y voluntad de compartirlo.

  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 3 months later...
  • 4 weeks later...

Hi.. How did you add custom switches like /nsr, and the property switch like SERIALNUMBER=1234-12345-12345-12345, DESKTOPSHORTCUT=<1/2>, etc. into a 7z Modified SFX? 

Edited by niTe_RiDeR_Pro

  • Author

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

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...