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




                     Migrating InstallShield MultiPlatform
                     Projects to InstallAnywhere
MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE




    Migrating InstallShield MultiPlatform
    Projects to InstallAnywhere
    Introduction                                                    In general the major steps of converting your project are
    In order to ease the transition between products for our        as follows:
    customers, we’ve added Project Manifest functionality to
    the InstallShield MultiPlatform and InstallAnywhere products.   	   •		nstall	the	plug-in	for	InstallShield	MultiPlatform	
                                                                          I
    You can download the Project Manifest                                 11.5 SP1.
    plug-in from the Flexera Software Support Site at               	   •		 se	the	Project	Manifest	tool	to	export	your	project.
                                                                          U
    http://www.flexerasoftware.com/support/index.shtml.             	   •		mport	the	project	manifest	into	InstallAnywhere.	
                                                                          I
                                                                    	   •		 igrate	your	custom	beans	to	the	InstallAnywhere	
                                                                          M
    This document outlines a typical use case for migrating ISMP          CustomAction class type.
    project information and functionality to an InstallAnywhere     	   •		 dd	the	required	dialogs	to	your	project.	
                                                                          A
    project. This plug-in is designed to export as much ISMP
    functionality as possible to an InstallAnywhere project.        InstallShield MultiPlatform and InstallAnywhere
    However, this tool has some limitations. Flexera Software       Differences
    has provided support for the ISMP services layer as well        Since you are porting from one product to another, there
    as certain utilities with InstallAnywhere to facilitate the     are some caveats to consider. Not all of the functionality
    migration of projects from InstallShield MultiPlatform          you have in your ISMP project is migrated to the Project
    to InstallAnywhere. Due to the fact that InstallShield          Manifest. None of your custom code is migrated to the
    MultiPlatform permitted extensive customization, including      Project Manifest. The table explains which functionality is
    the creation of custom Java beans, it is not possible to        migrated and which is not.
    provide tooling that will guarantee an automated migration
    of projects from ISMP to IA. This document also highlights
    the differences between the two products in regards to
    project settings and explains what functionality is and is
    not migrated.

    This document begins with a table that displays features
    common to both products as well as caveats. Some best
    practices are listed that should be considered before
    exporting your project with the Manifest plug-in. The next
    section, The Migration Process walks through the export
    process of a sample InstallShield MultiPlatform project as
    well as the import process in InstallAnywhere. Finally in the
    Additional Considerations section, the process of converting
    custom code and dialogs is explained.




2
MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE




    ISMP                                      PROJECT MANIFEST                           INSTALLANYWHERE
    Project Info (name, version)              Project Info                               Project Info
    Uninstaller Information*                  Not Supported                              Not Supported
    Update Service Information                Update Service Information                 Update Service Information
    Product Info                              Product Info                               Product Info
    Language Support                          Language Support                           Language Support
    Platform Support                          Platform Support                           Platform Support
    Features                                  Features                                   Features
    Components                                Components (Converted to DIMs)             DIM References/Components and File
                                                                                         actions
    Assemblies                                Assemblies (as child manifest)             DIM References added to the Install
                                                                                         task
    Product Actions* except:                  Product	Actions	(add	to	DIM	files)         Product Actions (located in DIM
                                                                                         References)
     Ascii File Update                        Ascii File Update                          Ascii File Update
     Environment Variable Update              Environment Variable update                Environment Variable update
     Create Folder                            Create Folder                              Create Folder
     Windows Registry Update                  Windows Registry Update                    Windows Registry Update
    Wizard Actions*                           Not Supported                              Not Supported
    Custom Actions*                           Not Supported                              Not Supported
    Dialogs*                                  Not Supported                              Not Supported
    Build Variables                           Build Variables                            Source Paths
    Runtime Variables                         Runtime Variables                          Magic Folder Variables
    Installer Launchers*                      Not Supported                              Not Supported
    Product Launcher                          Product Launcher                           LaunchAnywhere
    Short Cuts                                ShortCuts                                  Shortcut
    JVM Resolution*                           Not Supported                              Not Supported
    Custom Beans*                             Not Supported                              Not Supported
    * Not exported to Project Manifest


