Differences
This shows you the differences between the selected revisions of the page.
2017-08-18 | 2017-08-18 | ||
no summary (75.31.122.3) | path example consistency (martin) | ||
Line 57: | Line 57: | ||
Add-Type -AssemblyName "System.EnterpriseServices" | Add-Type -AssemblyName "System.EnterpriseServices" | ||
$publish = New-Object System.EnterpriseServices.Internal.Publish | $publish = New-Object System.EnterpriseServices.Internal.Publish | ||
- | $publish.GacInstall("C:\FullAbsolutePath\WinSCPnet.dll") | + | $publish.GacInstall("C:\path\WinSCPnet.dll") |
</code> | </code> | ||