EXE installer is deprecated, please use the MSI Installer that will come with 7.1912.3 Release
With the BIS-F Version 7.1912.2 I’m distribute a new Installer based on Advanced Installer.
This is the latest and release only with the 2 Installers, the old Inno Setup and the new Advanced Installer. With upcoming Releases 7.1912.3 and higher the new Advanced Installer Setup will be available only.
This gives you the time to update easily to 7.1912.2 with the old Inno Setup and test the new Advanced Installer Setup in your environment.
Please uninstall any previous BIS-F Installation before execute the new Advanced Installer Setup.
The EXE Bootstrapper supports all msiexec command-line options (basically all the command-line parameters you can use for an MSI package). A command-line received by the EXE Bootstrapper will be passed to msiexec when launching the main MSI.
Installation
<BIS-F setup.exe> /i // /l*v c:\windows\logs\bisf.log /qb
De-Installation
<BIS-F setup.exe> /x // /l*v c:\windows\logs\bisf_remove.log /qb
The // marker is automatically replaced by the EXE Bootstrapper with <path_to_msi>. Msiexec command-line parameters need to be appended to this command.
The Complete unattend command line switches can be getting here.