Migration Best Practices                                             Flexerasoftware support site mentioned in the Introduction.
Since there are differences between the two products,                Once the plug-in is installed, you can create the manifest by
consider the following points before attempting to migrate           following the steps below.
your project.
                                                                     1. Open an existing ISMP project or create a new Universal
	      •		 lways	create	backup	copies	of	your	projects	before	
         A                                                              Installer Project.
         creating a manifest.
	      •		 nly	Universal,	5.x,	and	Condenser	project	types	
         O                                                           2. From the Tools menu, choose Create Project Manifest.
         support the Project Manifest plug-in.
	      •		n	order	to	migrate	a	Suite,	you	must	create	a	Project	
         I
         Manifest for each of the child projects.

The Migration Process
Creating a Project Manifest in ISMP
In order to create a Project Manifest from an InstallShield
MultiPlatform project, you must download and install
the Project Manifest plug-in. If you do not see an entry
for “Create Project Manifest” in the Tools menu, you
have not downloaded the plug-in. Download it from the


                                                                                                                                     3
MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE




    3.		 pecify	a	path	for	the	Project	Manifest	file	when	
       S                                                              2. Click Other Project and browse to the Project
       prompted.                                                         Manifest	file.




    4. Click OK. Progress regarding the creation of the manifest
    file	is	shown	in	the	Output	window	at	the	bottom	of	the	IDE.

    During the creation process, all components are converted
    to	Developer	Installation	Manifest	(DIM)	files.	Only	product	
    actions	that	are	supported	by	DIM	files	are	preserved	in	
    the	Project	Manifest	file.	Project	information	such	as	project	
    name and author are then stored in the manifest followed
    by product information like product name and version.             3. Click Open. If your project contained DIMs along with
    Settings for each of the components in the project are stored        components, you are prompted to convert components
    in	the	Project	Manifest	file.	Platform	and	language	settings	        back to components or import everything as DIMs.
    along	with	conditions	that	are	supported	by	DIM	files	are	
    also	added	to	the	Project	Manifest	file.

    Once	the	creation	process	has	finished,	a	folder	structure	is	
    created	at	the	location	you	specified.	This	folder	structure	
    contains	the	Project	Manifest	file	along	with	a	DIM	file	
    for each of the components in the project. If your project
    contained assembly references, a subfolder for each of them
    is	created	that	contains	a	Project	Manifest	file	and	DIMs	for	
    that assembly’s product tree.

    Importing a Project Manifest Using InstallAnywhere
    Project Manifests can only be applied to new
    InstallAnywhere projects. When importing the Project
    Manifest, InstallAnywhere creates the features, components
    and install sets with the same settings as the original
    ISMP project. You can import a Project Manifest using the
    following steps.                                                  4. Click Yes to import everything as DIMs then click
                                                                         Advanced Designer to open the InstallAnywhere project
    1. Open InstallAnywhere and choose the Open Existing                 with the changes.
       Project option from the New Project wizard.




4
MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE




Once	a	new	project	has	been	specified,	the	Project	Manifest	     Custom Code
file	that	was	selected	for	the	existing	project	is	applied	to	   To convert custom logic, you will have to extend
the template that was chosen. Refer the Install task in the      the CustomCodeRule class in IA instead of the
InstallAnywhere IDE to see the DIM references, shortcuts and     ProductBeanCondition or WizardBeanCondtion in the case
launchers that were migrated from your ISMP project.             of custom conditions. Your custom rule should overwrite
                                                                 the evaluateRule() method. A custom rule can be placed
Additional Considerations                                        anywhere a standard rule can be added. Just choose the
Many of the items not transferred from your original             Evaluate Custom Rule from the rules list to add it to an item.
InstallShield MultiPlatform project can be manually created
in InstallAnywhere. This section explains how to accomplish      If your ISMP project contains custom beans that use the
this for common components found in a typical                    ISMP Services, these may convert over as well. The File
MultiPlatform project.                                           service, Security service, SystemUtil service, Win32
                                                                 service, Win32 Registry service and the Windows
Conditions                                                       Account Privileges service from ISMP are available in
In order to maintain the same standard logic used in the         InstallAnywhere. In order to make use of your existing
ISMP project you need to make use of Rules in your new           code you will have to create a new class that extends the
IA project. Many of the standard conditions found in ISMP        CustomCodeAction class and overwrite the install() and/
have	an	equivalent	Rule	in	IA	such	as	the	Check	FileFolder	     or uninstall() methods. You need to use the InstallerProxy
Exists rule and the Check Platform rule. To add a rule to an     reference to access the services. To illustrate the differences,
item in your project, you simply select the item and choose      see below for examples of an ISMP custom wizard bean
the Rules tab in the bottom half of the IDE, then click the      and an InstallAnywhere custom action:
Add Rule button and choose a rule from the list. Rules can
be applied to the most of the same items as you would in
MultiPlaform.




