Posts tagged eula

Tools: BGInfo silent run and no license agreement

BGInfo is very useful when managing dozen of Windows Servers in physical and virtual environments. I even managed to get this tool deployed to all client computers at work. It has a huge value for support personal.

Since SysInternals has been taken over by Microsoft it now shows a “License Agreement” windows. Sure this is not a problem on the servers; but for client computers we don’t want to bug users with these windows.

image

What should users do? ;-)

We have two flavors to solve this:

  • Create a reg file and import the key below

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Sysinternals\BGInfo]
    "EulaAccepted"=dword:00000001

  • I prefer the command line below in a cmd cript which is storen All Users\Start Menu\Programs\Startup folder
    C:\WINDOWS\Bginfo.exe almatis.bgi /timer:0 /silent /NOLICPROMPT

image

/NOCICPROMPT option will skip the license window. Imagine having 1000+ users clicking on the window.

Software Packaging: Adobe Customization Wizard

If you are a software packager and planning to script the Adobe Reader for software enterprise deployment than this tool is definitely you need to have for customization Adobe Reader settings.

Adobe Customization Wizard 9 is a free downloadable utility designed to help IT professionals take greater control of enterprise-wide deployments of Adobe® Acrobat® 9 and Adobe Reader® 9. With it you can customize the Acrobat installer and application features prior to deployment. Providing a graphical interface to the Windows Installer for Acrobat, the Customization Wizard enables IT administrators to:

  • Modify the installer via a transform file (MST file) without altering the original package (MSI file)
  • Customize the look and feel of Acrobat or Reader before deployment to meet the unique needs of your user base

Key features:

  • Optimize the behavior of the installer by including silent installation, preserialization, multilingual, and custom setup choices
  • Remove previous versions of Acrobat and Reader
  • Suppress the EULA, registration prompts, and the Getting Started window
  • Customize key application preferences — turn off automatic updates, add and set default job options, and customize collaboration and security settings
  • Remove shortcuts from the desktop and the Start menu
  • Edit each Adobe Acrobat application’s registry and installer tables
  • Customize file attachment handling within PDF files, including specifying which file types you want to block
  • Add or edit files that will be installed, including customized JavaScript or plug-ins
  • Preconfigure Acrobat Connect and disable it
  • Preconfigure and lock Enhanced Security settings
  • Deploy custom Portfolio navigators
  • Add or remove custom redaction code sets
  • And much more!

 

image

image

Related links: