Assuming your product is 64 bit, you can also install it on a windows machine somewhere and look in the following location in the registry to find the product_id:
HKLM:\Software\microsoft\windows\currentversion\uninstall The package_id is only used to check whether the package has already been installed so you could put a made up value you, run win_package to install it, then check the registry value Hope this helps, Jon On Wednesday, 9 March 2016 12:26:39 UTC, Deepa Yr wrote: > > Hi > > I am trying to install our product on windows machine. I tried > "raw" command. It kicks off the install on windows but the install fails in > the middle of the execution with "out of memory error" though there is free > memory in the system. When same install I tried without ansible, from > command prompt it is working fine. I tried increasing the > value MaxMemoryPerShellMB, still same issue is noticed. > > Is there a way to resolve this issue ? > > Instead of raw command, thought of executing the exe file using > Win_package. But it needs product id and name. Dont know what should be > given for those arguments. > > Thanks > Deepa > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fd0ddc1e-d8e4-4d13-abe5-68f910362770%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
