Hi all,

I was wondering if someone can help me out with debugging this issue I'm 
using packer and trying to build a windows image in Azure. I'm using a 
PowerShell provisioner to install 3ds max 2019 with the following command 
Start-Process cmd.exe -ArgumentList @('/c','Setup.exe', 
'/t','/c','/q','MAXIO:', 'INSTALLDIR=C:\\Autodesk\\3dsMax2019\\', 
'InstallLevel=5') -wait .It seems to be freezing while trying to install 
3ds Max, I'm thinking it is blocked/or asking for user input via GUI. If I 
RDP into a general windows VM and execute the same command it works fine, 
but it just stalls from within packer. Is it possible to RDP machine while 
it's building to see if a GUI prompt has opened up? Or do you have any 
other ways I debug what packer is doing after executing that command? 

Any assistance would be helpful. 

Cheers,
Matt

-- 
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/b0d89cfb-d7c7-4002-9031-b9422d1a18e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to