1 Star 0 Fork 0

jason.w.wei/PSAppDeployToolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
Examples
Sources
Testing
Toolkit
docs
material
wiki
images
An-advanced-Office-2013-SP1-installation-with-the-PowerShell-App-Deployment-Toolkit.md
Balloon-tip-notifications.md
Block-Application-Execution.md
Building-an-Adobe-Reader-installation-with-the-PowerShell-App Deployment-Toolkit.md
Convert-RegistryPath.md
Copy-File.md
Custom-Dialog-box.md
Custom-Installation-Prompt.md
Deploy-the-Adobe-Reader-installation-using-SCCM-2007-SCCM-2012-package.md
Deploy-the-Adobe-Reader-installation-using-SCCM-2012-Application Model.md
Disable-TerminalServerInstallMode.md
Disk-Space-Requirements.md
Enable-TerminalServerInstallMode.md
Example-Deployments.md
Execute-MSI.md
Execute-MSP.md
Execute-Process.md
Execute-ProcessAsUser.md
Exit-Script.md
Get-FileVersion.md
Get-FreeDiskSpace.md
Get-HardwarePlatform.md
Get-IniValue.md
Get-InstalledApplication.md
Get-LoggedOnUser.md
Get-PendingReboot.md
Get-RegistryKey.md
Get-ScheduledTask.md
Get-ServiceStartMode.md
Get-UniversalDate.md
Get-UserProfiles.md
Get-WindowTitle.md
Home.md
Install-MSUpdates.md
Install-SCCMSoftwareUpdates.md
Installation-Progress.md
Installation-Restart-Prompt.md
Installation-Welcome-Prompt.md
Invoke-HKCURegistrySettingsForAllUsers.md
Invoke-RegisterOrUnregisterDLL.md
Invoke-SCCMTask.md
Logging.md
New-Folder.md
New-MsiTransform.md
New-Shortcut.md
README.md
Remove-File.md
Remove-Folder.md
Remove-MSIApplications.md
Remove-RegistryKey.md
Resolve-Error.md
Send-Keys.md
Set-ActiveSetup.md
Set-IniValue.md
Set-PinnedApplication.md
Set-RegistryKey.md
Set-ServiceStartMode.md
Show-BalloonTip.md
Show-DialogBox.md
Show-InstallationProgress.md
Show-InstallationPrompt.md
Show-InstallationRestartPrompt.md
Show-InstallationWelcome.md
Start-ServiceAndDependencies.md
Stop-ServiceAndDependencies.md
Test-Battery.md
Test-MSUpdates.md
Test-NetworkConnection.md
Test-PowerPoint.md
Test-RegistryValue.md
Test-ServiceExists.md
Toolkit-Components.md
Toolkit-Exit-Codes.md
Toolkit-File-Structure.md
Toolkit-Functionality.md
Toolkit-Functions.md
Toolkit-Usage.md
Toolkit-User-Interface.md
Toolkit-Variables.md
Update-Desktop.md
Update-GroupPolicy.md
Update-SessionEnvironmentVariables.md
Write-Log.md
Zero-Config-MSI-Install.md
_sidebar.md
.editorconfig
.gitattributes
.gitignore
AppDeployToolkitLogo.png
CHANGELOG.txt
COPYING.Lesser
LICENSE
PSAppDeployToolkit.pdf
README.md
TODO.txt
mkdocs.yml
克隆/下载
Deploy-the-Adobe-Reader-installation-using-SCCM-2012-Application Model.md 2.55 KB
一键复制 编辑 原始数据 按行查看 历史

Deploy the Adobe Reader installation using SCCM 2012 Application Model

  • Copy the installation files to a network location accessible by SCCM.

  • Create a new Application and manually specify the application information:

  • Populate the application details accordingly:

  • Populate the application catalog details if required

  • Add a new Deployment Type and manually specify the deployment type information:

  • Populate the deployment type details accordingly:

  • Set the content location. Additionally, set the Install and Uninstall programs accordingly. They should be Deploy-Application.exe -DeploymentType "Install" and Deploy-Application.exe -DeploymentType "Uninstall" respectively:

  • Create a new detection rule. Specify the base MSI product code and modify the Version to be the same as the final version after all patches are installed:

  • On the User Experience page, ensure you use a combination of settings that allows the user to interact with the application. Failure to do so will result in the application installing silently:

  • Leave the requirements page blank (or modify according to your environment)

  • Leave the software dependencies page blank (or modify according to your environment)

  • Accept the defaults to create the Application

  • Deploy the Application:

  • Select the relevant Distribution Points:

  • Configure deployment settings according to whether it should be a mandatory or app catalogue based deployment:

  • Specify the deployment schedule:

  • Specify User notification settings. In order to prevent excess noise, we recommend only showing notifications for computer restarts:

  • Accept the defaults for the rest of the Deployment (or modify according to your environment)

Important Note regarding deferrals

The SCCM 2012 Application Model does not have the flexibility to schedule Mandatory Assignments on a recurring schedule like SCCM 2007 or SCCM 2012 packages do. Instead, this is determined by the frequency of Software Deployment evaluation cycle in the SCCM Agent Custom Settings. You can modify this to reduce the time from the default of once a day, however this may increase the load on your SCCM servers and clients, and is not configurable on a per application basis:

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/jason.w.wei/PSAppDeployToolkit.git
git@gitee.com:jason.w.wei/PSAppDeployToolkit.git
jason.w.wei
PSAppDeployToolkit
PSAppDeployToolkit
master

搜索帮助