Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
97d11dbf
Commit
97d11dbf
authored
Nov 14, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msiexec: Add a manpage.
parent
41c58b5a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
117 additions
and
0 deletions
+117
-0
.gitignore
.gitignore
+1
-0
Makefile.in
programs/msiexec/Makefile.in
+12
-0
msiexec.man.in
programs/msiexec/msiexec.man.in
+104
-0
No files found.
.gitignore
View file @
97d11dbf
...
...
@@ -260,6 +260,7 @@ loader/wine.fr.man
loader/wine.man
loader/wine64
programs/Makeprog.rules
programs/msiexec/msiexec.man
programs/rpcss/epm.h
programs/rpcss/epm_s.c
programs/rpcss/irot.h
...
...
programs/msiexec/Makefile.in
View file @
97d11dbf
...
...
@@ -9,6 +9,18 @@ C_SRCS = \
RC_SRCS
=
rsrc.rc
MANPAGES
=
msiexec.man
SVG_SRCS
=
msiexec.svg
@MAKE_PROG_RULES@
all
:
$(MANPAGES)
install-man-pages
::
$(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA)
msiexec.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/msiexec.
$(prog_manext)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/msiexec.
$(prog_manext)
programs/msiexec/msiexec.man.in
0 → 100644
View file @
97d11dbf
.TH MSIEXEC 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
msiexec \- Wine MSI Installer
.SH SYNOPSIS
.BR "msiexec "\fIcommand\fR " \fI{required parameter}\fR \fI[optional parameter]\fR"...
.SH DESCRIPTION
.B msiexec
is the Wine MSI installer, which is command line
compatible with its Microsoft Windows counterpart.
.SH INSTALL OPTIONS
.IP "\fl/i {package|productcode} [property=foobar]\fR"
Install {package|productcode} with property=foobar.
.IP "\fl/a {package|productcode} [property=foobar]\fR"
Install {package|productcode} in administrator (network) mode.
.IP "\fx/x {package|productcode} [property=foobar]\fR"
Uninstall {package|productcode} with property=foobar.
.IP "\fx/uninstall {package|productcode} [property=foobar]\fR"
Same as /x.
.SH REPAIR OPTIONS
.IP "\fl/f [p|o|e|d|c|a|u|m|s|v] {package|productcode}\fR"
Repair an installation. Default options are \'omus\'
.IP "\flp\fR"
Reinstall the file if it is missing.
.IP "\flo\fR"
Reinstall the file if it is missing or if any older version is installed.
.IP "\fle\fR"
Reinstall the file if it is missing, or if the installed version is equal or older.
.IP "\fld\fR"
Reinstall the file if it is missing or a different version is installed.
.IP "\flc\fR"
Reinstall the file if it is missing or the checksum does not match.
.IP "\fla\fR"
Reinstall all files.
.IP "\flu\fR"
Rewrite all required user registry entries.
.IP "\flm\fR"
Rewrite all required machine registry entries.
.IP "\fls\fR"
Overwrite any conflicting shortcuts.
.IP "\flv\fR"
Recache the local installation package from the source installation package.
.SH PATCHING
.IP "\fx/p {patch} [property=foobar]\fR"
Apply {patch}. This should not be used with any of the above options.
.SH UI CONTOL
.IP "\fx/q{|n|b|r|f}\fR"
These options allow changing the behavior of the UI when installing MSI packages.
.IP "\fx/q\fR"
Show no UI.
.IP "\fx/qn\fR"
Same as /q.
.IP "\fx/qb\fR"
Show a basic UI.
.IP "\fx/qr\fR"
Shows a reduced user UI.
.IP "\fx/qf\fR"
Shows a full UI.
.SH LOGGING
.IP "\fl/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] {logfile}\fR"
Enable logging to {logfile}. Defaults are \'iwearmo\'.
.IP "\fl*\fR"
Enable all logging options except \'v\' and \'x\'.
.IP "\fli\fR"
Log status messages.
.IP "\flw\fR"
Log nonfatal warnings.
.IP "\fle\fR"
Log all error messages.
.IP "\fla\fR"
Log start of actions.
.IP "\flr\fR"
Log action specifc records.
.IP "\flu\fR"
Log user requests.
.IP "\flc\fR"
Log initial UI parameters.
.IP "\flm\fR"
Log out of memory errors.
.IP "\flo\fR"
Log out of diskspace messages.
.IP "\flp \fR"
Log terminal properties.
.IP "\flv \fR"
Verbose logging.
.IP "\flx \fR"
Log extra debugging messages.
.IP "\fl+ \fR"
Append logging to existing file.
.IP "\fl! \fR"
Flush each line to log.
.SH OTHER OPTIONS
.IP "\fx/h\fR"
Show help.
.IP "\fx/j[u|m] {package|productcode} [/t transform] [/g languageid] \fR"
Advertise {package} optionally with /t {transform} and /g {languageid}.
.IP "\fx/y\fR"
Register MSI service.
.IP "\fx/z\fR"
Unregister MSI service.
.IP "\fx/?\fR"
Same as /h.
.SH "SEE ALSO"
.BR wine(1),
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