Chapter 16: Isolating Applications Using Application Isolation Wizard
Application Isolation Wizard Reference
1364
ADS-0950-UG00
AdminStudio 9.5 User Guide
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>
Summary of Contents for ADMINSTUDIO 9.5
Page 1: ...AdminStudio 9 5 User Guide Version 9 5...
Page 50: ...Contents 50 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 52: ...52 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 156: ...156 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 440: ...440 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1090: ...1090 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1426: ...1426 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1686: ...1686 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1794: ...Chapter 24 AdminStudio Public API Reference 1794 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1842: ...Index 1842 ADS 0950 UG00 AdminStudio 9 5 User Guide...