Wise Mobile Device Package Editor Reference

Size: px
Start display at page:

Download "Wise Mobile Device Package Editor Reference"

Transcription

1 Wise Mobile Device Package Editor Reference

2 Mobile Device Package Editor The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation version 7.0 SP2 Legal Notice Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Altiris are trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Symantec Corporation and its licensors, if any. THE DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. SYMANTEC CORPORATION SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION. THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS SUBJECT TO CHANGE WITHOUT NOTICE. The Licensed Software and Documentation are deemed to be commercial computer software as defined in FAR and subject to restricted rights as defined in FAR Section Commercial Computer Software - Restricted Rights and DFARS , Rights in Commercial Computer Software or Commercial Computer Software Documentation, as applicable, and any successor regulations. Any use, modification, reproduction release, performance, display or disclosure of the Licensed Software and Documentation by the U.S. Government shall be solely in accordance with the terms of this Agreement. Symantec Corporation 350 Ellis Street Mountain View, CA Mobile Device Package Editor Reference 2

3 Technical Support Symantec Technical Support maintains support centers globally. Technical Support s primary role is to respond to specific queries about product features and functionality. The Technical Support group also creates content for our online Knowledge Base. The Technical Support group works collaboratively with the other functional areas within Symantec to answer your questions in a timely fashion. For example, the Technical Support group works with Product Engineering and Symantec Security Response to provide alerting services and virus definition updates. Symantec s maintenance offerings include the following: A range of support options that give you the flexibility to select the right amount of service for any size organization Telephone and/or web-based support that provides rapid response and up-to-theminute information Upgrade assurance that delivers software upgrades Global support purchased on a regional business hours or 24 hours a day, 7 days a week basis Premium service offerings that include Account Management Services For information about Symantec s support offerings, you can visit our web site at the following URL: All support services will be delivered in accordance with your support agreement and the then-current enterprise technical support policy. Contacting Technical Support Customers with a current maintenance agreement may access Technical Support information at the following URL: Before contacting Technical Support, make sure you have satisfied the system requirements that are listed in your product documentation. Also, you should be at the computer on which the problem occurred, in case it is necessary to replicate the problem. When you contact Technical Support, please have the following information available: Product release level Hardware information Available memory, disk space, and NIC information Operating system Version and patch level Network topology Router, gateway, and IP address information Problem description: Error messages and log files Mobile Device Package Editor Reference 3

4 Troubleshooting that was performed before contacting Symantec Recent software configuration changes and network changes Licensing and registration If your Symantec product requires registration or a license key, access our technical support Web page at the following URL: Customer service Customer service information is available at the following URL: Customer Service is available to assist with non-technical questions, such as the following types of issues: Questions regarding product licensing or serialization Product registration updates, such as address or name changes General product information (features, language availability, local dealers) Latest information about product updates and upgrades Information about upgrade assurance and maintenance contracts Information about the Symantec Buying Programs Advice about Symantec s technical support options Nontechnical presales questions Issues that are related to CD-ROMs or manuals Support agreement resources If you want to contact Symantec regarding an existing support agreement, please contact the support agreement administration team for your region as follows: Asia-Pacific and Japan Europe, Middle-East, and Africa North America and Latin America customercare_apac@symantec.com semea@symantec.com supportsolutions@symantec.com Additional enterprise services Symantec offers a comprehensive set of services that allow you to maximize your investment in Symantec products and to develop your knowledge, expertise, and global insight, which enable you to manage your business risks proactively. Enterprise services that are available include the following: Mobile Device Package Editor Reference 4

5 Managed Services Consulting Services Educational Services Managed services remove the burden of managing and monitoring security devices and events, ensuring rapid response to real threats. Symantec Consulting Services provide on-site technical expertise from Symantec and its trusted partners. Symantec Consulting Services offer a variety of prepackaged and customizable options that include assessment, design, implementation, monitoring, and management capabilities. Each is focused on establishing and maintaining the integrity and availability of your IT resources. Educational Services provide a full array of technical training, security education, security certification, and awareness communication programs. To access more information about Enterprise services, please visit our Web site at the following URL: Select your country or language from the site index. Mobile Device Package Editor Reference 5

6 Contents Technical Support Chapter 1: Introduction to Mobile Device Package Editor About Mobile Device Package Editor About Windows Mobile Installations Starting the Mobile Device Package Editor Using Installation Expert Using the INF Editor Compiling a Mobile Device Installation Product Documentation Chapter 2: Creating Installations for Mobile Devices About Installation Expert in Mobile Device Package Editor Defining Application Information About Multiple Device Support Defining Device Support Entering Platform Information Files Page Adding Files to a Mobile Device Installation Editing File Details Adding Registry Entries Defining Shortcuts Index Mobile Device Package Editor Reference 6

7 Chapter 1 Introduction to Mobile Device Package Editor This chapter includes the following topics: About Mobile Device Package Editor on page 7 About Windows Mobile Installations on page 7 Starting the Mobile Device Package Editor on page 8 Using Installation Expert on page 9 Using the INF Editor on page 10 Compiling a Mobile Device Installation on page 10 Product Documentation on page 11 About Mobile Device Package Editor Mobile Device Package Editor is an installation development tool that lets you create an.inf file and compile it to one or more.cab files that install a mobile device application. It supports the Microsoft Windows Mobile platform for Pocket PC and Smartphone devices. In the Installation Expert interface in Mobile Device Package Editor, you complete dialog boxes to specify the installation resources and parameters. These installation options generate the project file in.inf format, which is used to compile the installation.cab files. For advanced customization, you can edit the.inf directly within the Mobile Device Package Editor. Changes that you make in Installation Expert are automatically reflected in the.inf file, and vice versa. You can open an.inf file from any vendor or other third party in the Mobile Device Package Editor, and compile it to a.cab. You also can open a Pocket PC.CAB to edit and recompile it. Mobile Device Package Editor is included with the following products: Wise Installation Studio Wise Package Studio The functionality is the same in both products. About Windows Mobile Installations The Microsoft Windows Mobile platform supports Pocket PC and Smartphone devices. A Windows Mobile device installation consists of a single, self-extracting.cab file and an optional Setup.dll file. The.CAB file contains all the resources (files, registry keys, and shortcuts) that comprise the application. The Setup.dll file provides functions for performing certain operations during the installation and removal of your application. Mobile Device Package Editor Reference 7

