Rob Reynolds
Rob Reynolds
@pyhedgehog apologies, was referring to native installers
@alexchandel I thought we had this discussion here already. However I don't see it on a quick scroll back, so 👍
@chocolatey/developers does anyone remember who worked on this one?
@erotavlas85 that is helpful - if you save it as a gist and provide the link, that would be helpful.
I've added this to the backlog and assigned it to you. If you get to it in time for 0.9.10, great! We can update the milestone. :)
The interesting bits are the DWORD at https://github.com/lordmulder/stdutils/commit/839107dc719899d31b0f67e33d76befa57ded768#diff-994c180910d9ef09478cfe0e8e854b98R723
There may also be bits in those compiled DLLs they included.
Oh no - https://technet.microsoft.com/en-us/library/hh849725.aspx : > - If you attempt to import a module that contains mixed-mode assemblies that are not compatible with Windows PowerShell 3.0, Import-Module returns an error...
Other resources: - Possible solution - http://stackoverflow.com/a/2096906/18475 - Another possibility - https://blog.stangroome.com/2011/03/23/executing-individual-powershell-commands-using-net-4/ and https://gist.github.com/jstangroome/882528 | https://msdn.microsoft.com/library/ff361644(v=vs.100).aspx - http://stackoverflow.com/q/2094694/18475 - http://stackoverflow.com/a/3179065/18475 - Not helpful - http://powershell.com/cs/forums/p/9740/16145.aspx
This is exactly the issue - http://stackoverflow.com/q/9164260/18475