AdminStudio 10.0 SP1 Release Notes ADM-1000-RNSP1 25
Release Notes
Distributing Packages to Microsoft System Center Configuration
Manager
In previous releases of AdminStudio, you could use the Microsoft System Center Configuration
Manager Web Console, a Web-based application, to configure package distribution options and
distribute setup packages without going to Configuration Manager Server.
In AdminStudio 10.0, you can publish Windows Installer and App-V packages to Configuration Manager
Server directly from the Distribution Wizard client tool.
Citrix XenApp 6 Support
You can use AdminStudio to create Citrix profiles for deployment on Citrix XenApp. AdminStudio 10.0
now supports Citrix XenApp 6.
Bulk Import of App-V Virtual Packages Using Application Manager
Configuration File
Application Manager can use a configuration file to perform a bulk import of packages into the
Application Catalog via command line. To accommodate the bulk import of App-V virtual packages
using the Application Manager configuration file, the parameters for specifying the files to import were
updated starting in AdminStudio 10.0.
Previously, you had to individually specify the number of MSI, MSM, and Other Setup Type files that you
were going to import in the
[General] section of the configuration file (using the MSIFile=n, MSMFile=n
and
OtherSetupFile=n parameters), and then specify the parameters for each package to import in its
own section that started with
[MSIFile-n], [MSMFile-n] or [OtherSetupFile-n].
In AdminStudio 10.0, the total number of packages (of any deployment type) to import can now be
specified using one parameter in the
[General] section: PackageFile=n. And the parameters for each
package (of any deployment type) to import are specified in a separate section entitled
[PackageFile-n]. For example, the following configuration file would import two files: one Windows
Installer package and one App-V package:
[GENERAL]
DatabaseType=SQL
LogFile=D:\server10\ImportLog.txt
PackageFile=2
.
.
.
[PackageFile-1]
File=D:\server10\xmlnotepad2007\XmlNotepad.msi
Group=RootGroup\SubGroup1
Transform1=\\server\Data1.mst
EA1=Business Criticality;Business Critical
EA2=Installation Instructions;\\fileserver\docs\VirtualizationNotes.docx
[PackageFile-2]
File=D:\server10\packages\app2000.sft
Group=RootGroup\SubGroup2
For more information, see Application Manager Configuration File.
Komentáře k této Příručce