8 Introduction to Mobile Device Package Editor Mobile device.cab files are generated by the CabWiz program from an information file (.INF). The.INF is a text file that specifies directories, files, settings, and configurations that are used to install a mobile device application. (Pocket PC applications only.) A single.inf file can contain information to produce multiple.cab files. Example: An application supports the Windows Mobile and Pocket PC 2002 platforms, but several of the application files are platform-dependent. When you create the installation, you assign the files to the device that supports that platform. When you compile, the Windows Mobile-specific files are placed in the Windows Mobile.CAB file, and the Pocket PC 2002-specific files are placed in the Pocket PC 2002.CAB file. A mobile device application can be installed in the following ways: The.CAB file and an.ini file that describes the.cab are included in an installation that runs on the desktop computer. The desktop computer contains Application Manager (CeAppMgr.exe), which is installed with ActiveSync. Application Manager installs the mobile device application on the device. The end user copies the.cab file to the mobile device and opens it. The.CAB file extracts its contents to the directories that were specified in the.inf file. Uninstall of the mobile device application is controlled by the mobile device and ActiveSync. Uninstalling the mobile device installation from the desktop computer does not affect the application that is installed on the mobile device. To add mobile device.cab files to a desktop installation: Windows Installer installations: use Installation Expert > Mobile Devices page in Windows Installer Editor. WiseScript installations: use the Install Windows Mobile Application script action in WiseScript Package Editor or Wise Script Editor. See: About the Mobile Devices Page in the Windows Installer Editor Help Install Windows Mobile Application in the WiseScript Package Editor or WiseScript Editor Help Starting the Mobile Device Package Editor The way you start Mobile Device Package Editor depends on which of the following products you are using. In Wise Installation Studio Select Start > Programs > Symantec > Wise Installation Studio > Mobile Device Package Editor. In Wise Package Studio Do one of the following: On the Projects tab, click the Run link to the right of the task or tool associated with Mobile Device Package Editor. On the Tools tab, double-click Mobile Device Package Editor. Mobile Device Package Editor Reference 8

9 Introduction to Mobile Device Package Editor See also: About Mobile Device Package Editor on page 7 Using Installation Expert on page 9 Using the INF Editor on page 10 Using Installation Expert To display Installation Expert, click Installation Expert at the lower left of the editor s main window. Installation Expert window in Mobile Device Package Editor Page Groups Page Area View Navigation Compile Page Groups Pages are organized into page groups. Click the group name to expand or collapse its pages. Click a page name to display that page. Page Area When you click a page name in a page group, this area displays the page s options. Each page lets you define a specific aspect of the mobile device package. (Examples: On the Files page, you define what files are included in the package.) Complete just the pages that are pertinent to your particular package, in any order. If required information is missing, an error message appears during compile. Use on the toolbar to navigate from page to page, or click the page name in the list of pages. To display help for the current page, press F1. Mobile Device Package Editor Reference 9

10 Introduction to Mobile Device Package Editor View Navigation Click these tabs to change views. Compile Click the Compile button to build the package. Using the INF Editor As you specify settings in Installation Expert, an.inf file is created, containing information about the installation. The INF Editor lets you view and edit that.inf file. You might do this to add functionality that isn t possible with Installation Expert alone. To display the INF Editor, click the INF Editor tab at the lower left of the main window. The INF Editor is a basic text editor. Changes that you make in Installation Expert are automatically reflected in the.inf file, and vice versa. Warning The INF Editor does not validate any changes you make to the.inf file. Edit the.inf file directly only if you have a clear understanding of the.inf file contents and syntax. Search for.inf Files for Devices in the MSDN library (msdn.microsoft.com/library/). Compiling a Mobile Device Installation Mobile device.cab files are generated by the CabWiz program from an information (.INF) file. The Application Type option on the Application Information page determines which CabWiz program is used: Pocket PC applications use Cabwiz.exe. Smartphone applications use CabwizSP.exe. Compiled Files When you compile an.inf file with the Mobile Device Package Editor, the following files are created: installation_name.device_name.cab The installation file, containing all the resources (files, registry keys, and shortcuts) that comprise the application. The compile process creates a.cab file for the default device and every additional device that is defined in the installation. installation_name.device_name.dat (Pocket PC only.) Stores the instructions for installing the application. WiseErr.txt Records error messages that result from the compile. To compile a mobile device installation 1. Click Compile at the lower right of the main window. If you have not saved the installation, the Save As dialog box appears. Save the.inf file. Mobile Device Package Editor Reference 10

11 Introduction to Mobile Device Package Editor Note The CabWiz program does not support UNC paths. To prevent compile errors caused by UNC paths, save the.inf file to a local or mapped drive. The Save Information dialog box appears. 2. Complete the dialog box: Working Directory Specify the directory in which to store the compiled files. Cabwiz Directory Specify the location of the Cabwiz.exe or cabwizsp.exe to use. Typically, you should accept the default, unless you want to use a different version of CabWiz. 3. Click Build. The compiled files are created in the location that you specified. Product Documentation This documentation assumes that you are proficient in the use of the Windows operating system. If you need help using the operating system, consult its user documentation. Use the following sources of information to learn about this product. Online Help The online help contains detailed technical information and step-by-step instructions for performing common tasks. Access help in the following ways: To display context-sensitive help for the active window or dialog box, press F1. To select a help topic from a table of contents, index, or search, select Help menu > Help Topics. Reference Manual All the material in the online help is also available in a.pdf-format reference manual, which you can access by selecting Help menu > Reference Manual. Getting Started Guide The Getting Started Guide contains system requirements and installation instructions. You can access a.pdf version of the Getting Started Guide from the Windows Start menu. Release Notes The product release notes cover new features, enhancements, bug fixes, and known issues for the current version of this product. To access the release notes, select Release Notes from the Symantec program group on the Windows Start menu. Mobile Device Package Editor Reference 11

12 Chapter 2 Creating Installations for Mobile Devices This chapter includes the following topics: About Installation Expert in Mobile Device Package Editor on page 12 Defining Application Information on page 12 About Multiple Device Support on page 13 Entering Platform Information on page 15 Files Page on page 16 Adding Registry Entries on page 18 Defining Shortcuts on page 19 About Installation Expert in Mobile Device Package Editor Installation Expert lets you create and edit mobile device installations and provides an easy-to-use, task-oriented user interface to perform the most common installation tasks. Each page of Installation Expert lets you configure a specific aspect of your installation. In Installation Expert, the pages are organized into logical groups and listed in the order in which you usually use them. For advanced customization, you can edit the.inf directly within the Mobile Device Package Editor. Changes that you make in Installation Expert are automatically reflected in the.inf file, and vice versa. To display the INF Editor, click the INF Editor tab at the lower left of the main window. Defining Application Information Use the Application Information page to enter information about this mobile device installation. In Mobile Device Package Editor, select Installation Expert > Application Information and complete the page: Application Name Enter the name of the application you are installing. This name appears in the desktop computer s mobile device software (the Add/Remove Programs dialog box, accessible from the Microsoft ActiveSync window). Company Name Enter the name of the company that developed the application. This further describes the application to the end user during installation. Mobile Device Package Editor Reference 12

13 Creating Installations for Mobile Devices Device Installation Directory Select or create a directory in which to store files on the mobile device. To create a directory, select a directory and add the name of your directory at the end. (Example: select \Program Files and then type \MyDirectory at the end.) Application Type The Microsoft Windows Mobile platform supports Pocket PC and Smartphone devices. This option determines which CabWiz program is used to compile the installation. Pocket PC Uses Cabwiz.exe. Smartphone Uses CabwizSP.exe. About Multiple Device Support Pocket PC applications only. The Microsoft Windows Mobile platform supports Pocket PC and Smartphone devices. Both the Pocket PC and Smartphone operating systems are based on Windows CE, and are very similar except for their platform and processor support. Smartphone only supports Smartphone devices, but Pocket PC is compatible with many different platforms and processors. Therefore, when you create a Pocket PC installation, you can specify additional platform and processor information. A single.cab file can install to only one platform-processor combination. An installation that supports multiple platforms and processors requires multiple.cab files. At run time, the mobile device installation queries the connected mobile device for its platform and processor, and then runs the.cab file that has support for that system. A single.inf file can contain information to produce multiple.cab files for installation on multiple platforms. The platform-specific information is identified in the CEDevice section of the.inf file. In Mobile Device Package Editor, you provide the information for the CEDevice section by defining devices on the Device Support page. See Defining Device Support on page 14. Every installation contains a Default device. If an application is platform-independent, then you can add all the application s resources to the Default device. Compiling the installation creates a single.cab file that can install the application on any platform. If an application contains resources that are platform-dependent, you can define multiple devices within a single installation project, and assign the platform-specific resources to the appropriate device. Compiling the installation creates a separate.cab file for the Default device and for each additional device that you defined. The resources that you add to the Default device are included in every.cab that is compiled from the installation. Resources that you add to a specific device are included in the.cab file for that device only. Example: An application, named Sample, contains three devices: Default, Device1, and Device2. Mobile Device Package Editor Reference 13

14 Creating Installations for Mobile Devices When you add these files to each device Default File_A File_B Device1 Device2 File_C_1 File_C_2 The compiled.cabs contain these files Sample.Default.CAB File_A File_B Sample.Device1.CAB File_A File_B File_C_1 Sample.Device2.CAB File_A File_B File_C_2 About the Current Device Drop-Down List The Current Device drop-down list is populated with the devices that you define on the Device Support page. To add a resource to a specific device, select it from the Current Device drop-down list before you add the resource to the installation. Defining Device Support Pocket PC applications only. The buttons on this page are not available for Smartphone applications. If an application contains resources that are platform-dependent, you can define multiple devices within a single installation project, and assign the platform-specific resources to the appropriate device. Use the Device Support page to define devices for an installation. The devices that you define on the Device Support page populate the Current Device drop-down list that appears on the Files, Registry, and Shortcuts pages. Every installation contains a Default device. You can edit the Default device but you cannot delete or rename it. When you delete a device, all resources that have been added to that device are deleted from the installation. To define a device: In Mobile Device Package Editor, select Installation Expert > Device Support page, click Add, and complete the Device Support dialog box: Device Name Enter a unique name to describe this device. Do not use spaces. The device name becomes part of the compiled.cab file name. Processor Supported The.INF file identifies target CPUs by a processor type. Select the processor with which this device is compatible, or select All. Mobile Device Package Editor Reference 14

15 Creating Installations for Mobile Devices Note All Pocket PC devices are based on the ARM4 family of central processing units. Platforms Supported Select one or more platforms that are supported by this device. The new device appears in the list. To edit it, select it and click Details. See also: For information about platforms, processors, and versions, search for Processor Types and Platforms in the MSDN Library (msdn.microsoft.com/library) Entering Platform Information Use the Platform Information page to define version and build information for the mobile device platforms that are supported by each device in the installation. Also specify the Setup.dll file to use, if any. To enter platform information: In Mobile Device Package Editor, select Installation Expert > Platform Information and complete the page. If you have defined multiple devices for a Pocket PC application, click a device in the Device list to enter information for that device. Minimum Version, Maximum Version Enter the minimum and maximum versions of the platform that the application runs on. When the application is installed on a mobile device, it queries the mobile device s system and verifies that it is supported according to the versions you enter on this page. If you specify a minimum version, you must also specify a maximum version. To indicate that the application runs on any version higher than the minimum, enter 100 as the maximum. (Pocket PC application only.) The versions are pre-filled according to the Windows CE version of the platform you selected for the device. If the device supports multiple platforms, the minimum version is the earliest of any of the platforms and the maximum version is the latest of any of the platforms. Minimum Build, Maximum Build (Optional.) If you specify a minimum build, you must also specify a maximum build, but you can specify a maximum build by itself. Builds are intermediate releases between major releases. Example: the full platform version might be In this case, 2.1 is the version number and the build is.03. Setup.dll Path (Optional.) Specify the Setup.dll to include with this device s installation. The Setup.dll is executed during installation and lets you perform custom operations during installation and removal of the application. For information on how to create this file, refer to the Microsoft Pocket PC or Smartphone SDK documentation, or search for Setup.dll in the MSDN Library (msdn.microsoft.com/library). See also: Mobile Device Package Editor Reference 15

16 Creating Installations for Mobile Devices Defining Device Support on page 14 For information about platforms, processors, and versions, search for Processor Types and Platforms in the MSDN Library (msdn.microsoft.com/library) Files Page On the Files page, you specify the directories and files to be installed on the mobile device. Files page in Mobile Device Package Editor Current Device drop-down list. Directories available to your computer. Files in the directory selected on the left. Directories to be installed on the mobile device. Files to be installed on the mobile device About Installation Directories The My Documents, Program Files, and Windows directories represent the corresponding directories on the mobile device. The Windows directory represents the system directory (regardless of its actual name) on the mobile device. Some standard directories are already created under Windows, such as System32 and Fonts. To create a subdirectory of the system directory, create it under the Windows directory. The Device Installation Directory that you specified on the Application Information page also appears here. Working with the Files Page (Pocket PC applications only.) If the installation supports multiple devices, specify the device you are configuring by selecting it from the Current Device drop-down list. Use the right-click menu to expand or collapse the directory structure. Drag directories or files from the upper list boxes to the lower list boxes. Use the following buttons: Add Contents Add an entire directory and its contents to the installation. Mobile Device Package Editor Reference 16

17 Creating Installations for Mobile Devices Add File Add files to the directory that is selected in the lower-left list box. See Adding Files to a Mobile Device Installation on page 17. New Folder Create directories to be installed on the mobile device. Delete Folder Remove a directory from the installation. This does not delete the folder from the mobile device. Delete File Remove a file from the installation. This does not delete the file from the mobile device. Details View and edit details about a file, including error handling, replacement options, shared.dll count, and self-registration. See Editing File Details on page 17. Adding Files to a Mobile Device Installation A mobile device installation must contain files. Trying to compile an empty.cab results in a compile error. To add files to a mobile device installation 1. In Mobile Device Package Editor, select Installation Expert > Files page. 2. (Pocket PC applications only.) From Current Device, select a device. Resources that you add to a specific device are included in the.cab file for that device only. If you select All, the resources are installed to all of the devices that are defined for this installation. 3. If the directory where the file is to be added is not listed in the lower-left list box: a. Select the directory under which the new directory should be created. b. Click New, enter a directory name, and click OK. The directory you specify will be created on the mobile device if it does not exist. 4. In the lower-left list box, select the directory to which the file will be added. 5. In the upper list boxes, navigate to a file and double-click it or drag it to the lowerright list box. You can select multiple files. The file is added to the selected directory and appears in the lower-right list box. Editing File Details When you add a file to an installation, it inherits the attributes of the original file. If you edit the attributes of a file in an installation, the file reflects your edits when installed on the mobile device. To edit file details 1. In Mobile Device Package Editor, select Installation Expert > Files page. 2. Double-click a file in the lower-right list box. Mobile Device Package Editor Reference 17

18 Creating Installations for Mobile Devices The File Details dialog box appears. 3. Complete the dialog box: Source Pathname This is the full path of the file on your computer. To replace this file, specify a new file. Destination File Name Enter the name for the file when it is installed on the mobile device. File Copy Errors Specify how the installation should respond if a file error occurs during the installation of this file. Skip silently if error occurs Do not install this file and do not notify the end user if an error occurs. Warn if attempting to skip Warn the end user if an attempt is made to skip a file after an error occurs. Do not allow file to be skipped Do not allow the end user to skip copying a file. Increment Shared.DLL Count Mark this to increment the counter for this file (if it is a.dll,.ocx, or.vbx) in the registry of the mobile device. The shared.dll counter prevents the file from being uninstalled if any programs are still using it. Self-Register File Some files (examples:.ocxs and some.dlls) support self-registration. Mark this to have the file register itself in the registry of the mobile device. Replace Existing File Specify how the installation should respond if the file being installed is already on the mobile device. Install Only if File Already Exists Mark this to install this file only if a file of the same name already exists in the installation directory of the mobile device. See also: See Adding Files to a Mobile Device Installation on page 17 Adding Registry Entries Use the Registry page to specify the registry entries to be created or edited on the mobile device. To add registry entries 1. In Mobile Device Package Editor, select Installation Expert > Registry page. The left list box shows registry keys and the right list box shows the key values. 2. (Pocket PC applications only.) From Current Device, select a device. Resources that you add to a specific device are included in the.cab file for that device only. If you select All, the resources are installed to all of the devices that are defined for this installation. Mobile Device Package Editor Reference 18

19 Creating Installations for Mobile Devices 3. To add a new key or value, click New Key. The Registry Details dialog box appears: 4. Complete the dialog box: Root Select the parent key under which the new key will reside. Key Enter the name of the key to create or update. Create an entire key path by separating key names with backslashes. (Example: Entering NewDocument\Protocol\StdFileEditing creates the StdFileEditing key inside the Protocol key, which is created inside the NewDocument key.) Any keys in the path that do not exist are created. Value Name Enter the name of a new named value. Data Value The data you enter should be valid data for the Data Type you select below. Press Ctrl+Enter to insert a carriage return. Data Type Select the type of data contained in the named value. Available types are: String (REG_SZ prefix.) An expandable string. Multiple Strings (REG_MULTI_SZ prefix.) Identifies a value entry as a multiple string. These are multiple pieces of text, separated by carriage returns. Binary/Hex (REG_BINARY prefix.) A series of bytes in hexadecimal notation. Separate the bytes with commas. Do not use the 0x hexadecimal prefix. Double Word (REG_DWORD prefix.) Identifies a value entry as a 4-byte (DWORD) entry. This must be a valid DWORD value. Don t Overwrite if Key Already Exists Mark this to prevent this registry setting from overwriting the key value if it already exists on the mobile device. Clear this to have this registry value overwrite the existing key value. 5. Click OK. After you add a registry entry, you can edit it by selecting the key name in the left list box and double-clicking the value in the right list box. Defining Shortcuts The Shortcuts page lets you add, edit, and delete shortcuts for files in the installation. The shortcuts appear on the mobile device. To define shortcuts 1. In Mobile Device Package Editor, select Installation Expert > Shortcuts page. Mobile Device Package Editor Reference 19

20 Creating Installations for Mobile Devices 2. (Pocket PC applications only.) From Current Device, select a device. Resources that you add to a specific device are included in the.cab file for that device only. If you select All, the resources are installed to all of the devices that are defined for this installation. 3. Click Add at the right of the page. The Shortcut Details dialog box appears. 4. Complete the dialog box: Source Pathname Browse to the file in the installation to create a shortcut for. Only files that are specified on the Files page are displayed. If you have defined multiple devices, only files that are specified for the current device are displayed. Shortcut Name Enter a name for the shortcut. This defaults to the file name. Shortcut Location Enter or select the directory on the mobile device to contain the shortcut. The drop-down list contains the most common locations for shortcuts on mobile devices. 5. Click OK. The new shortcut appears in the list. To edit it, select it and click Details. See also: Adding Files to a Mobile Device Installation on page 17 Mobile Device Package Editor Reference 20

21 Index A add contents of directory 16 Application Information page 12 Application Manager 8 application type (mobile device) 13 C CAB file, mobile device about 7 adding to Windows Installer installation 8 adding to WiseScript 8 compiling 10 CabWiz about 8 Cabwiz.exe 10, 13 CabwizSP.exe 10, 13 compile mobile device installation 10 current device 14 D DAT file, Pocket PC 10 default device 13 device current 14 default 13 defining 14 installation directory 13 multiple 13 Device Support page 14 device support, mobile device 13 directory device installation 13 predefined 16 documentation, Wise 11 F file attributes, changing 17 name, changing 17 file details, mobile device 17 file, CAB (mobile device) about 7 compiling 10 file, mobile device adding to installation 17 attributes, changing 17 details 17 Files page, mobile device about 16 G adding file 17 Getting Started Guide 11 H help about 11 Installation Expert, mobile device 9 using 11 I INF Editor 10 INF file, mobile device about 8 creating 7 editing 10 Install Windows Mobile Application 8 Installation Expert, mobile device about 9 help 9 page groups 9 page navigation 9 L launch Mobile Device Package Editor 8 M manual, reference 11 Microsoft Windows Mobile See Windows Mobile mobile device platform version 15 self-registration 18 mobile device installation about 7 Also see Windows Mobile installation compiling 10 file, adding 17 multiple devices 13 platform 15 registry key, adding 18 Setup.dll 15 shortcut, adding 19 Mobile Device Package Editor about 7 starting 8 Mobile Devices page 8 N new features Refer to Release Notes new folder 17 P page groups, mobile device 9 Platform Information page 15 platform version 15 Pocket PC device support 13 See Windows Mobile installation processor, mobile device 14 R readme See release notes reference manual 11 registry key, mobile device 18 Registry page, mobile device 18 release notes 11 S self-registration on mobile device 18 Setup.dll, mobile device 7, 15 shared.dll count 18 shortcut, mobile device 19 Shortcuts page, mobile device 19 Smartphone device support 13 See Windows Mobile installation start Mobile Device Package Editor 8 system directory, mobile device 16 system requirements, Wise product Refer to Getting Started Guide T type, mobile device application 13 U uninstall Windows Mobile application 8 V version, mobile device platform 15 W Windows directory, mobile device 16 Windows Mobile about 7 device support 13 Mobile Device Package Editor Reference 21

