SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
Microsoft App-V:
W H I T E PA P E R




                     What Software Developers
                     Should Know
Microsoft App-V: What Software
    Developers Should Know
    Introduction                                                      Why Software Companies Are Providing Customers the
    With the increased adoption of Microsoft App-V by corporate       App-V Option
    and government organizations, the software installation           Software companies today are making their applications
    development landscape is beginning to change. It’s a shift        available as App-V packages for one simple reason: their
    that is reminding many developers and industry analysts of        customers want it.
    what happened with Windows Installer (MSI) ten years ago.
                                                                      For enterprises and government organizations, App-V has
    Prior to Windows Installer, developers built installs as stand-   many time- and cost-saving benefits over traditional installed
    alone script-based executables. Windows Installer was             applications. However, standardizing on App-V requires
    released as a more reliable alternative, and companies            legacy and newly purchased applications be converted
    began adopting it in order to achieve more predictable and        to the App-V format, and that can be a time-consuming
    consistent software deployments. This change from script-         process that can tie up IT resources. Software companies
    based installs to MSI installs required software companies        that proactively provide their applications natively in the
    around the world to rewrite their installation setups and         App-V format are directly helping their customers reduce
    instead deliver MSI packages to their user base.                  the costs of supporting their application by eliminating the
                                                                      need for this time-consuming conversion work.
    Today, a similar shift seems to be occurring with App-V. Just
    like with MSI, as more and more companies are adopting            Limitations of a Traditional Installation Environment
    App-V for its cost-reducing and time-saving benefits, it is       To help better explain the benefits of application
    driving software companies to provide their applications to       virtualization technologies like App-V, let’s examine the
    companies as both App-V and traditional MSI packages.             limitations of a traditional MSI installation. A typical
    Remember how one of the critical first steps to mainstream        Windows application has dependencies on components
    MSI adoption occurred when Microsoft released Office 2000         that are shared by multiple applications. Applications
    with an MSI installer? When Microsoft released Office 2010,       access these shared system resources, such as the registry
    they also provided customers the option of downloading            or Windows system files. When an installation author
    the application suite as an App-V virtual package. And            recognizes that their application references a shared
    since then, other software companies have followed suit and       system component, they include a merge module to install
    offered their products as App-V packages.                         that component.

    So what exactly is Microsoft App-V? Why is it becoming            When one of these shared components is installed
    popular with enterprises, and what options exist to               during an application’s installation, it is possible that a
    help software developers build an App-V package? This             previously installed version of the same component could
    white paper answers these questions and gives software            be overwritten, causing the existing application to break.
    development teams information on how to integrate                 Because of these possible problems, extensive compatibility
    App-V package authoring into their regular MSI                    testing needs to be performed before an application can be
    development process.                                              deployed in the enterprise environment.




2                                                                                Flexera Software: InstallShield White Paper Series
Microsoft App-V: What Software Developers Should Know




The following diagram provides an example of two                  Application virtualization allows the configuration
conflicting installed applications.                               of an application to be standardized to an isolated
                                                                  environment, rather than to an individual user’s desktop
                                                                  machine. Application objects, files, and registry settings
                                                                  are contained within this isolated environment. Critical
                                                                  application resources are managed locally by the isolated
                                                                  environment, thus minimizing resource dependencies between
                                                                  applications.

                                                                  Application virtualization technologies like App-V transform
                                                                  applications into virtualized, network-available services
                                                                  that are never installed and rarely conflict, minimizing
                                                                  costly compatibility testing. Users and their application
                                                                  environments are no longer machine-specific, and the
                                                                  machines themselves are no longer user-specific. This can
                                                                  enable an enterprise’s IT team to be much more flexible and
Also, if users within an enterprise run multiple versions of      responsive to business needs, and dramatically reduce the
an operating system (like Windows 7 and XP), it makes             cost of desktop management initiatives.
it more difficult and time-consuming to support deployed
applications, as you have to test on both versions of             Also, with App-V you can run multiple versions of an
operating systems.                                                application side-by-side on the same computer. Many
                                                                  applications such as Microsoft Office don’t allow different
Benefits of Virtual Applications                                  versions to co-exist on a machine. However, it is often
Virtual applications run in virtual environments that keep the    possible to create App-V packages for the different versions
application layer and the operating system layer separate.        and deploy them simultaneously. Side-by-side execution
Each application includes its own configuration information       is helpful in many scenarios, including enabling your end
in its virtual environment. As a result, many applications        users to test out a new version of your application while still
can run side-by-side with other applications on the same          running the old one.
computer without any conflicts.
                                                                  Another extension of this is the capability to execute the
Even though virtual applications are not installed on the local   same App-V application simultaneously by multiple users.
machine, they exhibit the same performance, functionality,        Some traditionally installed applications can’t be run multiple
and access to local services as a locally installed application   times due to resource locking, but can run when deployed
would have.                                                       as App-V applications. This is especially useful when using
                                                                  Remote Desktop Services.
The following diagram provides an example of how
application virtualization would solve the conflicts shown in     Save Your Customers Time and Resources
the previous example.                                             Software companies that generate App-V packages natively
                                                                  for their own applications save their customers the time
                                                                  and effort of having to do the conversion work themselves.
                                                                  Vendor-provided virtual packages are seen by IT customers as
                                                                  preferable, since a software vendor will be most familiar with
                                                                  how to optimally create the App-V package for their specific
                                                                  application, rather than a system administrator who must
                                                                  rely on a conversion tool to accomplish the same task. By
                                                                  delivering a virtual package along with the traditional MSI
                                                                  package, software vendors can offer much greater value to
                                                                  their customers.

                                                                  About Microsoft App-V
                                                                  So what exactly is an App-V package and what are its
                                                                  components? Microsoft Application Virtualization (App-V)
                                                                  allows applications to be deployed in real-time to any client
                                                                  from a virtual application server, removing the need for local
                                                                  installation of the applications. Instead, only the App-V client
                                                                  needs to be installed on the client machines.




Flexera Software: InstallShield White Paper Series                                                                                   3
Microsoft App-V: What Software Developers Should Know




    Application data is stored on the virtual application server.   Options for Creating an App-V Package: App-V
    Whichever software is needed is either streamed or locally      Sequencer or InstallShield
    cached from the application server on demand and run            So now you know about Microsoft App-V and the reasons
    locally when a user tries to access an associated shortcut      why enterprises want you to deliver applications in MSI
    or file extension. App-V isolates the execution environment     and App-V formats. The next step is learning how you can
    so that the application does not make changes to the client     generate an App-V package, and for that task there are
    itself. The lifetime and maintenance of App-V applications      two options available: the Microsoft App-V Sequencer and
    can be more easily managed centrally by your end users’         InstallShield from Flexera Software.
    IT team. App-V applications can also be set-up to depend
    on other App-V packages through the Dynamic Suite               There are many advantages of using InstallShield’s App-V
    Composition functionality                                       support for creating App-V packages over the App-V
                                                                    Sequencer. But the fundamental difference, however, is the
    Components of an App-V Application                              App-V Sequencer uses installation monitoring to create an
    The components of an App-V application are shown in the         App-V package (which requires a separate set of steps to
    following diagram:                                              follow) while InstallShield creates an App-V package directly
                                                                    from your InstallShield project by reading the MSI tables. It
                                                                    provides an integrated process for building both deployment
                                                                    formats – MSI and App-V – for your applications.

                                                                    The following section describes both approaches and some
                                                                    of the many advantages of using InstallShield to create an
                                                                    App-V package.

                                                                    About the App-V Sequencer
                                                                    The App-V Sequencer works by monitoring the installation
                                                                    and setup process for an application, and it records the
                                                                    data necessary for the application to run in a virtual
                                                                    environment. It then takes this information and uses it to
                                                                    create an App-V package.

                                                                    Sequencing, as it’s more commonly known, is its own
                                                                    separate task that is performed after you complete your
                                                                    overall MSI installation development process. It requires a
    The following table also describes the components of an         clean packaging environment with any prerequisites pre-
    App-V application:                                              installed in order for the setup to run to completion without
                                                                    any errors. Monitoring system changes in this fashion can
     FILE            DEFINITION                                     be time consuming. The process can also capture a large
                                                                    amount of unneeded data that you would be better off
     SFT             The largest and most important file
                                                                    excluding from the finished App-V package.
                     in an App-V application. All of the
                     application’s assets—including files,
                                                                    After sequencing, some changes to the final package
                     registry entries, fonts, COM, and virtual
                                                                    are possible using views that loosely correspond to the
                     services—reside in this file. The maximum
                                                                    different types of information within the package (files,
                     size of this file is 4 GB.
                                                                    registry, services, metadata, OSD files for shortcuts, etc.).
     OSD File        An XML-based file that instructs the client    In many cases, making changes to an App-V package with
                     about the necessary details for retrieving     the Sequencer requires you to start the entire installation
                     the App-V application from the App-V           monitoring process over again from scratch. If your release
                     Server and running the application in its      management process requires you to build your installation
                     own virtual environment.                       package on a daily basis, incorporating sequencing into
                                                                    this process can be difficult.
     ICO File        ICO files are the icons that will be used
                     for shortcuts and file associations.           Advantages of Creating App-V Packages with InstallShield
     Manifest File   XML file that lists all of the OSD files in    InstallShield works differently from the Sequencer. Instead
                     an App-V application.                          of requiring you to add a whole new set of steps (using
                                                                    a different tool) to your installation development process,
     SPRJ File       App-V Sequencer project file.                  InstallShield builds the App-V package for you as part of
                                                                    your MSI project. It does all the work automatically, so you
    Components of an App-V Application                              don’t have to learn any new technologies.


4                                                                               Flexera Software: InstallShield White Paper Series
Microsoft App-V: What Software Developers Should Know




                                                                  • Debugging: InstallShield makes it easy to include
                                                                    debug tools such as cmd.exe for viewing the virtual
                                                                    file structure, and regedit.exe for viewing the virtual
                                                                    registry. This makes it easy to include and launch other
                                                                    debugging tools from within the virtual package
                                                                    (such as tools available from Microsoft SysInternals,
                                                                    Depends.exe, OllyDbg, etc.).


                                                                    Learn More about InstallShield
                                                                    If you wish to learn more about the capabilities of
                                                                    InstallShield, please visit the Flexera Software Web
                                                                    site at http://www.flexerasoftware.com/installshield.



                                                                Steps to Take to Create an App-V Application Using
                                                                InstallShield
