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? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/9d2d6d29-9a29-4dc4-9647-cb0a35d6c3c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
