Manifest Examples - Novell ADMINSTUDIO 9.5 User Manual

Hide thumbs Also See for ADMINSTUDIO 9.5:
Table of Contents

Advertisement

Chapter 16: Isolating Applications Using Application Isolation Wizard
Application Isolation Wizard Reference

Manifest Examples

Following are examples of both an application manifest and an assembly manifest:
Application Manifest Example
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="InstallShield.Development. AppAssembly4" version="1.0.0.1"
processorArchitecture="x86" />
<description>This manifest was generated by the Application Isolation Wizard</description>
- <dependency>
- <dependentAssembly>
<assemblyIdentity type="win32"name="InstallShield.
Development.LocalAssembly1" version="1.0.0.1"
processorArchitecture="x86" />
</dependentAssembly>
</dependency>
</assembly>
Assembly Manifest Example
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity type="win32" name="InstallShield.Development.
LocalAssembly1" version="1.0.0.1" processorArchitecture="x86" />
<file name="IsCommonServices.dll">
- <comClass description="CabinetBuilder Class" clsid="
{8D3FE200-DA96-11D3-BEE7-00105A996B4E}" progid=
"ISHerculesCommonServices.CabinetBuilder.1"
threadingModel="Apartment" tlbid="{2491C036-D5B0-11D3-BEE5-
00105A996B4E}">
<progid>ISHerculesCommonServices.CabinetBuilder</progid>
</comClass>
- <comClass description="Cabinet Class" clsid="
{3C35E807-C92D-11D3-BEDF-00105A996B4E}" progid=
"ISHerculesCommonServices.CabinetExtractor.1"
threadingModel="Apartment" tlbid="{2491C036-D5B0-11D3-BEE5-
00105A996B4E}">
<progid>ISHerculesCommonServices.CabinetExtractor</progid>
</comClass>
- <comClass description="InstallShield Common Services Registry
object" clsid="{3032B526-2C3D-11D4-AB2C-00C04F09719A}"
progid="ISHerculesCommonServices.Registry.1" threadingModel=
"Apartment" tlbid="{2491C036-D5B0-11D3-BEE5-00105A996B4E}">
<progid>ISHerculesCommonServices.Registry</progid>
</comClass>
</file>
</assembly>
1364
ADS-0950-UG00
AdminStudio 9.5 User Guide

Advertisement

Table of Contents
loading

Table of Contents