Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
From 18 Jan, 2021 0:00 UTC:
All services will be temporary unavailable for maintenance
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Internet
>
SSH (Secure SHell)
>
vbasshlibrary
>
Howto
vbasshlibrary
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Documents
FrontPage
Title index
Recent changes
How to install vbasshlibrary
Windows 用の Microsoft .NET Framework 4.7.2 以上が必要なのでインストール手順を試してエラーが出るようであれば入れる。
https://support.microsoft.com/ja-jp/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows
インストール方法
1)ZIPファイルを任意の場所に展開
2)コマンドプロンプトを管理者モードで起動して 1)の場所に移動、64bit版は x64フォルダ内に移動する
3)以下のコマンドを入力。
32bit版
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe" VbaSSHLibrary.dll /tlb:VbaSSHLibrary.tlb /codebase
64bit版
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe" VbaSSHLibrary.dll /tlb:VbaSSHLibrary.tlb /codebase
RegAsmが見つからない場合 .net Frameworkのバージョンに合わせてPathも書き換える。
アンインストール
32bit版
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe" /unregister VbaSSHLibrary.dll /tlb:VbaSSHLibrary.tlb
64bit版
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe" /unregister VbaSSHLibrary.dll /tlb:VbaSSHLibrary.tlb
Download File List
Wiki