Yes, packer was not designed to show UI inside the guest VM, we just need this for the issue with non silent installers. I found a way to do this via PsExec. I invoke this within a local shell provider (opening a second ssh session) using the -i parameter. This works fine.
Thanks for your suggestions. Am Mittwoch, 22. Mai 2019 21:02:14 UTC+2 schrieb Jordan Borean: > > If you want to show it on an existing logon session you need to use the -i > <session id> argument where the session is the ID of the session you want > to show it on. If you omit the number after -i it will use the current > session to display the program interactively but because Packer runs over > WinRM it will be session 0 which is never an console or RDP logon session. -- 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/4e529e4f-dcf0-436a-aecc-da6c9bfd8da8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