ISMP—Condition property.




InstallAnywhere—Rule properties.                                 ISMP and InstallAnywhere—A comparison between an ISMP
                                                                 custom wizard bean and an InstallAnywhere custom action.




                                                                                                                                    5
MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE




                                                                         Dialogs




    ISMP—Custom action is added to the project by registering the
    custom class in the Add-ins section.
                                                                         ISMP and InstallAnywhere—A comparison between ISMP and
                                                                         InstallAnywhere dialogs.



                                                                         Standard dialogs will also have to be added to your
                                                                         InstallAnywhere project manually. Most of the standard
                                                                         dialogs found in ISMP are also available in InstallAnywhere
                                                                         such as the License dialog shown above. In addition, IA
                                                                         has a Welcome panel, Password panel, Message panel,
                                                                         InstallSet panel, Get User Input (easy and advanced),
                                                                         among others.



    InstallAnywhere—You can add a custom action by choosing the
    Action from the Actions list and set the path to your class.


    In order to compile these classes, you must have the IAClasses.
    zip	file	as	well	as	the	services.jar	class	in	your	classpath.	You	
    will also have to check the Add services support for custom
    code check box locate in the Project/Java tab in the IDE as
    shown	in	the	figure	below.	Refer	to	the	InstallAnywhere	help	file	
    as well as the JavaDocs included with IA.




                                                                         ISMP—Many of the dialogs found in ISMP have an equivalent
                                                                         dialog in IA.

    InstallAnywhere—The Add service support for custom code check
    box is essential.




6
MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE




                                                                  InstallAnywhere—Query ISMP VPD for install location of previous
                                                                  version




InstallAnywhere—Add dialogs from the list.



Custom Dialogs                                                    InstallAnywhere—Uninstall InstallShield bases installs.
Custom dialogs cannot be exported from ISMP and imported
to IA. Instead you can leverage the InstallAnywhere
UserInputPanel advanced version. This allows you to add           Summary
various controls to a panel and customize them. You can           With the newest features of InstallShield MultiPlatform 11.5
also utilize the new HTML panel that will allow you to            SP 1 and InstallAnywhere it is possible to migrate your ISMP
display a stylesheet, javascript, html page or website within     projects to InstallAnywhere and replicate much of the custom
the wizard panel. A custom panel can also be created by           ISMP functionality without too much re-tooling.
writing a custom action that extends the CustomCodePanel
class.	This	can	be	added	to	the	Pre-	or	Post-Install	sequence	
by clicking the Add Action button and choosing the Panel
tab. Choose Panel: Custom Code and set the path property
to the location of your custom class.

Maintaining Existing Installations
If you are creating upgrades or patches for existing
installations that were originally installed using ISMP, the
recommending course is to use the Uninstall InstallShield
Universal Software action in IA. To use this action correctly
first	use	the	Query	InstallShield	Software	Information	to	
retrieve the location of the previously installed application.
You can use the variable $ISMP_COMPONENT_
LOCATIONS$ in the Uninstall InstallShield Software action
to silently uninstall the old application before installing the
current version.




                                                                                                                                    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.
                                                                                                                                                                            IA_WP_ISMPmigration_Oct11

Weitere ähnliche Inhalte

Andere mochten auch

黄希彤:【无障碍访问】Margin
黄希彤:【无障碍访问】Margin黄希彤:【无障碍访问】Margin
黄希彤:【无障碍访问】Margintaobao.com
 
Study Of Human Physiology Dr Shriniwas Kashalikar
Study Of Human Physiology Dr Shriniwas KashalikarStudy Of Human Physiology Dr Shriniwas Kashalikar
Study Of Human Physiology Dr Shriniwas Kashalikarshriniwaskashalikar
 
Adjudication: Challenging the Adjudicator's Jurisdiction
Adjudication: Challenging the Adjudicator's JurisdictionAdjudication: Challenging the Adjudicator's Jurisdiction
Adjudication: Challenging the Adjudicator's JurisdictionFrancis Ho
 
Dịch vụ quảng cáo, thiết kế và phát triển website
Dịch vụ quảng cáo, thiết kế và phát triển websiteDịch vụ quảng cáo, thiết kế và phát triển website
Dịch vụ quảng cáo, thiết kế và phát triển websiteHai Yen Tran
 
Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back? Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back? Flexera
 
Lueurs Promo Eng
Lueurs Promo EngLueurs Promo Eng
Lueurs Promo Engjazzfaction
 
Direct and reported speech
Direct and reported speechDirect and reported speech
Direct and reported speechEunice Rivera
 
I.ekonomiapolitikeetregjeve financiare
I.ekonomiapolitikeetregjeve financiareI.ekonomiapolitikeetregjeve financiare
I.ekonomiapolitikeetregjeve financiareMenaxherat
 
21st Century Construction Toolkit - Olswang LLP
21st Century Construction Toolkit - Olswang LLP21st Century Construction Toolkit - Olswang LLP
21st Century Construction Toolkit - Olswang LLPFrancis Ho
 

Andere mochten auch (11)

黄希彤:【无障碍访问】Margin
黄希彤:【无障碍访问】Margin黄希彤:【无障碍访问】Margin
黄希彤:【无障碍访问】Margin
 
Study Of Human Physiology Dr Shriniwas Kashalikar
Study Of Human Physiology Dr Shriniwas KashalikarStudy Of Human Physiology Dr Shriniwas Kashalikar
Study Of Human Physiology Dr Shriniwas Kashalikar
 
Adjudication: Challenging the Adjudicator's Jurisdiction
Adjudication: Challenging the Adjudicator's JurisdictionAdjudication: Challenging the Adjudicator's Jurisdiction
Adjudication: Challenging the Adjudicator's Jurisdiction
 
Dyp overview
Dyp overviewDyp overview
Dyp overview
 
Dịch vụ quảng cáo, thiết kế và phát triển website
Dịch vụ quảng cáo, thiết kế và phát triển websiteDịch vụ quảng cáo, thiết kế và phát triển website
Dịch vụ quảng cáo, thiết kế và phát triển website
 
Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back? Windows 10 One Year Later: What’s Holding You Back?
Windows 10 One Year Later: What’s Holding You Back?
 
Lueurs Promo Eng
Lueurs Promo EngLueurs Promo Eng
Lueurs Promo Eng
 
Curso Html4
Curso Html4Curso Html4
Curso Html4
 
Direct and reported speech
Direct and reported speechDirect and reported speech
Direct and reported speech
 
I.ekonomiapolitikeetregjeve financiare
I.ekonomiapolitikeetregjeve financiareI.ekonomiapolitikeetregjeve financiare
I.ekonomiapolitikeetregjeve financiare
 
21st Century Construction Toolkit - Olswang LLP
21st Century Construction Toolkit - Olswang LLP21st Century Construction Toolkit - Olswang LLP
21st Century Construction Toolkit - Olswang LLP
 

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

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
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
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
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
 
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
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
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
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
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
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
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
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
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
 
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
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
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
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 

