Isolated COM, Manifest Tool, Configuration Properties, <Projectname> Property Pages Dialog Box

Use this dialog box to specify Isolated COM options for Mt.exe.

To access this property page dialog box, open the property pages for your project or your property sheet. Expand the Manifest Tool node under Common Properties, and then select Isolated COM.

  • Type Library File
    Uses the /tlb option to specify the name of the type library file (.tlb file) that the manifest tool will use to generate the manifest file.

  • Registrar Script File
    Uses the /rgs option to specify the name of the registrar script file (.rgs file) that the manifest tool will use to generate the manifest file.

  • Component File Name
    Uses the /dll option to specify the name of the resource that the manifest tool will generate. You must enter a value for this property when values for either Type Library File or Registrar Script File are specified.

  • Replacements File
    Uses the /replacements option to specify the full path to the file that contains values for replaceable strings in the .rgs file.

See Also

Tasks

How to: Open Project Property Pages

How to: Edit Project Property Sheets

Reference

Isolated Applications

Side-by-side Assemblies

ClickOnce Application Manifest

Other Resources

Manifest Tool Property Pages