IMF4 icon indicating copy to clipboard operation
IMF4 copied to clipboard

Import Module fails when latest PSINI module is installed

Open FISHMANPET opened this issue 6 years ago • 1 comments

The code to install PSINI installs the latest version (as of right now 2.0.7) but your import-module command requires a specific version, 2.0.5. Because version 2.07 is what's installed, the import command will fail.

If there's a specific requirement for 2.0.5, the install command should install 2.05. If the requirement is for 2.0.5 or above, the import module should use the -MinimumVersion option instead of -RequiredVersion

https://github.com/DeploymentBunny/IMF4/blob/6640e18bf4b735546370061a03e54159c4fc72b1/Scripts/IMF-Configure.ps1#L99

FISHMANPET avatar Jan 29 '19 19:01 FISHMANPET

should be fixed in #3

FISHMANPET avatar Feb 13 '19 00:02 FISHMANPET