# iesetup > Build customized Internet Explorer Wizard (`iewzd`) installer. > Part of Internet Explorer Administration Kit (IEAK). > Note: You may need to replace the `iesetup` command with your desired IEAK version and executable, such as `Ie11setup` for IE 11. > More information: . - View the documentation for `iewzd`: `tldr {{[-p|--platform]}} windows iewzd` - Build a custom Internet Explorer Wizard executable, specifying the location of `iewzd` executable: `iesetup /c:"{{path\to\iewzd.exe}}"` - Apply custom `iewzd` program 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}}"`