22 Windows Mobile installation about 7 Also see mobile device installation CAB file 7 INF file 8 Setup.dll 7 uninstalling 8 Wise Mobile Device Package Editor See Mobile Device Package Editor WiseErr.txt 10 Mobile Device Package Editor Reference 22

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

Symantec Endpoint Protection Integration Component User's Guide. Version 7.0

Symantec Endpoint Protection Integration Component User's Guide. Version 7.0 Symantec Endpoint Protection Integration Component User's Guide Version 7.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note FSA Reporting deployment guidelines 8.0 Symantec Information Foundation Symantec Enterprise Vault: FSA Reporting deployment guidelines The software described in

More information

Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes. Release 2.1 for Symantec ESM 6.0, 6.1, and 6.5.

Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes. Release 2.1 for Symantec ESM 6.0, 6.1, and 6.5. Symantec Enterprise Security Manager Modules for Microsoft SQL Server Databases Release Notes Release 2.1 for Symantec ESM 6.0, 6.1, and 6.5.x For Windows 2000, Windows Server 2003, and Windows XP SQL

More information

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SharePoint Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 1 Veritas Storage

More information

Altiris Software Management Solution 7.1 from Symantec User Guide

Altiris Software Management Solution 7.1 from Symantec User Guide Altiris Software Management Solution 7.1 from Symantec User Guide Altiris Software Management Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement

More information

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Installation and Configuration Guide The software described in this book is furnished under a license agreement

More information

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. For Red Hat Enterprise Linux 5

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. For Red Hat Enterprise Linux 5 Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark For Red Hat Enterprise Linux 5 Symantec ESM Baseline Policy Manual for CIS Benchmark for Red Hat Enterprise Linux 5 The software

More information

Symantec Enterprise Security Manager JRE Vulnerability Fix Update Guide

Symantec Enterprise Security Manager JRE Vulnerability Fix Update Guide Symantec Enterprise Security Manager JRE Vulnerability Fix Update Guide 2 Symantec Enterprise Security Manager JRE Vulnerability Fix Update Guide The software described in this book is furnished under

More information

Altiris Client Management Suite 7.1 from Symantec User Guide

Altiris Client Management Suite 7.1 from Symantec User Guide Altiris Client Management Suite 7.1 from Symantec User Guide Altiris Client Management Suite 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement and

More information

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. AIX 5.3 and 6.1

Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark. AIX 5.3 and 6.1 Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark AIX 5.3 and 6.1 Symantec Enterprise Security Manager Baseline Policy Manual for CIS Benchmark for AIX 5.3 and 6.1 The software

More information

Symantec Enterprise Security Manager Baseline Policy Manual for Security Essentials. Solaris 10

Symantec Enterprise Security Manager Baseline Policy Manual for Security Essentials. Solaris 10 Symantec Enterprise Security Manager Baseline Policy Manual for Security Essentials Solaris 10 Symantec ESM Baseline Policy Manual for Security Essentials for Solaris 10 The software described in this

More information

Symantec NetBackup Vault Operator's Guide

Symantec NetBackup Vault Operator's Guide Symantec NetBackup Vault Operator's Guide UNIX, Windows, and Linux Release 7.6 Symantec NetBackup Vault Operator's Guide The software described in this book is furnished under a license agreement and may

More information

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide

Symantec Encryption Management Server and Symantec Data Loss Prevention. Integration Guide Symantec Encryption Management Server and Symantec Data Loss Prevention Integration Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Symantec System Recovery 2013 R2 Management Solution Administrator's Guide

Symantec System Recovery 2013 R2 Management Solution Administrator's Guide Symantec System Recovery 2013 R2 Management Solution Administrator's Guide Symantec System Recovery 2013 R2 Management Solution Administrator's Guide The software described in this book is furnished under

More information

Symantec Enterprise Security Manager Modules for Oracle Release Notes

Symantec Enterprise Security Manager Modules for Oracle Release Notes Symantec Enterprise Security Manager Modules for Oracle Release Notes Release 5.0 for Symantec ESM 9.0 and 10.0 For Red Hat Enterprise Linux, HP-UX, AIX, Solaris, and Windows Symantec Enterprise Security

More information

Veritas CommandCentral Enterprise Reporter Release Notes

Veritas CommandCentral Enterprise Reporter Release Notes Veritas CommandCentral Enterprise Reporter Release Notes for Microsoft Windows and Solaris 5.2 RU3 February 2012 CommandCentral Enterprise Reporter Release Notes The software described in this book is

More information

Veritas Storage Foundation and High Availability Solutions Getting Started Guide

Veritas Storage Foundation and High Availability Solutions Getting Started Guide Veritas Storage Foundation and High Availability Solutions Getting Started Guide Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0 21213723 (October 2011) Veritas Storage Foundation and High

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note Troubleshooting OWA Extensions 8.0 Symantec Information Foundation Symantec Enterprise Vault: Troubleshooting OWA Extensions The software described in this book

More information

Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server

Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server Veritas Cluster Server Application Note: High Availability for BlackBerry Enterprise Server Windows Server 2003, Windows Server 2008 5.1 Service Pack 2 Veritas Cluster Server Application Note: High Availability

More information

Veritas Storage Foundation and High Availability Solutions Getting Started Guide

Veritas Storage Foundation and High Availability Solutions Getting Started Guide Veritas Storage Foundation and High Availability Solutions Getting Started Guide Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0.1 21271162 (October 2012) Veritas Storage Foundation and High

More information

Symantec NetBackup for Lotus Notes Administrator's Guide. Release 7.6

Symantec NetBackup for Lotus Notes Administrator's Guide. Release 7.6 Symantec NetBackup for Lotus Notes Administrator's Guide Release 7.6 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the

More information

Configuring Symantec. device

Configuring Symantec. device Configuring Symantec AntiVirus for Hitachi File OS device Configuring Symantec AntiVirus for Hitachi File OS device The software described in this book is furnished under a license agreement and may be

More information

Altiris PC Transplant 6.8 SP4 from Symantec User Guide

Altiris PC Transplant 6.8 SP4 from Symantec User Guide Altiris PC Transplant 6.8 SP4 from Symantec User Guide Altiris PC Transplant 6.8 SP4 from Symantec User Guide The software described in this book is furnished under a license agreement and may be used

More information

IM: Symantec Security Information Manager Patch 4 Resolved Issues

IM: Symantec Security Information Manager Patch 4 Resolved Issues IM: Symantec Security Information Manager 4.7.2 Patch 4 Resolved Symantec Security Information Manager 4.7.2 Patch 4 Resolved The software described in this book is furnished under a license agreement

More information

Configuring Symantec Protection Engine for Network Attached Storage for Hitachi Unified and NAS Platforms

