Skip to content

Fixing the plugin install directory to reflect the current version - #2539

Merged
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
mirichmo:fixing-remoting-install-version-dir
Oct 26, 2016
Merged

Fixing the plugin install directory to reflect the current version#2539
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:masterfrom
mirichmo:fixing-remoting-install-version-dir

Conversation

@mirichmo

Copy link
Copy Markdown
Member

Fixes the plugin DLL destination path error:

PS C:\Program Files\PowerShell> .\6.0.0.11\Install-PowerShellRemoting.ps1
VERBOSE: Using PowerShell Version: 6.0.0-alpha.11
VERBOSE: Performing the operation "Copy File" on target "Item: C:\Program Files\PowerShell\6.0.0.11\pwrshplugin.dll
Destination: C:\WINDOWS\System32\PowerShell\6.0.0-alpha.8\pwrshplugin.dll".
The operation completed successfully.

To be:

PS C:\Program Files\PowerShell> .\6.0.0.11\Install-PowerShellRemoting.ps1
VERBOSE: Using PowerShell Version: 6.0.0-alpha.11
VERBOSE: Performing the operation "Copy File" on target "Item: C:\Program Files\PowerShell\6.0.0.11\pwrshplugin.dll
Destination: C:\WINDOWS\System32\PowerShell\6.0.0-alpha.11\pwrshplugin.dll".
The operation completed successfully.

Now the destination path directory is properly versioned.

@msftclas

Hi Mike Richmond (@mirichmo), I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Mike Richmond). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

@mirichmo Mike Richmond (mirichmo) added Issue-Bug Issue has been identified as a bug in the product WG-Remoting PSRP issues with any transport layer and removed cla-not-required labels Oct 26, 2016
@mirichmo Mike Richmond (mirichmo) changed the title Fixing the plugin install directory to refect the current version Fixing the plugin install directory to reflect the current version Oct 26, 2016
@daxian-dbw
Dongbo Wang (daxian-dbw) merged commit a659a95 into PowerShell:master Oct 26, 2016
@mirichmo
Mike Richmond (mirichmo) deleted the fixing-remoting-install-version-dir branch October 26, 2016 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue-Bug Issue has been identified as a bug in the product WG-Remoting PSRP issues with any transport layer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants