Book Image

Microsoft Application Virtualization Cookbook

Book Image

Microsoft Application Virtualization Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Application Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Sequencing Greenfoot


Greenfoot is a development package aimed at teaching object orientation to children. It is based on Java and is largely platform independent. In this recipe, you will package Greenfoot without including the JDK.

Getting ready

To complete these steps, you will need to have completed the first recipe of Chapter 3, Sequencing Applications, where you created a virtual machine to capture App-V packages.

How to do it...

The following list shows you the high-level steps involved in this recipe and the tasks required to complete the recipe (all of the actions in this recipe will take place on the sequencing client called WIN8SEQUENCER):

  • Download Greenfoot.

  • Begin the capture process.

  • Install Greenfoot.

  • Finish the capture process and upload it to the App-V server.

The implementation of the preceding tasks is as follows:

  1. Start WIN8SEQUENCER.

  2. Visit http://www.greenfoot.org/download, and, under other versions, download the Windows version without the bundled JDK version and save it to your...