Configuring Symantec Protection Engine for Network Attached Storage for Hitachi Unified and NAS Platforms Configuring Symantec Protection Engine for Network Attached Storage 7.0.1 for Hitachi Unified and NAS Platforms Configuring Symantec Protection Engine for Network Attached Storage 7.0.1 for Hitachi Unified

More information

Symantec ServiceDesk 7.1 SP1 Implementation Guide

Symantec ServiceDesk 7.1 SP1 Implementation Guide Symantec ServiceDesk 7.1 SP1 Implementation Guide Symantec ServiceDesk 7.1 SP1 Implementation Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

PGP Viewer for ios. Administrator s Guide 1.0

PGP Viewer for ios. Administrator s Guide 1.0 PGP Viewer for ios Administrator s Guide 1.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Version 1.0.2.

More information

Altiris IT Analytics Solution 7.1 from Symantec User Guide

Altiris IT Analytics Solution 7.1 from Symantec User Guide Altiris IT Analytics Solution 7.1 from Symantec User Guide Altiris IT Analytics Solution 7.1 from Symantec User Guide The software described in this book is furnished under a license agreement and may

More information

Veritas Cluster Server Library Management Pack Guide for Microsoft System Center Operations Manager 2007

Veritas Cluster Server Library Management Pack Guide for Microsoft System Center Operations Manager 2007 Veritas Cluster Server Library Management Pack Guide for Microsoft System Center Operations Manager 2007 Windows VCS Library Management Pack Veritas Cluster Server Library Management Pack Guide for Microsoft

More information

Symantec ApplicationHA Release Notes

Symantec ApplicationHA Release Notes Symantec ApplicationHA Release Notes Linux on KVM 6.0 December 2011 Symantec ApplicationHA Release Notes The software described in this book is furnished under a license agreement and may be used only

More information

Symantec PGP Viewer for ios

Symantec PGP Viewer for ios Symantec PGP Viewer for ios User's Guide 1.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Version 1.0.0.

More information

Symantec Security Information Manager FIPS Operational Mode Guide

Symantec Security Information Manager FIPS Operational Mode Guide Symantec Security Information Manager 4.7.3 FIPS 140-2 Operational Mode Guide Symantec Security Information Manager 4.7.3 FIPS 140-2 Operational Mode Guide The software described in this book is furnished

More information

Configuring Symantec AntiVirus for BlueArc Storage System

Configuring Symantec AntiVirus for BlueArc Storage System Configuring Symantec AntiVirus for BlueArc Storage System Configuring Symantec AntiVirus for BlueArc Storage System The software described in this book is furnished under a license agreement and may be

More information

Veritas Dynamic Multi-Pathing readme

Veritas Dynamic Multi-Pathing readme Veritas Dynamic Multi-Pathing readme Linux DMP 5.1 Rolling Patch 1 Patch 0 Veritas Dynamic Multi-Pathing Readme The software described in this book is furnished under a license agreement and may be used

More information

Veritas SaaS Backup for Office 365

Veritas SaaS Backup for Office 365 Veritas SaaS Backup for Office 365 Documentation version: 1.0 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

Veritas SaaS Backup for Salesforce

Veritas SaaS Backup for Salesforce Veritas SaaS Backup for Salesforce Documentation version: 2.0 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks

More information

PGP Viewer for ios. User s Guide 1.0

PGP Viewer for ios. User s Guide 1.0 PGP Viewer for ios User s Guide 1.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Version 1.0.2. Last updated:

More information

Security Content Update Release Notes for CCS 12.x

Security Content Update Release Notes for CCS 12.x Security Content Update 2018-1 Release Notes for CCS 12.x SCU 2018-1 Release Notes for CCS 12.0 Documentation version: 1.0 Legal Notice Copyright 2018 Symantec Corporation. All rights reserved. Symantec,

More information

Symantec NetBackup for Enterprise Vault Agent Administrator's Guide

Symantec NetBackup for Enterprise Vault Agent Administrator's Guide Symantec NetBackup for Enterprise Vault Agent Administrator's Guide for Windows Release 7.1 Symantec NetBackup for Enterprise Vault Agent Administrator's Guide The software described in this book is furnished

More information

Symantec Enterprise Vault Technical Note

Symantec Enterprise Vault Technical Note Symantec Enterprise Vault Technical Note Migrating Enterprise Vault to 64-bit hardware 9.0 Symantec Enterprise Vault: Migrating Enterprise Vault to 64-bit hardware The software described in this book is

More information

Symantec NetBackup Appliance Fibre Channel Guide

Symantec NetBackup Appliance Fibre Channel Guide Symantec NetBackup Appliance Fibre Channel Guide Release 2.6.1.2 NetBackup 52xx and 5330 Symantec NetBackup Appliance Fibre Channel Guide Documentation version: 2.6.1.2 Legal Notice Copyright 2015 Symantec

More information

Symantec NetBackup OpsCenter Reporting Guide. Release 7.7

Symantec NetBackup OpsCenter Reporting Guide. Release 7.7 Symantec NetBackup OpsCenter Reporting Guide Release 7.7 Symantec NetBackup OpsCenter Reporting Guide The software described in this book is furnished under a license agreement and may be used only in

More information

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios

Veritas Desktop and Laptop Option 9.2. Disaster Recovery Scenarios Veritas Desktop and Laptop Option 9.2 Disaster Recovery Scenarios 2 Veritas Desktop and Laptop Option The software described in this document is furnished under a license agreement and may be used only

More information

Symantec Encryption Desktop Version 10.2 for Mac OS X Release Notes. About Symantec Encryption Desktop

Symantec Encryption Desktop Version 10.2 for Mac OS X Release Notes. About Symantec Encryption Desktop Symantec Encryption Desktop Version 10.2 for Mac OS X Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of Encryption

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines

Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines HP-UX 11i v3 5.0.1 Veritas Storage Foundation and High Availability Solutions Application

More information

Symantec NetBackup for Enterprise Vault Agent Administrator's Guide

Symantec NetBackup for Enterprise Vault Agent Administrator's Guide Symantec NetBackup for Enterprise Vault Agent Administrator's Guide for Windows Release 7.7 Symantec NetBackup for Enterprise Vault Agent Administrator's Guide Documentation version: 7.7 Legal Notice Copyright

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Deployment Scanner 10.0 Symantec Enterprise Vault: Deployment Scanner The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Symantec Enterprise Security Manager IBM DB2 Modules User Guide for Windows and UNIX. Version 4.2

Symantec Enterprise Security Manager IBM DB2 Modules User Guide for Windows and UNIX. Version 4.2 Symantec Enterprise Security Manager IBM DB2 Modules User Guide for Windows and UNIX Version 4.2 Symantec Enterprise Security Manager IBM DB2 Modules User Guide The software described in this book is furnished

More information

Symantec Enterprise Security Manager IBM DB2 Modules User Guide for Windows and UNIX. Version 4.6

