Posts posted by ricktendo
-
-
-
I don't use that particular MSI installer, I use the business version (because it has no update services running in the bg)
http://www.skype.com/go/getskype-msi
That being said, updated
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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
-
-
-
-
-
-
-
[Repak] Paint.NET 4.0.9
in Installer Repacks
Updated