Page 1 of 1

Questions about MSI packages?

PostPosted: 15.03.2013, 16:04
by rbr555
I do not understand the sort order of my MSI packagers.
I guess my screen is not ordered. right?
I added Java JDKs and JREs version 6 and 7 in 32bit and 64bit, Flash Player for IE and Plugin Browsers, Shockwave and 7-zip 32bit and 64bit.

Can I set an UpdateInstaller.ini parameter to make the Software tab as default?
Can I set some MSIs as marked for installation?

Re: Questions about MSI packages?

PostPosted: 16.03.2013, 09:12
by WSUSUpdateAdmin
Hi!

rbr555 wrote:I do not understand the sort order of my MSI packagers.
I guess my screen is not ordered. right?

Yes, it is, given by "dir /B /ON /S".

rbr555 wrote:I added Java JDKs and JREs version 6 and 7 in 32bit and 64bit, Flash Player for IE and Plugin Browsers, Shockwave and 7-zip 32bit and 64bit.

:)

rbr555 wrote:Can I set an UpdateInstaller.ini parameter to make the Software tab as default?

No.

rbr555 wrote:Can I set some MSIs as marked for installation?

Yes.
Please use the new "[MSI]" section in "UpdateInstaller.ini".
For each of your msi packages, you may add
Code: Select all
<filename>=Enabled

to switch preset, where you must give "<filename>" without extension.

Regards
Torsten Wittrock