Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoherent versions of ReportingServicesTools installed by the alternative installing methods #429

Open
maxbale opened this issue Sep 19, 2024 · 1 comment

Comments

@maxbale
Copy link

maxbale commented Sep 19, 2024

In my Windows 10 PC, the versions of ReportingServicesTools installed by the 3 proposed methods in the Readme are not the same.
With
Invoke-Expression (Invoke-WebRequest https://raw.githubusercontent.com/Microsoft/ReportingServicesTools/master/Install.ps1)
and
Invoke-Expression (Invoke-WebRequest https://aka.ms/rstools)
the version installed is 0.0.6.6 in the folder \WindowsPowerShell\Modules

whereas with
Install-Module -Name ReportingServicesTools
the version installed is 0.0.8.0 in the folder \WindowsPowerShell\Modules

Can you tell me why this happens?
Why the latest version 0.0.9.0 isn't installed?
How can I force the version to install? (the -RequiredVersion parameters doesn't seem to work)
Can I force the installation folder to a different path?

Thank you

My PowerShell $PSVersionTable is:
Name Value


PSVersion 5.1.19041.4894
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.4894
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

@end-user
Copy link

The 0.9.0.0 version apparently had a problem with the build and didn't get pushed to the Powershell Gallery (according to #409 ). The project is languishing without official MS support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants