Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a3a13298
Kaydet (Commit)
a3a13298
authored
May 03, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct some formulations, fix XXX comments.
üst
4511a713
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
libmsilib.tex
Doc/lib/libmsilib.tex
+5
-8
No files found.
Doc/lib/libmsilib.tex
Dosyayı görüntüle @
a3a13298
...
@@ -33,7 +33,7 @@ MSI routines, and standard table structures.
...
@@ -33,7 +33,7 @@ MSI routines, and standard table structures.
be a list of tuples, each containing the name of the file on
be a list of tuples, each containing the name of the file on
disk, and the name of the file inside the CAB file.
disk, and the name of the file inside the CAB file.
The files are added to the CAB file in the order they
have
The files are added to the CAB file in the order they
appear
in the list. All files are added into a single CAB file,
in the list. All files are added into a single CAB file,
using the MSZIP compression algorithm.
using the MSZIP compression algorithm.
...
@@ -99,8 +99,7 @@ MSI routines, and standard table structures.
...
@@ -99,8 +99,7 @@ MSI routines, and standard table structures.
listing all tables for which content should be added,
listing all tables for which content should be added,
and one attribute per table that has the actual content.
and one attribute per table that has the actual content.
This is typically used to install the sequence
This is typically used to install the sequence tables.
% XXX unfinished sentence
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
add
_
stream
}{
database, name, path
}
\begin{funcdesc}
{
add
_
stream
}{
database, name, path
}
...
@@ -293,7 +292,7 @@ the string inside the exception will contain more detail.
...
@@ -293,7 +292,7 @@ the string inside the exception will contain more detail.
\subsection
{
Directory Objects
\label
{
msi-directory
}}
\subsection
{
Directory Objects
\label
{
msi-directory
}}
\begin{classdesc}
{
Directory
}{
database, cab, basedir, physical,
\begin{classdesc}
{
Directory
}{
database, cab, basedir, physical,
logical, default, component,
\optional
{
flags
}}
logical, default, component,
\optional
{
component
flags
}}
Create a new directory in the Directory table. There is a current
Create a new directory in the Directory table. There is a current
component at each point in time for the directory, which is either
component at each point in time for the directory, which is either
explicitly created through
\method
{
start
_
component
}
, or implicitly when files
explicitly created through
\method
{
start
_
component
}
, or implicitly when files
...
@@ -301,9 +300,8 @@ the string inside the exception will contain more detail.
...
@@ -301,9 +300,8 @@ the string inside the exception will contain more detail.
component, and into the cab file. To create a directory, a base
component, and into the cab file. To create a directory, a base
directory object needs to be specified (can be
\code
{
None
}
), the path to
directory object needs to be specified (can be
\code
{
None
}
), the path to
the physical directory, and a logical directory name.
\var
{
default
}
the physical directory, and a logical directory name.
\var
{
default
}
specifies the DefaultDir slot in the directory table.
componentflags
specifies the DefaultDir slot in the directory table.
\var
{
componentflags
}
specifies the default flags that new components get.
specifies the default flags that new components get.
% XXX signature says 'component', 'flags'; text says 'componentflags'.
\end{classdesc}
\end{classdesc}
\begin{methoddesc}
[Directory]
{
start
_
component
}{
\optional
{
component
\optional
{
,
\begin{methoddesc}
[Directory]
{
start
_
component
}{
\optional
{
component
\optional
{
,
...
@@ -484,4 +482,4 @@ are based on MSI version 2.0.
...
@@ -484,4 +482,4 @@ are based on MSI version 2.0.
\begin{datadesc}
{
text
}
\begin{datadesc}
{
text
}
This module contains definitions for the UIText and ActionText
This module contains definitions for the UIText and ActionText
tables, for the standard installer actions.
tables, for the standard installer actions.
\end{datadesc}
\end{datadesc}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment