Creating a manifest for your application based on XML application deployment list file structure

xiaoxiao2021-03-06  52

In the WindowsXP system, based on MSXML 4.0 deployment applications, you have to write a list in the format below.

Version = "1.0.0.0"

Processrarchitecture = "x86"

Name = "The name of the program you have written"

TYPE = "Win32"

/>

Simply describe the program you write

TYPE = "Win32"

Name = "Microsoft.msxml2"

Version = "4.0.0.0"

Processrarchitecture = "x86"

PublickeyToken = "4495b64144ccf1df"

Language = "*"

/>

1. Tab is the information you write applications 2. and tabs You write applications to use (depending on) those deployed objects (this example is MSXML4 .0) 3. Program Inventory Files and startup files that can be performed in the program are placed in the same directory; and add. MANIFEST extensions, for example: C: / Test / MyTest on the basis of the executable file name. EXE and C: / Test/Mytest.exe.manifest

4. Deploy your application (have the following methods) a. Add: createProcess_manifest_Resource_id rm c. 程序 文件 文件 文件:: :.:: 例如: 例如: 例如::::: b. Add a list to your program installation file Windows Installer Package (.msi)

转载请注明原文地址:https://www.9cbs.com/read-56534.html

New Post(0)