blob: c14931177d2928d603b985c53832602500154e21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Included Components</title>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<link rel="stylesheet" type="text/css" href="MSDN.css">
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0" id="Table1">
<tr id="hdr">
<td class="runninghead">Managed Libraries for Windows Installer</td>
<td class="product"></td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">Helper Classes for Windows Installer Packages</h1>
</div>
</div>
<div id="nstext">
<p>Included are some useful helper classes for working with
MSI and MSP packages:</p>
<ul>
<li><p><a href="ms-its:MMLRef.chm::/Microsoft.WindowsInstaller.InstallPackage.html"
><strong>InstallPackage</strong></a> - extends the Database class to provide powerful
package-based operations such as:</p>
<ul>
<li>direct extraction of files to uncompressed source
path
<li>updating files from uncompressed source path back
into the compressed source for the package (including updating file
metadata)
<li>applying a patch directly to the package
<li>consolidating a package with uncompressed source files or multiple msm-cabs
into a package with a single compressed cabinet</li>
</ul>
<P></P>
<li><p><a href="ms-its:MMLRef.chm::/Microsoft.WindowsInstaller.InstallPathMap.html"
><strong>InstallPathMap</strong>, <a href="ms-its:MMLRef.chm::/Microsoft.WindowsInstaller.InstallPath.html"
><strong>InstallPath</strong></a> - represent the directory structure
of an installation package, including file, component, and directory source and target
install paths. Accessible by file, component, or directory keys; searchable by
filename.</p>
<li><p><a href="ms-its:MMLRef.chm::/Microsoft.WindowsInstaller.PatchPackage.html"
><strong>PatchPackage</strong></a> - allows convenient access to patch properties,
and analysis and extraction of transforms</p></li>
</ul>
<p><br/></p>
<p>These classes are in the Microsoft.WindowsInstaller.Package.dll assembly.</p>
<p><br/></p>
<p><b>See also:</b></p>
<p>The <a href="wifile.htm">WiFile</a> sample tool demonstrates some usage of the
InstallPackage class.</p>
<p><br/></p>
</div>
</body>
</html>
|