Manifest Examples

AdminStudio 2022 | 23.0 | Application Isolation Wizard

Edition:Application Isolation Wizard is included with AdminStudio Professional and Enterprise Editions.

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>