1.1 KiB
1.1 KiB
iesetup
Build customized Internet Explorer Wizard (
iewzd) installer. Part of Internet Explorer Administration Kit (IEAK). Note: You may need to replace theiesetupcommand with your desired IEAK version and executable, such asIe11setupfor IE 11. More information: https://learn.microsoft.com/previous-versions/windows/internet-explorer/ie-it-pro/internet-explorer-11/ie11-ieak/iexpress-command-line-options.
- View the documentation for
iewzd:
tldr {{[-p|--platform]}} windows iewzd
- Build a custom Internet Explorer Wizard executable, specifying the location of
iewzdexecutable:
iesetup /c:"{{path\to\iewzd.exe}}"
- Apply custom
iewzdprogram arguments into the custom installer:
iesetup /c:"{{path\to\iewzd.exe}} {{iewzd_args}}"
- Run the build process in a [q]uiet mode, assuming the user account invoking this command as an [a]dministrator or regular [u]ser:
iesetup /q:{{a|u}} /c:"{{path\to\iewzd.exe}} {{iewzd_args}}"
- Specify the [r]estart behavior after a successful installation ([a]sk, [n]ever, or alway[s]):
iesetup /r:{{a|n|s}} /c:"{{path\to\iewzd.exe}} {{iewzd_args}}"