Answered by:
Where can I download the Manifest Generation and Editing Tool (mage.exe) or (mageUI.exe)?

Question
-
Tuesday, September 18, 2007 7:00 PM
Answers
-
Yes, they are. Download and install the .NET SDK.Thursday, September 20, 2007 1:15 PMModerator
All replies
-
Which version of the PSDK do you have installed? I have the latest (v6.0a?) and mage.exe and mageui.dll are in the 'bin' directory.Tuesday, September 18, 2007 7:19 PM
-
Jonathan Caves - MSFT wrote: Which version of the PSDK do you have installed? I have the latest (v6.0a?) and mage.exe and mageui.dll are in the 'bin' directory. I have no idea. I couldn't find the version information. But I do know that mage.exe and mageui.exe are not present.
Tuesday, September 18, 2007 8:32 PM -
Jonathan Caves - MSFT wrote: Which version of the PSDK do you have installed? I have the latest (v6.0a?) and mage.exe and mageui.dll are in the 'bin' directory. I have the following installed:
-
Visual C++ 2005 Express Edition RTM (no SP1 or SP1 Vista update) on Windows XP Media Center Edition 2005
-
Microsoft Platform SDK for Windows Server 2003 R2
I don't know how to find a version number such as what you show.
There is no mage.exe anywhere on my hard drive either. [I didn't know to miss it, though
.
- Dennis
Wednesday, September 19, 2007 9:41 PM -
-
My bad: it looks like mage.exe and mageui.exe are actually part of the .NET Framework SDK not the PSDK.
Wednesday, September 19, 2007 10:38 PM -
Yes, they are. Download and install the .NET SDK.Thursday, September 20, 2007 1:15 PMModerator
-
Thursday, September 20, 2007 3:20 PM
-
If you have installed VS2008, you don't need downloaded SDK, you can run Visual Studio 2008 Command Prompt(Start->Microsoft Visual Studio 2008->Visual Studio Remote Tools->Visual Studio 2008 Command Prompt) and type mageui and then Enter ;>
MageUI.exe - (Manifest Generation and Editing Tool, Graphical Client)
Location:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\MageUI.exe
- Proposed as answer by Martin Kurek Tuesday, April 13, 2010 6:10 AM
Tuesday, April 13, 2010 6:10 AM -
I have just download the SDK in your link
It does not contain mageui or mage
Configuration and Deployment Tools
- ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
Allows an
administrator or installation program to update the scriptmaps for an ASP.NET
application to point to the ASP.NET ISAPI version associated with the tool. You
can also use the tool to perform other ASP.NET configuration operations.Note: Aspnet_regiis.exe can be found in
"%windir%\Microsoft.NET\Framework\v2.0.xxxx" where xxxx is the build number of
the .NET Framework you are using. - Assembly Cache Viewer (Shfusion.dll)
Allows you to view and
manipulate the contents of the global assembly cache by using Windows Explorer.Note: Shfusion.dll can be found in
"%windir%\Microsoft.NET\Framework\v2.0.xxxx" where xxxx is the build number of
the .NET Framework you are using. - Assembly Linker (Al.exe)
Generates a file with an assembly
manifest from one or more files that are either resource files or Microsoft
intermediate language (MSIL) files.Note: Al.exe can be found in "%windir%\Microsoft.NET\Framework\v2.0.xxxx"
where xxxx is the build number of the .NET Framework you are using. - Assembly Registration Tool (Regasm.exe)
Reads the metadata within
an assembly and adds the necessary entries to the registry, which allows COM
clients to create .NET Framework classes transparently.Note: Regasm.exe can be found in "%windir%\Microsoft.NET\Framework\v2.0.xxxx"
where xxxx is the build number of the .NET Framework you are using. - Assembly Binding Log Viewer (Fuslogvw.exe)
Displays details for
failed assembly binds. This information helps you diagnose why the .NET
Framework cannot locate an assembly at runtime. - Global Assembly Cache Tool (Gacutil.exe)
Allows you to view and
manipulate the contents of the global assembly cache and download cache. While
Shfusion.dll provides similar functionality, you can use Gacutil.exe from build
scripts, makefile files, and batch files. - Installer Tool (Installutil.exe)
Allows you to install and
uninstall server resources by executing the installer components of a specified
assembly.Note: Installutil.exe can be found in
"%windir%\Microsoft.NET\Framework\v2.0.xxxx" where xxxx is the build number of
the .NET Framework you are using. - Manifest Tool (Mt.exe)
Allows you to generate and merge unmanaged
winSxS component manifests, and managed assembly manifests. - Isolated Storage Tool (Storeadm.exe)
Lists or removes all existing
stores for the currently logged-on user. - Native Image Generator Tool (Ngen.exe)
Creates a native image from
a managed assembly and installs it into the native image cache on the local
computer.Note: Ngen.exe can be found in "%windir%\Microsoft.NET\Framework\v2.0.xxxx"
where xxxx is the build number of the .NET Framework you are using. - .NET Framework Configuration Tool (Mscorcfg.msc)
Provides a
graphical interface for managing .NET Framework security policy and applications
that use remoting services. This tool also allows you to manage and configure
assemblies in the global assembly cache.Note: Mscorcfg.msc can be found in
"%windir%\Microsoft.NET\Framework\v2.0.xxxx" where xxxx is the build number of
the .NET Framework you are using. - .NET Services Installation Tool (Regsvcs.exe)
Adds managed classes
to Windows 2000 Component Services by loading and registering the assembly and
generating, registering, and installing the type library into an existing COM+
1.0 application.Note: Regsvcs.exe can be found in
"%windir%\Microsoft.NET\Framework\v2.0.xxxx" where xxxx is the build number of
the .NET Framework you are using. - Soapsuds Tool (Soapsuds.exe)
Helps you compile client applications
that communicate with XML Web services by using a technique called remoting. - Type Library Exporter (Tlbexp.exe)
Generates a type library from a
common language runtime assembly. - Type Library Importer (Tlbimp.exe)
Converts the type definitions
found within a COM type library into equivalent definitions in managed metadata
format. - Web Services Description Language Tool (Wsdl.exe)
Generates code
for XML Web services and XML Web services clients from Web Services Description
Language (WSDL) contract files, XML Schema Definition (XSD) schema files, and
.discomap discovery documents. - Web Services Discovery Tool (Disco.exe)
Discovers the URLs of XML
Web services located on a Web server, and saves documents related to each XML
Web service on a local disk. - XML Schema Definition Tool (Xsd.exe)
Generates XML schemas that
follow the XML Schema Definition (XSD) language proposed by the World Wide Web
Consortium (W3C). This tool generates common language runtime classes and
DataSet classes from an XSD schema file. - XML Serialization Pre-generation Tool (Sgen.exe)
Generates
serialization assemblies for use with XmlSerializer. The utility allows
developers to pre-generate assemblies for serialization and deploying the
assemblies with the application.
- Microsoft CLR Debugger (DbgCLR.exe)
Provides debugging services
with a graphical interface to help application developers find and fix bugs in
programs that target the runtime. For more information, see The CLR
Debugger topic in the .NET Framework SDK documentation.Note: The Microsoft CLR Debugger (DbgCLR.exe) is located in the
SDK\v2.0\GuiDebug folder. - Managed Code Debugger (Mdbg.exe)
Provides command-line debugging
services to help application developers find and fix bugs in programs written
using the .NET Framework. Use this tool to find and fix bugs in programs that
target the runtime. - Runtime Debugger (Cordbg.exe)
Provides command-line debugging
services using the common language runtime Debug API. Use this tool to find and
fix bugs in programs that target the runtime.
- Certificate Creation Tool (Makecert.exe)
Generates X.509
certificates for testing purposes only. - Certificate Manager Tool (Certmgr.exe)
Manages certificates,
certificate trust lists (CTLs), and certificate revocation lists (CRLs). - Code Access Security Policy Tool (Caspol.exe)
Allows you to
examine and modify machine, user, and enterprise-level code access security
policies.Note: Caspol.exe can be found in "%windir%\Microsoft.NET\Framework\v2.0.xxxx"
where xxxx is the build number of the .NET Framework you are using. - PEVerify Tool (PEverify.exe)
Performs MSIL type safety
verification checks and metadata validation checks on a specified assembly. - Secutil Tool (Secutil.exe)
Extracts strong name public key
information or Authenticode publisher certificates from an assembly, in a format
that can be incorporated into code. - Software Publisher Certificate Test Tool (Cert2spc.exe)
Creates,
for test purposes only, a Software Publisher's Certificate (SPC) from one or
more X.509 certificates. - Strong Name Tool (Sn.exe)
Helps create assemblies with strong
names. Sn.exe provides options for key management, signature generation, and
signature verification.
- License Compiler (Lc.exe)
Reads text files that contain licensing
information and produces a .licenses file that can be embedded in a common
language runtime executable. - Management Strongly Typed Class Generator
(Mgmtclassgen.exe)
Allows you to quickly generate an early bound class in
C#, Visual Basic, or JScript for a specified Windows Management Instrumentation
(WMI) class. - MSIL Assembler (Ilasm.exe)
Generates a PE file from Microsoft
intermediate language (MSIL). You can run the resulting executable, which
contains MSIL code and the required metadata, to determine whether the MSIL code
performs as expected.Note: Ilasm.exe can be found in "%windir%\Microsoft.NET\Framework\v2.0.xxxx"
where xxxx is the build number of the .NET Framework you are using. - MSIL Disassembler (Ildasm.exe)
Takes a PE file that contains MSIL
code and creates a text file suitable as input to the MSIL Assembler
(Ilasm.exe). - Resource File Generator Tool (Resgen.exe)
Converts text files and
.resx (XML-based resource format) files to .NET common language runtime binary
.resources files that can be embedded in a runtime binary executable or compiled
into satellite assemblies. - Visual J# Binary Converter Tool (JbImp.exe)
It converts certain
Java-language bytecode (.class) files to Microsoft® intermediate language
(MSIL). This tool enables developers to convert most JDK 1.1.4–level libraries
and applications available only as bytecode files to MSIL assemblies and run
them on the .NET Framework with the Visual J# Redistributable Package. Use this
tool only if the Java-language sources for the applications or libraries are not
available. If Java-language sources are available, it is recommended that you
use the Visual J# compiler (vjc.exe) instead.Note: To use this tool, the Visual J# Redistributable Package 2.0 must be
installed. Installing the Visual J# Redistributable
Package 2.0. - Windows Forms ActiveX Control Importer (Aximp.exe)
Converts type
definitions in a COM type library for an ActiveX control into a Windows Forms
control. - Windows Resource Localization Editor (Winres.exe)
Allows you to
quickly and easily localize Windows Forms forms.
Thursday, January 17, 2013 4:55 PM - ASP.NET IIS Registration Tool (Aspnet_regiis.exe)