Muster 6.0.2.x64 is software for rendering. This new version now can work on Windows 7 because the previous version had compatibility problems.
To push specific components from Muster installation, example: Client components and Explorer, you can use the ADDLOCAL command:
msiexec /i Muster6.0.2.x64.win.msi ADDLOCAL=Client,Console TRANSFORMS="Muster_6.0.2.x64_test.mst" /q
If you want to modify some internal parametars as configuring dispatcher server name you can use AdminStudio for SCCM and use Tuner to create MST file and to push this MST file with TRANSFORMS command.
Wednesday, February 17, 2010
Friday, February 5, 2010
Create SCCM Package for VLC Player 1.0.5
vlc-1.0.5-win32.exe has to be downloaded from: http://www.videolan.org/
To deploy by default with English and Silent install you can use the following command:
vlc-1.0.5-win32.exe /L=1033 = EN-us /S
To deploy by default with English and Silent install you can use the following command:
vlc-1.0.5-win32.exe /L=1033 = EN-us /S
Thursday, February 4, 2010
Create SCCM Package for Office 2007 Viewers
Office 2007 Viewers can be downloaded from MS download site:
Word Viewer:
http://www.microsoft.com/Downloads/details.aspx?familyid=3657CE88-7CFA-457A-9AEC-F4F827F20CAC&displaylang=en
To open documents created in Office 2007, Microsoft Office Compatibility Pack must be downloaded and included in the SCCM package.
http://www.microsoft.com/Downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
You can use /q switch for all of them.
Word Viewer:
http://www.microsoft.com/Downloads/details.aspx?familyid=3657CE88-7CFA-457A-9AEC-F4F827F20CAC&displaylang=en
To open documents created in Office 2007, Microsoft Office Compatibility Pack must be downloaded and included in the SCCM package.
http://www.microsoft.com/Downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
You can use /q switch for all of them.
Tuesday, February 2, 2010
Create SCCM package for Quicktime 7.6.5
If you want to deploy Quicktime 7.6.5 with SCCM 2007 there are some recomendations..
You need to extract QuickTimeInstaller.exe.
The components are:
AppleApplicationSupport.msi
AppleSoftwareUpdate.msi
QuickTime.msi
QuickTimeInstallerAdmin.exe
Don't try to push QuickTime.msi, there is always an error message in log file.
Create package with QuickTimeInstaller.exe and push it.
But you'll receive message that Quicktime to work need AppleApplicationSupport.
Then create SCCM package and push AppleApplicationSupport.msi.
And Quicktime works... :))
You need to extract QuickTimeInstaller.exe.
The components are:
AppleApplicationSupport.msi
AppleSoftwareUpdate.msi
QuickTime.msi
QuickTimeInstallerAdmin.exe
Don't try to push QuickTime.msi, there is always an error message in log file.
Create package with QuickTimeInstaller.exe and push it.
But you'll receive message that Quicktime to work need AppleApplicationSupport.
Then create SCCM package and push AppleApplicationSupport.msi.
And Quicktime works... :))
Subscribe to:
Posts (Atom)