We have a windows 10 image which is part of a vmware template. On top of this base VM we need to install some setup packages. All of them having silent installers except WinPCap 4.1.3. In order to get this setup installing automatically we are using autoIt which offers a script language to handle the setup window and buttons. This works fine even when invoking inside a vm via cmd.
But when executing the same command via windows-shell provisioner the setup gui is not opened (due to ssh restrictions).
Is there any provisionier we can use to handle that?
PsExec.exe offers a parameter-i which can invoke gui application via ssh like [PsExec.exe -i -d -s \\\\127.0.0.1 notepad]. Is there any Packer equivalent?