Symantec Enterprise Security Manager IBM DB2 Modules User Guide for Windows and UNIX. Version 4.6 Symantec Enterprise Security Manager IBM DB2 Modules User Guide for Windows and UNIX Version 4.6 Symantec Enterprise Security Manager IBM DB2 Modules User Guide The software described in this book is furnished

More information

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Enterprise Vault

Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Enterprise Vault Veritas Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Enterprise Vault Windows Server 2003 Windows Server 2008 5.1 Service Pack 1 Veritas Storage Foundation

More information

Veritas Backup Exec Migration Assistant

Veritas Backup Exec Migration Assistant Veritas Backup Exec Migration Assistant Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

Veritas System Recovery 18 Linux Edition: Quick Installation Guide

Veritas System Recovery 18 Linux Edition: Quick Installation Guide Veritas System Recovery 18 Linux Edition: Quick Installation Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Veritas Operations Manager Storage Insight Add-on for Deep Array Discovery and Mapping 4.0 User's Guide

Veritas Operations Manager Storage Insight Add-on for Deep Array Discovery and Mapping 4.0 User's Guide Veritas Operations Manager Storage Insight Add-on for Deep Array Discovery and Mapping 4.0 User's Guide Veritas Operations Manager Storage Insight Add-on for Deep Array Discovery and Mapping The software

More information

Veritas Desktop and Laptop Option 9.2. High Availability (HA) with DLO

Veritas Desktop and Laptop Option 9.2. High Availability (HA) with DLO Veritas Desktop and Laptop Option 9.2 High Availability (HA) with DLO 2 Veritas Desktop and Laptop Option The software described in this document is furnished under a license agreement and may be used

More information

Veritas System Recovery 16 Management Solution Administrator's Guide

Veritas System Recovery 16 Management Solution Administrator's Guide Veritas System Recovery 16 Management Solution Administrator's Guide Documentation version: 2017 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines

Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines Veritas Storage Foundation and High Availability Solutions Application Note: Support for HP-UX Integrity Virtual Machines HP-UX 11i v3 5.0.1 Veritas Storage Foundation and High Availability Solutions Application

More information

Security Content Update Release Notes. Versions: CCS 11.1 and CCS 11.5

Security Content Update Release Notes. Versions: CCS 11.1 and CCS 11.5 Security Content Update 2016-1 Release Notes Versions: CCS 11.1 and CCS 11.5 SCU 2016-1 Release Notes for CCS 11.1 and CCS 11.5 Legal Notice Copyright 2016 Symantec Corporation. All rights reserved. Symantec,

More information

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights

More information

Veritas Storage Foundation Add-on for Storage Provisioning User's Guide. 4.0 Release Update 1

Veritas Storage Foundation Add-on for Storage Provisioning User's Guide. 4.0 Release Update 1 Veritas Storage Foundation Add-on for Storage Provisioning User's Guide 4.0 Release Update 1 Veritas Storage Foundation Add-on for Storage Provisioning The software described in this book is furnished

More information

Symantec Enterprise Security Manager Agent, Manager, Console Update for Windows Server 2008

Symantec Enterprise Security Manager Agent, Manager, Console Update for Windows Server 2008 Symantec Enterprise Security Manager 6.5.3 Agent, Manager, Console Update for Windows Server 2008 2 Symantec Enterprise Security Manager 6.5.3 Agent, Manager, Console Update for Windows Server 2008 Symantec

More information

Symantec NetBackup Deduplication Guide. Release 7.0

Symantec NetBackup Deduplication Guide. Release 7.0 Symantec NetBackup Deduplication Guide Release 7.0 20654102 Symantec NetBackup Deduplication Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes

Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Symantec Endpoint Encryption Full Disk Maintenance Pack Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault PST Migration 11.0 Symantec Enterprise Vault: PST Migration The software described in this book is furnished under a license agreement and may be used only in accordance with

More information

Symantec pcanywhere 12.5 SP3 Administrator Guide

Symantec pcanywhere 12.5 SP3 Administrator Guide Symantec pcanywhere 12.5 SP3 Administrator Guide Symantec pcanywhere 12.5 SP3 Administrator Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide

Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide Symantec ApplicationHA Agent for Microsoft Internet Information Services (IIS) Configuration Guide Windows Server 2003, Windows Server 2008 and 2008 R2 5.1 Service Pack 2 September 2011 Symantec ApplicationHA

More information

Symantec ServiceDesk 7.1 SP2 Portal User Guide

Symantec ServiceDesk 7.1 SP2 Portal User Guide Symantec ServiceDesk 7.1 SP2 Portal User Guide Symantec ServiceDesk 7.1 SP2 Portal User Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

Symantec Network Access Control Linux Agent User Guide

Symantec Network Access Control Linux Agent User Guide Symantec Network Access Control 5.1.7 Linux Agent User Guide Symantec Network Access Control 5.1.7 Linux Agent User Guide The software described in this book is furnished under a license agreement and

More information

PGP(TM) Universal Server Version 3.2 Maintenance Pack Release Notes

PGP(TM) Universal Server Version 3.2 Maintenance Pack Release Notes PGP(TM) Universal Server Version 3.2 Maintenance Pack Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of PGP

More information

Symantec Enterprise Security Manager Modules for IBM DB2 Databases (Windows) User s Guide 3.0. Release for Symantec ESM 6.5.x and 9.

Symantec Enterprise Security Manager Modules for IBM DB2 Databases (Windows) User s Guide 3.0. Release for Symantec ESM 6.5.x and 9. Symantec Enterprise Security Manager Modules for IBM DB2 Databases (Windows) User s Guide 3.0 Release for Symantec ESM 6.5.x and 9.0 for Windows Symantec Enterprise Security Manager Modules for IBM DB2

More information

Symantec Mobile Management 7.1 Implementation Guide

Symantec Mobile Management 7.1 Implementation Guide Symantec Mobile Management 7.1 Implementation Guide Symantec Mobile Management 7.1 Implementation Guide The software described in this book is furnished under a license agreement and may be used only in

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.2 Legal Notice Copyright 2016 Veritas Technologies

More information

Wise Package Studio Reference

Wise Package Studio Reference Wise Package Studio Reference Wise Package Studio The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation

More information

PGP Desktop Version 10.2 for Windows Maintenance Pack Release Notes

PGP Desktop Version 10.2 for Windows Maintenance Pack Release Notes PGP Desktop Version 10.2 for Windows Maintenance Pack Release Notes Thank you for using this Symantec Corporation product. These Release Notes contain important information regarding this release of PGP

More information

Veritas NetBackup for SQLite Administrator's Guide

Veritas NetBackup for SQLite Administrator's Guide Veritas NetBackup for SQLite Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

Symantec ApplicationHA Agent for Microsoft SQL Server 2008 and 2008 R2 Configuration Guide

