[wix-users] Passing command-line options to MsiPackage
Andreas Orzyszek
andreas.orzyszek at gmail.com
Mon Mar 15 09:00:29 PDT 2021
Hi,
you don't have to pass it when using the MsiPackage element. These are
the default options but if you really want to change it use the
attributes on MsiPackage Element for it.
https://wixtoolset.org/documentation/manual/v3/xsd/wix/msipackage.html
You don't want an msi UI or reboots from an msi when using a bundle
anyway so the defaults are fine in most cases.
Regards,
Andreas
Am 15.03.2021 um 16:39 schrieb Ивайло Гугалов via wix-users:
> Hello,
>
> I am having difficulties with the wix Bundle element.
> I am creating a custom wrapper of an msi file with the Bundle element
> and MsiPackage. I would like to pass to the msi package the command-line
> options of silent installation and no reboot: <*/quiet>, </norestart>.*
> How can I achieve this? Where should I put these command line values?
>
> Regards,
> Ivaylo
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list