There are several important advantages to using InstallShield   InstallShield includes a Microsoft App-V Assistant to assist
instead of the Sequencer:                                       you in building an App-V package. The basic steps are
                                                                as follows:
  • One installation project for both MSI and App-V
    packages: Only InstallShield enables you to                   1. Specifying Package Information and
    automatically integrate virtual package development              Deployment Options
    into your normal MSI development process. With one               When you are creating an App-V application,
    project, InstallShield can simultaneously generate an            the first step is to specify the package name, root
    MSI package an App-V package based on the finished               folder name, and enter a comment on the Package
    MSI. You don’t need to spend time with manual                    Information page. You also specify any operating
    sequencing; with InstallShield you develop                       system requirements, identify the deployment server,
    and maintain both packages in parallel rather                    and specify whether to include diagnostic tools with
    than individually.                                               the virtual package.
  • Cleaner, more accurate App-V packages: Letting
    InstallShield build your App-V package helps ensure           2. Managing Files in an App-V Application
    the final output does not include unneeded data                  InstallShield shows you all of the files and folders that
    that would require manual diagnosis and removal                  are currently in your App-V application and makes it
    later. The Sequencer will often capture and include              easy to add or delete files and folders as needed.
    unwanted files and information in an App-V package.
    With InstallShield, only the contents of your original        3. Setting Isolation Options for Folders and Files
    installation are included.                                       You can set isolation options to control application
  • Easy package editing: Structural changes in the App-V            compatibility and accessibility. The isolation option
    package are possible by simply editing with the                  that is assigned to a file or folder specifies how the
    InstallShield IDE. With the Sequencer, changes often             isolation environment will provide access to system
    involve starting the entire sequencing process over.             resources requested by the application. Isolation
  • Automated nightly builds: Many development teams                 options for files and folders are always inherited.
    modify their application data by adding or removing              The App-V isolation environment will apply the most
    files on a daily basis. As you make these changes,               specific reference to that resource.
    InstallShield can automatically edit and rebuild your
    App-V packages to include the latest version of your          4. Modifying Shortcuts to the App-V Application’s
    application files. You can set InstallShield to run              Executable Files
    automatically each night, ensuring when you come                 You define application shortcuts to enable users to
    to work the next day your App-V packages will be up              launch an App-V application from within the virtual
    to date.                                                         environment. By default, InstallShield creates App-V
  • Testing on your local system: InstallShield creates a            applications for all of the executable shortcuts that
    bootstrapper for each App-V package that can be used             exist in your project (or Windows Installer package).
    to test the package on your local machine, saving                These shortcuts are listed in a checklist on the
    you time.                                                        Applications page. Keep in mind that you must define
                                                                     at least one shortcut to enable users to launch the
                                                                     application from the isolation environment.




Flexera Software: InstallShield White Paper Series                                                                                 5
Microsoft App-V: What Software Developers Should Know




      5. Modifying App-V Application Registry Settings                  9. Testing an App-V Application Using the App-V
         Using InstallShield, you can view existing registry               Application Launcher
         keys, values, and data, and add or delete registry                You can use the InstallShield App-V Application
         items in your App-V application. You can also set                 Launcher to locally test a newly built App-V
         isolation options for selected registry keys.                     application. The App-V Application Launcher is a
                                                                           convenient testing tool that makes it possible for you
      6. Performing Dynamic Suite Composition                              to reliably and accurately test your App-V applications
         The point of application virtualization is to minimize            on your local machine or any other system that has
         the system dependencies that an application has on                the App-V client installed before moving it to the
         the underlying physical system. Many applications                 App-V server.
         have common system dependencies on plug-ins or
         middleware, such as Adobe Reader or ODBC drivers.            How Transforms are Included in an App-V Application
         Dynamic Suite Composition (DSC) is a Microsoft               InstallShield supports the inclusion of transform files with
         Application Virtualization feature that enables              Windows Installer packages in an App-V application.
         applications to be virtualized separately from the
         plug-ins and middleware applications that they                 • How transforms are applied when building an App-V
         rely on, while still enabling them to communicate                application—When building an App-V application,
         with those plug-ins and middleware applications                  transforms that you have specified are automatically
         within the virtual environment. The primary App-V                applied to the base Windows Installer (.msi) package
         application and the dependency App-V applications                to create a temporary package, and then the App-V
         in the dynamic suite will run and interact with one              application is generated from that temporary package.
         another as if they were all installed locally on a             • Creating a new transform—You can create a new
         computer. You would only need to deploy common                   transform in InstallShield, and then build an App-V
         system components once on each client, making                    application from that transform file. When you create a
         them available for use by many App-V applications,               new transform file in InstallShield, you specify the root
         rather than to include them with each of the App-V               .msi file in the Open Transform wizard. The steps you
         applications that are dependent upon them. This                  take to generate an App-V application after using that
         reduces redundancy in the local App-V cache and                  wizard are exactly the same as if you were editing a
         simplifies the construction and testing of the primary           Windows Installer package in Direct Edit mode.
         App-V applications.                                            • Converting a Windows Installer package with existing
                                                                          transforms—If you have a Windows Installer package
      7. Modifying Build Options                                          and one or more existing transform files, and you want
         You can choose which releases of this InstallShield              to include these transforms in the App-V application,
         project you want to build an App-V application                   you need to open one of the transforms in InstallShield
         for when the project is built, and specify whether               (rather than the .msi file). The Open Transform wizard
         you want to include additional Windows Installer                 will open, and you will be prompted to specify the
         packages in the virtual package. Also, if you are                root .msi file and which of the existing .mst files you
         editing a Windows Installer package in Direct Edit               want to include. The steps you take to generate an
         mode, you need to select the Build App-V application             App-V application after using that wizard are exactly
         option on the Build Options page before you will be              the same as if you were editing a Windows Installer
         able to build an App-V application for that Windows              package in Direct Edit mode.
         Installer package.
                                                                      How Windows Services Are Integrated into an App-V
      8. Building an App-V Application                                Application
         If you are building an App-V package for an                  When you use InstallShield to convert a Windows Installer
         InstallShield project, then the output of the build is the   package to an App-V application, references to Windows
         main Windows Installer setup package, the App-V              services that are encountered are integrated into the App-V
         package, and optionally another Windows Installer            application. In a Windows Installer package, a Windows
         package meant for doing standalone deployment of             service may be indicated by either an entry in
         your App-V package without the need for the App-V            its ServiceInstall table or by a Registry entry for
         server infrastructure. If you are building an App-V          Windows services.
         package directly from the main Windows Installer
         setup package, then you get same as above minus the
         main setup package since it already exists.




6                                                                                 Flexera Software: InstallShield White Paper Series
Microsoft App-V: What Software Developers Should Know




  • ServiceInstall table—If a Windows Installer package’s        About Flexera Software
    use of a Windows service is indicated by an entry            Flexera Software is the leading provider of strategic
    in the ServiceInstall table, InstallShield will convert      solutions for Application Usage Management; solutions
    that entry to a standard Registry entry for Windows          delivering continuous compliance, optimized usage and
    services.                                                    maximized value to application producers and their
  • Registry entry—If a Windows Installer package’s use          customers. Flexera Software is trusted by more than 80,000
    of a Windows service is indicated by a Registry entry        customers that depend on our comprehensive solutions-
    for Windows services (perhaps as the result of being         from installation and licensing, entitlement and compliance
    repackaged), InstallShield does not need to make             management to application readiness and enterprise license
    any changes to support the application’s use of the          optimization - to strategically manage application usage
    Windows service within the virtual environment.              and achieve breakthrough results realized only through the
                                                                 systems-level approach we provide. For more information,
If an App-V application has an associated Windows service,       please go to: www.flexerasoftware.com
App-V will start up the Windows service first, in the virtual
environment, and then start up the App-V application. You
will see the Windows service start up in the Task Manager
as a separate process, but App-V will be running the service
within the virtual environment.

Upon shut down, App-V will first shut down the App-V
application and then shut down the Windows service.

Summary
This white paper discusses why many software companies
are now delivering their applications to customers as both
a traditional MSI package and a virtual App-V package. It
also explains the options available to software development
teams for developing App-V packages, and the advantages
of using InstallShield for building App-V packages over
the Sequencer.


   Begin a Free Evaluation of InstallShield
   You can download a free trial version of InstallShield
   from the Flexera Software Web site at:
   www.flexerasoftware.com/installshield/eval.

   Want to learn best practices for building quality
   installations? Join an InstallShield training class – visit
   www.flexerasoftware.com/training for available classes.

   Also, if you have a critical installation project but are
   short on developer bandwidth or expertise, Flexera
   Software’s Professional Services team can help. Learn
   more at:
   www.flexerasoftware.com/services/consulting/software-
   installations.htm.




Flexera Software: InstallShield White Paper Series                                                                                 7
Flexera Software LLC                      Schaumburg                                United Kingdom (Europe,                   Japan (Asia,                              For more office locations visit:
1000 East Woodfield Road,                 (Global Headquarters)                     Middle East Headquarters):                Pacific Headquarters):                    www.flexerasoftware.com
Suite 400                                 +1 800-809-5659                           +44 870-871-1111                          +81 3-4360-8291
Schaumburg, IL 60173 USA                                                            +44 870-873-6300

Copyright © 2011 Flexera Software LLC. All other brand and product names mentioned herein may be the trademarks and registered trademarks of their respective owners.
                                                                                                                                                                                       IS_WP_AppV_Oct11

Weitere ähnliche Inhalte

Andere mochten auch

Andere mochten auch (8)

S H U N S U I C I D E L I V E H A P P I L Y Dr
S H U N  S U I C I D E   L I V E  H A P P I L Y  DrS H U N  S U I C I D E   L I V E  H A P P I L Y  Dr
S H U N S U I C I D E L I V E H A P P I L Y Dr
 
Web rebuild
Web rebuildWeb rebuild
Web rebuild
 
Local Seo
Local SeoLocal Seo
Local Seo
 
How will Brexit impact on Construction?
How will Brexit impact on Construction?How will Brexit impact on Construction?
How will Brexit impact on Construction?
 
004環境リスクコミュニケーション部会
004環境リスクコミュニケーション部会004環境リスクコミュニケーション部会
004環境リスクコミュニケーション部会
 
你不知道的前端
你不知道的前端你不知道的前端
你不知道的前端
 
动态 Css sprite
动态 Css sprite动态 Css sprite
动态 Css sprite
 
AMC WIT MARMER COLLECTIE
AMC WIT MARMER COLLECTIEAMC WIT MARMER COLLECTIE
AMC WIT MARMER COLLECTIE
 

Mehr von Flexera

Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...
Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...
Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...Flexera
 
Make Smarter Cloud Decisions at Every Step of Your Journey
Make Smarter Cloud Decisions at Every Step of Your JourneyMake Smarter Cloud Decisions at Every Step of Your Journey
Make Smarter Cloud Decisions at Every Step of Your JourneyFlexera
 
10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment
10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment
10 Tips to Optimize, Automate, and Govern your Hybrid IT EnvironmentFlexera
 
Using Automated Policies for SaaS Governance and Compliance
Using Automated Policies for SaaS Governance and ComplianceUsing Automated Policies for SaaS Governance and Compliance
Using Automated Policies for SaaS Governance and ComplianceFlexera
 
The Practical Approach for End-to-End SaaS Management
The Practical Approach for End-to-End SaaS ManagementThe Practical Approach for End-to-End SaaS Management
The Practical Approach for End-to-End SaaS ManagementFlexera
 
7 Things You Need to Know for Your Cloud-First Strategy
7 Things You Need to Know for Your Cloud-First Strategy7 Things You Need to Know for Your Cloud-First Strategy
7 Things You Need to Know for Your Cloud-First StrategyFlexera
 
The Role of In-House & External Counsel in Managing Open Source Software
The Role of In-House & External Counsel in Managing Open Source SoftwareThe Role of In-House & External Counsel in Managing Open Source Software
The Role of In-House & External Counsel in Managing Open Source SoftwareFlexera
 
Addressing Open Source Risks During M&A: A Legal View
Addressing Open Source Risks During M&A: A Legal ViewAddressing Open Source Risks During M&A: A Legal View
Addressing Open Source Risks During M&A: A Legal ViewFlexera
 
Having Trouble Managing All Your Cloud Services? We Know!
Having Trouble Managing All Your Cloud Services? We Know!Having Trouble Managing All Your Cloud Services? We Know!
Having Trouble Managing All Your Cloud Services? We Know!Flexera
 
Webinar: Maximizing the ROI of IT by Simplifying Technology Complexity
Webinar: Maximizing the ROI of IT by Simplifying Technology ComplexityWebinar: Maximizing the ROI of IT by Simplifying Technology Complexity
Webinar: Maximizing the ROI of IT by Simplifying Technology ComplexityFlexera
 
Webinar: What's New In FlexNet Manager Suite 2018 R1
Webinar: What's New In FlexNet Manager Suite 2018 R1Webinar: What's New In FlexNet Manager Suite 2018 R1
Webinar: What's New In FlexNet Manager Suite 2018 R1Flexera
 