Symantec ApplicationHA Agent for Microsoft SQL Server 2008 and 2008 R2 Configuration Guide Symantec ApplicationHA Agent for Microsoft SQL Server 2008 and 2008 R2 Configuration Guide Windows Server 2003 (x64), Windows Server 2008 and 2008 R2 (x64) 5.1 Service Pack 2 06/13/2011 Symantec ApplicationHA

More information

WiseScript Editor Reference

WiseScript Editor Reference WiseScript Editor Reference WiseScript Editor The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Documentation

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows Server 2003 Windows Server 2008 5.1 Service Pack 2 Veritas Cluster Server Database Agent for Microsoft SQL Configuration

More information

Veritas Dynamic Multi-Pathing for Windows Release Notes

Veritas Dynamic Multi-Pathing for Windows Release Notes Veritas Dynamic Multi-Pathing for Windows Release Notes Windows Server 2003, Windows Server 2008 5.1 Veritas Dynamic Multi-Pathing for Windows Release Notes The software described in this book is furnished

More information

Veritas Storage Foundation and High Availability Solutions Getting Started Guide - Linux

Veritas Storage Foundation and High Availability Solutions Getting Started Guide - Linux Veritas Storage Foundation and High Availability Solutions 6.0.4 Getting Started Guide - Linux September 2013 Veritas Storage Foundation and High Availability Solutions Getting Started Guide The software

More information

Veritas Disaster Recovery Advisor Release Notes

Veritas Disaster Recovery Advisor Release Notes Veritas Disaster Recovery Advisor Release Notes AIX, ESX, HP-UX, Linux, Solaris, Windows Server 6.0 2 Veritas Disaster Recovery Advisor Release Notes Legal Notice Copyright 2012 Symantec Corporation. All

More information

Symantec Data Loss Prevention System Maintenance Guide. Version 14.0

Symantec Data Loss Prevention System Maintenance Guide. Version 14.0 Symantec Data Loss Prevention System Maintenance Guide Version 14.0 Symantec Data Loss Prevention System Maintenance Guide Documentation version: 14.0b Legal Notice Copyright 2015 Symantec Corporation.

More information

Symantec ediscovery Platform

Symantec ediscovery Platform Symantec ediscovery Platform Native Viewer (ActiveX) Installation Guide 7.1.5 Symantec ediscovery Platform : Native Viewer (ActiveX) Installation Guide The software described in this book is furnished

More information

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft Exchange 2007

Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft Exchange 2007 Veritas Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft Exchange 2007 Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0 October 2011 Veritas

More information

Client Guide for Symantec Endpoint Protection and Symantec Network Access Control. For Microsoft Windows

Client Guide for Symantec Endpoint Protection and Symantec Network Access Control. For Microsoft Windows Client Guide for Symantec Endpoint Protection and Symantec Network Access Control For Microsoft Windows Client Guide for Symantec Endpoint Protection and Symantec Network Access Control The software described

More information

Symantec Corporation NetBackup for Microsoft Exchange Server Administrator s Guide

Symantec Corporation NetBackup for Microsoft Exchange Server Administrator s Guide Symantec Corporation NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 7.1 Symantec Corporation NetBackup for Microsoft Exchange Server Administrator s Guide The software

More information

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide

Symantec NetBackup for Microsoft Exchange Server Administrator s Guide Symantec NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 7.6 Symantec NetBackup for Microsoft Exchange Server Administrator's Guide The software described in this book

More information

Veritas Enterprise Vault. NSF Migration

Veritas Enterprise Vault. NSF Migration Veritas Enterprise Vault NSF Migration 12 Veritas Enterprise Vault: NSF Migration Last updated: 2015-12-03. Legal Notice Copyright 2015 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas

More information

Symantec Disaster Recovery Advisor Release Notes

Symantec Disaster Recovery Advisor Release Notes Symantec Disaster Recovery Advisor Release Notes AIX, ESX, HP-UX, Linux, Solaris, Windows Server 6.2 2 Symantec Disaster Recovery Advisor Release Notes The software described in this book is furnished

More information

Client Guide for Symantec Endpoint Protection Small Business Edition

Client Guide for Symantec Endpoint Protection Small Business Edition Client Guide for Symantec Endpoint Protection Small Business Edition The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the

More information

PGP NetShare Quick Start Guide Version 10.2

PGP NetShare Quick Start Guide Version 10.2 PGP NetShare Quick Start Guide Version 10.2 What is PGP NetShare? The PGP NetShare product is a software tool that provides multiple ways to protect and share your data. Use PGP NetShare to: Let authorized

More information

PGP Portable Quick Start Guide Version 10.3

PGP Portable Quick Start Guide Version 10.3 Quick Start Guide Version 10.3 Introduction to Use to distribute encrypted files to users who do not have software. Use to transport files securely to other systems that do not or cannot have PGP software

More information

VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide

VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide The software described in this book is furnished

More information

Symantec Universal Event Collectors 4.4 for Symantec Security Information Manager 4.7 Implementation Guide

Symantec Universal Event Collectors 4.4 for Symantec Security Information Manager 4.7 Implementation Guide Symantec Universal Event Collectors 4.4 for Symantec Security Information Manager 4.7 Implementation Guide Symantec Universal Event Collectors 4.4 for Symantec Security Information Manager 4.7 Implementation

More information

Symantec Protection Engine for Cloud Services 7.9 Sizing Guide

Symantec Protection Engine for Cloud Services 7.9 Sizing Guide Symantec Protection Engine for Cloud Services 7.9 Sizing Guide Symantec Protection Engine for Cloud Services Sizing Guide The software described in this book is furnished under a license agreement and

More information

Partner Information. Integration Overview. Remote Access Integration Architecture

Partner Information. Integration Overview. Remote Access Integration Architecture Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration OTP Barracuda Networks Barracuda SSL VPN User Name + Security Code VIP Enterprise

More information

Symantec Control Compliance Suite Express Security Content Update for Microsoft Windows Server 2008 R2 (CIS Benchmark 2.1.

Symantec Control Compliance Suite Express Security Content Update for Microsoft Windows Server 2008 R2 (CIS Benchmark 2.1. Symantec Control Compliance Suite Express Security Content Update for Microsoft Windows Server 2008 R2 (CIS Benchmark 2.1.0) Release Notes Express Security Content Update for Microsoft Windows Server 2008

More information

Symantec LiveUpdate Administrator 2.3 User's Guide

Symantec LiveUpdate Administrator 2.3 User's Guide Symantec LiveUpdate Administrator 2.3 User's Guide Symantec LiveUpdate Administrator 2.3 User's Guide The software described in this book is furnished under a license agreement and may be used only in

More information

Veritas Storage Foundation and High Availability Solutions Quick Recovery Solutions Guide for Microsoft Exchange 2010

Veritas Storage Foundation and High Availability Solutions Quick Recovery Solutions Guide for Microsoft Exchange 2010 Veritas Storage Foundation and High Availability Solutions Quick Recovery Solutions Guide for Microsoft Exchange 2010 Windows Server 2008 5.1 Service Pack 1 Application Pack 1 Veritas Storage Foundation

More information