Migrating InstallShield MultiPlatform Projects to InstallAnywhere

  • 1. W H I T E PA P E R Migrating InstallShield MultiPlatform Projects to InstallAnywhere
  • 2. MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE Migrating InstallShield MultiPlatform Projects to InstallAnywhere Introduction In general the major steps of converting your project are In order to ease the transition between products for our as follows: customers, we’ve added Project Manifest functionality to the InstallShield MultiPlatform and InstallAnywhere products. • nstall the plug-in for InstallShield MultiPlatform I You can download the Project Manifest 11.5 SP1. plug-in from the Flexera Software Support Site at • se the Project Manifest tool to export your project. U http://www.flexerasoftware.com/support/index.shtml. • mport the project manifest into InstallAnywhere. I • igrate your custom beans to the InstallAnywhere M This document outlines a typical use case for migrating ISMP CustomAction class type. project information and functionality to an InstallAnywhere • dd the required dialogs to your project. A project. This plug-in is designed to export as much ISMP functionality as possible to an InstallAnywhere project. InstallShield MultiPlatform and InstallAnywhere However, this tool has some limitations. Flexera Software Differences has provided support for the ISMP services layer as well Since you are porting from one product to another, there as certain utilities with InstallAnywhere to facilitate the are some caveats to consider. Not all of the functionality migration of projects from InstallShield MultiPlatform you have in your ISMP project is migrated to the Project to InstallAnywhere. Due to the fact that InstallShield Manifest. None of your custom code is migrated to the MultiPlatform permitted extensive customization, including Project Manifest. The table explains which functionality is the creation of custom Java beans, it is not possible to migrated and which is not. provide tooling that will guarantee an automated migration of projects from ISMP to IA. This document also highlights the differences between the two products in regards to project settings and explains what functionality is and is not migrated. This document begins with a table that displays features common to both products as well as caveats. Some best practices are listed that should be considered before exporting your project with the Manifest plug-in. The next section, The Migration Process walks through the export process of a sample InstallShield MultiPlatform project as well as the import process in InstallAnywhere. Finally in the Additional Considerations section, the process of converting custom code and dialogs is explained. 2
  • 3. MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE ISMP PROJECT MANIFEST INSTALLANYWHERE Project Info (name, version) Project Info Project Info Uninstaller Information* Not Supported Not Supported Update Service Information Update Service Information Update Service Information Product Info Product Info Product Info Language Support Language Support Language Support Platform Support Platform Support Platform Support Features Features Features Components Components (Converted to DIMs) DIM References/Components and File actions Assemblies Assemblies (as child manifest) DIM References added to the Install task Product Actions* except: Product Actions (add to DIM files) Product Actions (located in DIM References) Ascii File Update Ascii File Update Ascii File Update Environment Variable Update Environment Variable update Environment Variable update Create Folder Create Folder Create Folder Windows Registry Update Windows Registry Update Windows Registry Update Wizard Actions* Not Supported Not Supported Custom Actions* Not Supported Not Supported Dialogs* Not Supported Not Supported Build Variables Build Variables Source Paths Runtime Variables Runtime Variables Magic Folder Variables Installer Launchers* Not Supported Not Supported Product Launcher Product Launcher LaunchAnywhere Short Cuts ShortCuts Shortcut JVM Resolution* Not Supported Not Supported Custom Beans* Not Supported Not Supported * Not exported to Project Manifest Migration Best Practices Flexerasoftware support site mentioned in the Introduction. Since there are differences between the two products, Once the plug-in is installed, you can create the manifest by consider the following points before attempting to migrate following the steps below. your project. 1. Open an existing ISMP project or create a new Universal • lways create backup copies of your projects before A Installer Project. creating a manifest. • nly Universal, 5.x, and Condenser project types O 2. From the Tools menu, choose Create Project Manifest. support the Project Manifest plug-in. • n order to migrate a Suite, you must create a Project I Manifest for each of the child projects. The Migration Process Creating a Project Manifest in ISMP In order to create a Project Manifest from an InstallShield MultiPlatform project, you must download and install the Project Manifest plug-in. If you do not see an entry for “Create Project Manifest” in the Tools menu, you have not downloaded the plug-in. Download it from the 3
  • 4. MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE 3. pecify a path for the Project Manifest file when S 2. Click Other Project and browse to the Project prompted. Manifest file. 4. Click OK. Progress regarding the creation of the manifest file is shown in the Output window at the bottom of the IDE. During the creation process, all components are converted to Developer Installation Manifest (DIM) files. Only product actions that are supported by DIM files are preserved in the Project Manifest file. Project information such as project name and author are then stored in the manifest followed by product information like product name and version. 3. Click Open. If your project contained DIMs along with Settings for each of the components in the project are stored components, you are prompted to convert components in the Project Manifest file. Platform and language settings back to components or import everything as DIMs. along with conditions that are supported by DIM files are also added to the Project Manifest file. Once the creation process has finished, a folder structure is created at the location you specified. This folder structure contains the Project Manifest file along with a DIM file for each of the components in the project. If your project contained assembly references, a subfolder for each of them is created that contains a Project Manifest file and DIMs for that assembly’s product tree. Importing a Project Manifest Using InstallAnywhere Project Manifests can only be applied to new InstallAnywhere projects. When importing the Project Manifest, InstallAnywhere creates the features, components and install sets with the same settings as the original ISMP project. You can import a Project Manifest using the following steps. 4. Click Yes to import everything as DIMs then click Advanced Designer to open the InstallAnywhere project 1. Open InstallAnywhere and choose the Open Existing with the changes. Project option from the New Project wizard. 4
  • 5. MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE Once a new project has been specified, the Project Manifest Custom Code file that was selected for the existing project is applied to To convert custom logic, you will have to extend the template that was chosen. Refer the Install task in the the CustomCodeRule class in IA instead of the InstallAnywhere IDE to see the DIM references, shortcuts and ProductBeanCondition or WizardBeanCondtion in the case launchers that were migrated from your ISMP project. of custom conditions. Your custom rule should overwrite the evaluateRule() method. A custom rule can be placed Additional Considerations anywhere a standard rule can be added. Just choose the Many of the items not transferred from your original Evaluate Custom Rule from the rules list to add it to an item. InstallShield MultiPlatform project can be manually created in InstallAnywhere. This section explains how to accomplish If your ISMP project contains custom beans that use the this for common components found in a typical ISMP Services, these may convert over as well. The File MultiPlatform project. service, Security service, SystemUtil service, Win32 service, Win32 Registry service and the Windows Conditions Account Privileges service from ISMP are available in In order to maintain the same standard logic used in the InstallAnywhere. In order to make use of your existing ISMP project you need to make use of Rules in your new code you will have to create a new class that extends the IA project. Many of the standard conditions found in ISMP CustomCodeAction class and overwrite the install() and/ have an equivalent Rule in IA such as the Check FileFolder or uninstall() methods. You need to use the InstallerProxy Exists rule and the Check Platform rule. To add a rule to an reference to access the services. To illustrate the differences, item in your project, you simply select the item and choose see below for examples of an ISMP custom wizard bean the Rules tab in the bottom half of the IDE, then click the and an InstallAnywhere custom action: Add Rule button and choose a rule from the list. Rules can be applied to the most of the same items as you would in MultiPlaform. ISMP—Condition property. InstallAnywhere—Rule properties. ISMP and InstallAnywhere—A comparison between an ISMP custom wizard bean and an InstallAnywhere custom action. 5
  • 6. MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE Dialogs ISMP—Custom action is added to the project by registering the custom class in the Add-ins section. ISMP and InstallAnywhere—A comparison between ISMP and InstallAnywhere dialogs. Standard dialogs will also have to be added to your InstallAnywhere project manually. Most of the standard dialogs found in ISMP are also available in InstallAnywhere such as the License dialog shown above. In addition, IA has a Welcome panel, Password panel, Message panel, InstallSet panel, Get User Input (easy and advanced), among others. InstallAnywhere—You can add a custom action by choosing the Action from the Actions list and set the path to your class. In order to compile these classes, you must have the IAClasses. zip file as well as the services.jar class in your classpath. You will also have to check the Add services support for custom code check box locate in the Project/Java tab in the IDE as shown in the figure below. Refer to the InstallAnywhere help file as well as the JavaDocs included with IA. ISMP—Many of the dialogs found in ISMP have an equivalent dialog in IA. InstallAnywhere—The Add service support for custom code check box is essential. 6
  • 7. MIGRATING INSTALLSHIELD MULTIPLATFORM PROJECTS TO INSTALLANYWHERE InstallAnywhere—Query ISMP VPD for install location of previous version InstallAnywhere—Add dialogs from the list. Custom Dialogs InstallAnywhere—Uninstall InstallShield bases installs. Custom dialogs cannot be exported from ISMP and imported to IA. Instead you can leverage the InstallAnywhere UserInputPanel advanced version. This allows you to add Summary various controls to a panel and customize them. You can With the newest features of InstallShield MultiPlatform 11.5 also utilize the new HTML panel that will allow you to SP 1 and InstallAnywhere it is possible to migrate your ISMP display a stylesheet, javascript, html page or website within projects to InstallAnywhere and replicate much of the custom the wizard panel. A custom panel can also be created by ISMP functionality without too much re-tooling. writing a custom action that extends the CustomCodePanel class. This can be added to the Pre- or Post-Install sequence by clicking the Add Action button and choosing the Panel tab. Choose Panel: Custom Code and set the path property to the location of your custom class. Maintaining Existing Installations If you are creating upgrades or patches for existing installations that were originally installed using ISMP, the recommending course is to use the Uninstall InstallShield Universal Software action in IA. To use this action correctly first use the Query InstallShield Software Information to retrieve the location of the previously installed application. You can use the variable $ISMP_COMPONENT_ LOCATIONS$ in the Uninstall InstallShield Software action to silently uninstall the old application before installing the current version. 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. IA_WP_ISMPmigration_Oct11