I have a NSIS installer that runs a ps1 file to install a bunch of stuff and set up networking configurations.
When it runs the script it installs NuGet into the ProgramFilesx86 and for some reason when i call "Install-Module xNetworking" it cant find it, but if its installed in the ProgramFiles dir it works just fine.
I have the SetRegView 64 option in the nsi file.
Why is NuGet getting installed in the 32-bit directory instead of the 64? Is there an option im missing?
Command to install nuget is just "Install-PackageProvider NuGet -force"