I am currently going through and installing all of the various software that is needed to provision our windows 7 machines. Unfortunately, when I attempt to install the latest Anaconda3 from continuum, I am unable to locate that products guid (product_id). It doesn't appear in the normal registry locations for 64 or 32 installs, in the wmic.exe get product powershell output or under a Get-ChildItem Win32_Product powershell output as well.
I generated a guid, but after the program installed it failed since it was unable to locate the product_id to see if it was installed (the error was basically, the program appeared to install correctly, but it was unable to located the product_id).
Since the product_id is required for this module is there anything I can do? I double the win_msi package would work due to the face that the anaconda3 installer is a installshield exe.
I currently have a version by repackaging the exe as a msi in AdminStudio, but that isn't ideal.
Cheers