Default Deploy-Application.ps1

Wondering why these are included in the default Deploy-Application.ps1 file. It seems like examples and should be removed or at least commented by default. I find myself commenting these out every time. Anyone else feel this way?

  1. Show-InstallationWelcome -CloseApps ‘iexplore’ -AllowDefer -DeferTimes 3 -CheckDiskSpace -PersistPrompt
  2. Show-InstallationPrompt -Message ‘You can customize text to appear at the end of an install or remove it completely for unattended installations.’ -ButtonRightText ‘OK’ -Icon Information -NoWait
  3. Show-InstallationWelcome -CloseApps ‘iexplore’ -CloseAppsCountdown 60

I think its useful to have them as otherwise new users may not even discover these features. If you are always commenting them out and/or replacing them why not simply create your own “Deploy-Application.ps1” with the settings that you use for every deployment?