Open Source Security - It can be done easily.
Open Source Security - It can be done easily.Open Source Security - It can be done easily.
Open Source Security - It can be done easily.Flexera
 
Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...
Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...
Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...Flexera
 
Windows 10 webinar: What’s new for IT pros Windows 10 v 1709
Windows 10 webinar: What’s new for IT pros Windows 10 v 1709Windows 10 webinar: What’s new for IT pros Windows 10 v 1709
Windows 10 webinar: What’s new for IT pros Windows 10 v 1709Flexera
 
Don’t Let Hackers Breach Your Data: Shutting Your Risk Window on Apache Struts2
Don’t Let Hackers Breach Your Data:  Shutting Your Risk Window on Apache Struts2Don’t Let Hackers Breach Your Data:  Shutting Your Risk Window on Apache Struts2
Don’t Let Hackers Breach Your Data: Shutting Your Risk Window on Apache Struts2Flexera
 
BDNA joins Flexera
BDNA joins FlexeraBDNA joins Flexera
BDNA joins FlexeraFlexera
 
Flexera Event - The Game Has Changed - Are You Ready?
Flexera Event - The Game Has Changed - Are You Ready?Flexera Event - The Game Has Changed - Are You Ready?
Flexera Event - The Game Has Changed - Are You Ready?Flexera
 
Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...
Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...
Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...Flexera
 
Keeping a Lid on Costs for Cloud Infrastructure and SaaS Applications
Keeping a Lid on Costs for Cloud Infrastructure and SaaS ApplicationsKeeping a Lid on Costs for Cloud Infrastructure and SaaS Applications
Keeping a Lid on Costs for Cloud Infrastructure and SaaS ApplicationsFlexera
 
Do You Manage Software? Understanding Your Role in Cybersecurity Defense
Do You Manage Software? Understanding Your Role in Cybersecurity DefenseDo You Manage Software? Understanding Your Role in Cybersecurity Defense
Do You Manage Software? Understanding Your Role in Cybersecurity DefenseFlexera
 

Mehr von Flexera (20)

Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...
Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...
Get a Complete View of Your Business Services and IT Estate in ServiceNow wit...
 
Make Smarter Cloud Decisions at Every Step of Your Journey
Make Smarter Cloud Decisions at Every Step of Your JourneyMake Smarter Cloud Decisions at Every Step of Your Journey
Make Smarter Cloud Decisions at Every Step of Your Journey
 
10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment
10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment
10 Tips to Optimize, Automate, and Govern your Hybrid IT Environment
 
Using Automated Policies for SaaS Governance and Compliance
Using Automated Policies for SaaS Governance and ComplianceUsing Automated Policies for SaaS Governance and Compliance
Using Automated Policies for SaaS Governance and Compliance
 
The Practical Approach for End-to-End SaaS Management
The Practical Approach for End-to-End SaaS ManagementThe Practical Approach for End-to-End SaaS Management
The Practical Approach for End-to-End SaaS Management
 
7 Things You Need to Know for Your Cloud-First Strategy
7 Things You Need to Know for Your Cloud-First Strategy7 Things You Need to Know for Your Cloud-First Strategy
7 Things You Need to Know for Your Cloud-First Strategy
 
The Role of In-House & External Counsel in Managing Open Source Software
The Role of In-House & External Counsel in Managing Open Source SoftwareThe Role of In-House & External Counsel in Managing Open Source Software
The Role of In-House & External Counsel in Managing Open Source Software
 
Addressing Open Source Risks During M&A: A Legal View
Addressing Open Source Risks During M&A: A Legal ViewAddressing Open Source Risks During M&A: A Legal View
Addressing Open Source Risks During M&A: A Legal View
 
Having Trouble Managing All Your Cloud Services? We Know!
Having Trouble Managing All Your Cloud Services? We Know!Having Trouble Managing All Your Cloud Services? We Know!
Having Trouble Managing All Your Cloud Services? We Know!
 
Webinar: Maximizing the ROI of IT by Simplifying Technology Complexity
Webinar: Maximizing the ROI of IT by Simplifying Technology ComplexityWebinar: Maximizing the ROI of IT by Simplifying Technology Complexity
Webinar: Maximizing the ROI of IT by Simplifying Technology Complexity
 
Webinar: What's New In FlexNet Manager Suite 2018 R1
Webinar: What's New In FlexNet Manager Suite 2018 R1Webinar: What's New In FlexNet Manager Suite 2018 R1
Webinar: What's New In FlexNet Manager Suite 2018 R1
 
Open Source Security - It can be done easily.
Open Source Security - It can be done easily.Open Source Security - It can be done easily.
Open Source Security - It can be done easily.
 
Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...
Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...
Software Distribution, Customer Experience and the IoT: Get Ready for Fast, S...
 
Windows 10 webinar: What’s new for IT pros Windows 10 v 1709
Windows 10 webinar: What’s new for IT pros Windows 10 v 1709Windows 10 webinar: What’s new for IT pros Windows 10 v 1709
Windows 10 webinar: What’s new for IT pros Windows 10 v 1709
 
Don’t Let Hackers Breach Your Data: Shutting Your Risk Window on Apache Struts2
Don’t Let Hackers Breach Your Data:  Shutting Your Risk Window on Apache Struts2Don’t Let Hackers Breach Your Data:  Shutting Your Risk Window on Apache Struts2
Don’t Let Hackers Breach Your Data: Shutting Your Risk Window on Apache Struts2
 
BDNA joins Flexera
BDNA joins FlexeraBDNA joins Flexera
BDNA joins Flexera
 
Flexera Event - The Game Has Changed - Are You Ready?
Flexera Event - The Game Has Changed - Are You Ready?Flexera Event - The Game Has Changed - Are You Ready?
Flexera Event - The Game Has Changed - Are You Ready?
 
Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...
Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...
Webinar: Take Proactive Control of Your SAP Licensing, Indirect Usage and Ven...
 
Keeping a Lid on Costs for Cloud Infrastructure and SaaS Applications
Keeping a Lid on Costs for Cloud Infrastructure and SaaS ApplicationsKeeping a Lid on Costs for Cloud Infrastructure and SaaS Applications
Keeping a Lid on Costs for Cloud Infrastructure and SaaS Applications
 
Do You Manage Software? Understanding Your Role in Cybersecurity Defense
Do You Manage Software? Understanding Your Role in Cybersecurity DefenseDo You Manage Software? Understanding Your Role in Cybersecurity Defense
Do You Manage Software? Understanding Your Role in Cybersecurity Defense
 

Kürzlich hochgeladen

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 

Kürzlich hochgeladen (20)

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 

Microsoft App-V: What Software Developers Should Know

  • 1. Microsoft App-V: W H I T E PA P E R What Software Developers Should Know
  • 2. Microsoft App-V: What Software Developers Should Know Introduction Why Software Companies Are Providing Customers the With the increased adoption of Microsoft App-V by corporate App-V Option and government organizations, the software installation Software companies today are making their applications development landscape is beginning to change. It’s a shift available as App-V packages for one simple reason: their that is reminding many developers and industry analysts of customers want it. what happened with Windows Installer (MSI) ten years ago. For enterprises and government organizations, App-V has Prior to Windows Installer, developers built installs as stand- many time- and cost-saving benefits over traditional installed alone script-based executables. Windows Installer was applications. However, standardizing on App-V requires released as a more reliable alternative, and companies legacy and newly purchased applications be converted began adopting it in order to achieve more predictable and to the App-V format, and that can be a time-consuming consistent software deployments. This change from script- process that can tie up IT resources. Software companies based installs to MSI installs required software companies that proactively provide their applications natively in the around the world to rewrite their installation setups and App-V format are directly helping their customers reduce instead deliver MSI packages to their user base. the costs of supporting their application by eliminating the need for this time-consuming conversion work. Today, a similar shift seems to be occurring with App-V. Just like with MSI, as more and more companies are adopting Limitations of a Traditional Installation Environment App-V for its cost-reducing and time-saving benefits, it is To help better explain the benefits of application driving software companies to provide their applications to virtualization technologies like App-V, let’s examine the companies as both App-V and traditional MSI packages. limitations of a traditional MSI installation. A typical Remember how one of the critical first steps to mainstream Windows application has dependencies on components MSI adoption occurred when Microsoft released Office 2000 that are shared by multiple applications. Applications with an MSI installer? When Microsoft released Office 2010, access these shared system resources, such as the registry they also provided customers the option of downloading or Windows system files. When an installation author the application suite as an App-V virtual package. And recognizes that their application references a shared since then, other software companies have followed suit and system component, they include a merge module to install offered their products as App-V packages. that component. So what exactly is Microsoft App-V? Why is it becoming When one of these shared components is installed popular with enterprises, and what options exist to during an application’s installation, it is possible that a help software developers build an App-V package? This previously installed version of the same component could white paper answers these questions and gives software be overwritten, causing the existing application to break. development teams information on how to integrate Because of these possible problems, extensive compatibility App-V package authoring into their regular MSI testing needs to be performed before an application can be development process. deployed in the enterprise environment. 2 Flexera Software: InstallShield White Paper Series
  • 3. Microsoft App-V: What Software Developers Should Know The following diagram provides an example of two Application virtualization allows the configuration conflicting installed applications. of an application to be standardized to an isolated environment, rather than to an individual user’s desktop machine. Application objects, files, and registry settings are contained within this isolated environment. Critical application resources are managed locally by the isolated environment, thus minimizing resource dependencies between applications. Application virtualization technologies like App-V transform applications into virtualized, network-available services that are never installed and rarely conflict, minimizing costly compatibility testing. Users and their application environments are no longer machine-specific, and the machines themselves are no longer user-specific. This can enable an enterprise’s IT team to be much more flexible and Also, if users within an enterprise run multiple versions of responsive to business needs, and dramatically reduce the an operating system (like Windows 7 and XP), it makes cost of desktop management initiatives. it more difficult and time-consuming to support deployed applications, as you have to test on both versions of Also, with App-V you can run multiple versions of an operating systems. application side-by-side on the same computer. Many applications such as Microsoft Office don’t allow different Benefits of Virtual Applications versions to co-exist on a machine. However, it is often Virtual applications run in virtual environments that keep the possible to create App-V packages for the different versions application layer and the operating system layer separate. and deploy them simultaneously. Side-by-side execution Each application includes its own configuration information is helpful in many scenarios, including enabling your end in its virtual environment. As a result, many applications users to test out a new version of your application while still can run side-by-side with other applications on the same running the old one. computer without any conflicts. Another extension of this is the capability to execute the Even though virtual applications are not installed on the local same App-V application simultaneously by multiple users. machine, they exhibit the same performance, functionality, Some traditionally installed applications can’t be run multiple and access to local services as a locally installed application times due to resource locking, but can run when deployed would have. as App-V applications. This is especially useful when using Remote Desktop Services. The following diagram provides an example of how application virtualization would solve the conflicts shown in Save Your Customers Time and Resources the previous example. Software companies that generate App-V packages natively for their own applications save their customers the time and effort of having to do the conversion work themselves. Vendor-provided virtual packages are seen by IT customers as preferable, since a software vendor will be most familiar with how to optimally create the App-V package for their specific application, rather than a system administrator who must rely on a conversion tool to accomplish the same task. By delivering a virtual package along with the traditional MSI package, software vendors can offer much greater value to their customers. About Microsoft App-V So what exactly is an App-V package and what are its components? Microsoft Application Virtualization (App-V) allows applications to be deployed in real-time to any client from a virtual application server, removing the need for local installation of the applications. Instead, only the App-V client needs to be installed on the client machines. Flexera Software: InstallShield White Paper Series 3
  • 4. Microsoft App-V: What Software Developers Should Know Application data is stored on the virtual application server. Options for Creating an App-V Package: App-V Whichever software is needed is either streamed or locally Sequencer or InstallShield cached from the application server on demand and run So now you know about Microsoft App-V and the reasons locally when a user tries to access an associated shortcut why enterprises want you to deliver applications in MSI or file extension. App-V isolates the execution environment and App-V formats. The next step is learning how you can so that the application does not make changes to the client generate an App-V package, and for that task there are itself. The lifetime and maintenance of App-V applications two options available: the Microsoft App-V Sequencer and can be more easily managed centrally by your end users’ InstallShield from Flexera Software. IT team. App-V applications can also be set-up to depend on other App-V packages through the Dynamic Suite There are many advantages of using InstallShield’s App-V Composition functionality support for creating App-V packages over the App-V Sequencer. But the fundamental difference, however, is the Components of an App-V Application App-V Sequencer uses installation monitoring to create an The components of an App-V application are shown in the App-V package (which requires a separate set of steps to following diagram: follow) while InstallShield creates an App-V package directly from your InstallShield project by reading the MSI tables. It provides an integrated process for building both deployment formats – MSI and App-V – for your applications. The following section describes both approaches and some of the many advantages of using InstallShield to create an App-V package. About the App-V Sequencer The App-V Sequencer works by monitoring the installation and setup process for an application, and it records the data necessary for the application to run in a virtual environment. It then takes this information and uses it to create an App-V package. Sequencing, as it’s more commonly known, is its own separate task that is performed after you complete your overall MSI installation development process. It requires a The following table also describes the components of an clean packaging environment with any prerequisites pre- App-V application: installed in order for the setup to run to completion without any errors. Monitoring system changes in this fashion can FILE DEFINITION be time consuming. The process can also capture a large amount of unneeded data that you would be better off SFT The largest and most important file excluding from the finished App-V package. in an App-V application. All of the application’s assets—including files, After sequencing, some changes to the final package registry entries, fonts, COM, and virtual are possible using views that loosely correspond to the services—reside in this file. The maximum different types of information within the package (files, size of this file is 4 GB. registry, services, metadata, OSD files for shortcuts, etc.). OSD File An XML-based file that instructs the client In many cases, making changes to an App-V package with about the necessary details for retrieving the Sequencer requires you to start the entire installation the App-V application from the App-V monitoring process over again from scratch. If your release Server and running the application in its management process requires you to build your installation own virtual environment. package on a daily basis, incorporating sequencing into this process can be difficult. ICO File ICO files are the icons that will be used for shortcuts and file associations. Advantages of Creating App-V Packages with InstallShield Manifest File XML file that lists all of the OSD files in InstallShield works differently from the Sequencer. Instead an App-V application. of requiring you to add a whole new set of steps (using a different tool) to your installation development process, SPRJ File App-V Sequencer project file. InstallShield builds the App-V package for you as part of your MSI project. It does all the work automatically, so you Components of an App-V Application don’t have to learn any new technologies. 4 Flexera Software: InstallShield White Paper Series
  • 5. Microsoft App-V: What Software Developers Should Know • Debugging: InstallShield makes it easy to include debug tools such as cmd.exe for viewing the virtual file structure, and regedit.exe for viewing the virtual registry. This makes it easy to include and launch other debugging tools from within the virtual package (such as tools available from Microsoft SysInternals, Depends.exe, OllyDbg, etc.). Learn More about InstallShield If you wish to learn more about the capabilities of InstallShield, please visit the Flexera Software Web site at http://www.flexerasoftware.com/installshield. Steps to Take to Create an App-V Application Using InstallShield There are several important advantages to using InstallShield InstallShield includes a Microsoft App-V Assistant to assist instead of the Sequencer: you in building an App-V package. The basic steps are as follows: • One installation project for both MSI and App-V packages: Only InstallShield enables you to 1. Specifying Package Information and automatically integrate virtual package development Deployment Options into your normal MSI development process. With one When you are creating an App-V application, project, InstallShield can simultaneously generate an the first step is to specify the package name, root MSI package an App-V package based on the finished folder name, and enter a comment on the Package MSI. You don’t need to spend time with manual Information page. You also specify any operating sequencing; with InstallShield you develop system requirements, identify the deployment server, and maintain both packages in parallel rather and specify whether to include diagnostic tools with than individually. the virtual package. • Cleaner, more accurate App-V packages: Letting InstallShield build your App-V package helps ensure 2. Managing Files in an App-V Application the final output does not include unneeded data InstallShield shows you all of the files and folders that that would require manual diagnosis and removal are currently in your App-V application and makes it later. The Sequencer will often capture and include easy to add or delete files and folders as needed. unwanted files and information in an App-V package. With InstallShield, only the contents of your original 3. Setting Isolation Options for Folders and Files installation are included. You can set isolation options to control application • Easy package editing: Structural changes in the App-V compatibility and accessibility. The isolation option package are possible by simply editing with the that is assigned to a file or folder specifies how the InstallShield IDE. With the Sequencer, changes often isolation environment will provide access to system involve starting the entire sequencing process over. resources requested by the application. Isolation • Automated nightly builds: Many development teams options for files and folders are always inherited. modify their application data by adding or removing The App-V isolation environment will apply the most files on a daily basis. As you make these changes, specific reference to that resource. InstallShield can automatically edit and rebuild your App-V packages to include the latest version of your 4. Modifying Shortcuts to the App-V Application’s application files. You can set InstallShield to run Executable Files automatically each night, ensuring when you come You define application shortcuts to enable users to to work the next day your App-V packages will be up launch an App-V application from within the virtual to date. environment. By default, InstallShield creates App-V • Testing on your local system: InstallShield creates a applications for all of the executable shortcuts that bootstrapper for each App-V package that can be used exist in your project (or Windows Installer package). to test the package on your local machine, saving These shortcuts are listed in a checklist on the you time. Applications page. Keep in mind that you must define at least one shortcut to enable users to launch the application from the isolation environment. Flexera Software: InstallShield White Paper Series 5
  • 6. Microsoft App-V: What Software Developers Should Know 5. Modifying App-V Application Registry Settings 9. Testing an App-V Application Using the App-V Using InstallShield, you can view existing registry Application Launcher keys, values, and data, and add or delete registry You can use the InstallShield App-V Application items in your App-V application. You can also set Launcher to locally test a newly built App-V isolation options for selected registry keys. application. The App-V Application Launcher is a convenient testing tool that makes it possible for you 6. Performing Dynamic Suite Composition to reliably and accurately test your App-V applications The point of application virtualization is to minimize on your local machine or any other system that has the system dependencies that an application has on the App-V client installed before moving it to the the underlying physical system. Many applications App-V server. have common system dependencies on plug-ins or middleware, such as Adobe Reader or ODBC drivers. How Transforms are Included in an App-V Application Dynamic Suite Composition (DSC) is a Microsoft InstallShield supports the inclusion of transform files with Application Virtualization feature that enables Windows Installer packages in an App-V application. applications to be virtualized separately from the plug-ins and middleware applications that they • How transforms are applied when building an App-V rely on, while still enabling them to communicate application—When building an App-V application, with those plug-ins and middleware applications transforms that you have specified are automatically within the virtual environment. The primary App-V applied to the base Windows Installer (.msi) package application and the dependency App-V applications to create a temporary package, and then the App-V in the dynamic suite will run and interact with one application is generated from that temporary package. another as if they were all installed locally on a • Creating a new transform—You can create a new computer. You would only need to deploy common transform in InstallShield, and then build an App-V system components once on each client, making application from that transform file. When you create a them available for use by many App-V applications, new transform file in InstallShield, you specify the root rather than to include them with each of the App-V .msi file in the Open Transform wizard. The steps you applications that are dependent upon them. This take to generate an App-V application after using that reduces redundancy in the local App-V cache and wizard are exactly the same as if you were editing a simplifies the construction and testing of the primary Windows Installer package in Direct Edit mode. App-V applications. • Converting a Windows Installer package with existing transforms—If you have a Windows Installer package 7. Modifying Build Options and one or more existing transform files, and you want You can choose which releases of this InstallShield to include these transforms in the App-V application, project you want to build an App-V application you need to open one of the transforms in InstallShield for when the project is built, and specify whether (rather than the .msi file). The Open Transform wizard you want to include additional Windows Installer will open, and you will be prompted to specify the packages in the virtual package. Also, if you are root .msi file and which of the existing .mst files you editing a Windows Installer package in Direct Edit want to include. The steps you take to generate an mode, you need to select the Build App-V application App-V application after using that wizard are exactly option on the Build Options page before you will be the same as if you were editing a Windows Installer able to build an App-V application for that Windows package in Direct Edit mode. Installer package. How Windows Services Are Integrated into an App-V 8. Building an App-V Application Application If you are building an App-V package for an When you use InstallShield to convert a Windows Installer InstallShield project, then the output of the build is the package to an App-V application, references to Windows main Windows Installer setup package, the App-V services that are encountered are integrated into the App-V package, and optionally another Windows Installer application. In a Windows Installer package, a Windows package meant for doing standalone deployment of service may be indicated by either an entry in your App-V package without the need for the App-V its ServiceInstall table or by a Registry entry for server infrastructure. If you are building an App-V Windows services. package directly from the main Windows Installer setup package, then you get same as above minus the main setup package since it already exists. 6 Flexera Software: InstallShield White Paper Series
  • 7. Microsoft App-V: What Software Developers Should Know • ServiceInstall table—If a Windows Installer package’s About Flexera Software use of a Windows service is indicated by an entry Flexera Software is the leading provider of strategic in the ServiceInstall table, InstallShield will convert solutions for Application Usage Management; solutions that entry to a standard Registry entry for Windows delivering continuous compliance, optimized usage and services. maximized value to application producers and their • Registry entry—If a Windows Installer package’s use customers. Flexera Software is trusted by more than 80,000 of a Windows service is indicated by a Registry entry customers that depend on our comprehensive solutions- for Windows services (perhaps as the result of being from installation and licensing, entitlement and compliance repackaged), InstallShield does not need to make management to application readiness and enterprise license any changes to support the application’s use of the optimization - to strategically manage application usage Windows service within the virtual environment. and achieve breakthrough results realized only through the systems-level approach we provide. For more information, If an App-V application has an associated Windows service, please go to: www.flexerasoftware.com App-V will start up the Windows service first, in the virtual environment, and then start up the App-V application. You will see the Windows service start up in the Task Manager as a separate process, but App-V will be running the service within the virtual environment. Upon shut down, App-V will first shut down the App-V application and then shut down the Windows service. Summary This white paper discusses why many software companies are now delivering their applications to customers as both a traditional MSI package and a virtual App-V package. It also explains the options available to software development teams for developing App-V packages, and the advantages of using InstallShield for building App-V packages over the Sequencer. Begin a Free Evaluation of InstallShield You can download a free trial version of InstallShield from the Flexera Software Web site at: www.flexerasoftware.com/installshield/eval. Want to learn best practices for building quality installations? Join an InstallShield training class – visit www.flexerasoftware.com/training for available classes. Also, if you have a critical installation project but are short on developer bandwidth or expertise, Flexera Software’s Professional Services team can help. Learn more at: www.flexerasoftware.com/services/consulting/software- installations.htm. Flexera Software: InstallShield White Paper Series 7
  • 8. Flexera Software LLC Schaumburg United Kingdom (Europe, Japan (Asia, For more office locations visit: 1000 East Woodfield Road, (Global Headquarters) Middle East Headquarters): Pacific Headquarters): www.flexerasoftware.com Suite 400 +1 800-809-5659 +44 870-871-1111 +81 3-4360-8291 Schaumburg, IL 60173 USA +44 870-873-6300 Copyright © 2011 Flexera Software LLC. All other brand and product names mentioned herein may be the trademarks and registered trademarks of their respective owners. IS_WP_AppV_Oct11