Paul Gofman
|
fd5d942a73
msiexec: Append .msi extension to file name if file is not found.
|
3 years ago |
Zhiyi Zhang
|
76e448bd7d
msiexec: Enable visual styles.
|
3 years ago |
Michael Stefaniuc
|
64709fe7e9
msiexec: Use wide-char string literals.
|
4 years ago |
Alexandre Julliard
|
8dff0e3445
msiexec: Build with msvcrt.
|
5 years ago |
Zebediah Figura
|
27a7952a84
msi: Append the custom action client PID to the endpoint name.
|
5 years ago |
Zebediah Figura
|
2592690540
msiexec: Don't keep the custom action GUID in the main thread's stack.
|
6 years ago |
Zebediah Figura
|
6925846988
msi: Generate unique names for 32- and 64-bit custom action server pipes.
|
6 years ago |
Michael Stefaniuc
|
effac73e72
msiexec: Use the ARRAY_SIZE() macro.
|
6 years ago |
Zebediah Figura
|
457431ab5b
msi: Reuse the custom action server process where possible.
|
6 years ago |
Zebediah Figura
|
7908d6ee39
msi: Create the custom action thread inside msiexec.exe.
|
6 years ago |
Zebediah Figura
|
d0451d5734
msi: Mark exported wine functions CDECL.
|
6 years ago |
Zebediah Figura
|
85d1fb62b3
msi: Execute custom actions in a separate process.
|
6 years ago |
Hans Leidekker
|
d73c38fe9a
msiexec: Fix parsing of command lines where quoted strings and properties are not separated by whitespace.
|
7 years ago |
Hans Leidekker
|
c0b3f3f2e8
msiexec: Add support for /passive.
|
9 years ago |
Hans Leidekker
|
171a4c4154
msiexec: Fix parsing of basic UI level modifiers.
|
9 years ago |
Hans Leidekker
|
d81b8bbd79
msiexec: Add support for /update.
|
10 years ago |
Hans Leidekker
|
f5d916db06
msiexec: Command line option '!' is used to hide the cancel button.
|
10 years ago |
Frédéric Delanoy
|
a24081a703
msiexec: Use BOOL type where appropriate.
|
11 years ago |
Austin English
|
e55aea83cd
msiexec: Add a fixme for administrative installs.
|
11 years ago |
Hans Leidekker
|
0800f29b25
msiexec: Convert DoRegServer to Unicode.
|
11 years ago |
Hans Leidekker
|
6cd2ffae02
msiexec: Add /unregserver support.
|
11 years ago |
Michael Stefaniuc
|
b791c25274
msiexec: Use FIELD_OFFSET to calculate the size of a struct with variable length array.
|
12 years ago |
Hans Leidekker
|
3a9d30d485
msiexec: Support the "b!" UI option.
|
12 years ago |
Alexandre Julliard
|
c9eee73450
makefiles: Define __WINESRC__ when building programs.
|
13 years ago |
Hans Leidekker
|
494e20541d
msiexec: Preserve the first argument in process_args_from_reg.
|
13 years ago |
Austin English
|
b827ab329b
msiexec: Add /unreg as an alias for /z.
|
13 years ago |
Detlef Riekenberg
|
2a9b4e0142
msiexec: Use resource in msi for a help dialog to allow translation.
|
14 years ago |
Detlef Riekenberg
|
5c02e3f8b5
msiexec: Recognize /uninstall as alias for /x [resend].
|
14 years ago |
Josselin Bardet
|
2b07ae5e6f
msiexec: Support of /package option.
|
15 years ago |
Vincent Povirk
|
6949694740
msiexec: Build with -mwindows.
|
16 years ago |