Downloads:
15,110
Downloads of v 4.43.9799.161457:
12
Last Update:
10 Apr 2025
Published Date:
10 Apr 2025
Package Maintainer(s):
Software Author(s):
- SoftEther Project
- University of Tsukuba
- Japan
Tags:
softether multi-protocol vpn client- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SoftEther VPN Client
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
4.43.9799.161457 | Updated: 10 Apr 2025
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
15,110
Downloads of v 4.43.9799.161457:
12
Published:
10 Apr 2025
Maintainer(s):
Software Author(s):
- SoftEther Project
- University of Tsukuba
- Japan
SoftEther VPN Client 4.43.9799.161457
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by SoftEther Project, University of Tsukuba, Japan. The inclusion of SoftEther Project, University of Tsukuba, Japan trademark(s), if any, upon this webpage is solely to identify SoftEther Project, University of Tsukuba, Japan goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
An Open-Source Free ​Cross-platform Multi-protocol VPN Program from University of Tsukuba, Japan.
#Requires AutoHotkey v2.0
#NoTrayIcon
#SingleInstance Force
#Warn
SetControlDelay -1
SetTitleMatchMode 2
; Title for setup windows
winInstallTitle := "SoftEther VPN Setup Wizard"
agreeEULText := "I agree to the End User License Agreement"
mainAppTitle := "SoftEther VPN Client Manager"
winInstallFinishedText := "The setup process of SoftEther VPN Client has completed successfully"
; Initial setup screen
If WinWait(winInstallTitle,, 20)
ControlClick "Next", winInstallTitle
Else
ExitApp 1
; Next screen
If WinWait(winInstallTitle,, 20)
ControlClick "Next", winInstallTitle
Else
ExitApp 1
; Third screen
If WinWait(winInstallTitle,, 20)
ControlClick "Next", winInstallTitle
Else
ExitApp 1
; License agreement screen
If WinWait(winInstallTitle, agreeEULText, 20)
{
; Check if the EULA checkbox is already checked
isChecked := ControlGetChecked("Button1", winInstallTitle)
if (!isChecked)
ControlClick "Button1", winInstallTitle ; Check it if not checked
ControlClick "Next", winInstallTitle
}
Else
ExitApp 1
; Continue with installation screens
If WinWait(winInstallTitle,, 20)
ControlClick "Next", winInstallTitle
Else
ExitApp 1
If WinWait(winInstallTitle,, 20)
ControlClick "Next", winInstallTitle
Else
ExitApp 1
If WinWait(winInstallTitle,, 20)
ControlClick "Next", winInstallTitle
Else
ExitApp 1
Send "{Enter}"
; Final screen
If WinWait(winInstallTitle, winInstallFinishedText, 20)
{
; Uncheck "Start the SoftEther VPN Client Manager" if it's checked
isChecked := ControlGetChecked("Button1", winInstallTitle)
if (isChecked)
ControlClick "Button1", winInstallTitle ; Uncheck it
}
If WinWait(winInstallTitle, winInstallFinishedText, 20) {
WinActivate winInstallTitle
Send "{Enter}"
}
; Handle any client manager window that might appear
If WinWait(mainAppTitle,, 3)
{
WinActivate
Send "!q" ; Alt+Q
Send "{Enter}"
}
ExitApp 0
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
SoftEther VPN Client 4.43.9799.161457 | 12 | Thursday, April 10, 2025 |
Waiting for Maintainer
|
|
SoftEther VPN Client 4.39.9772 | 14442 | Friday, June 24, 2022 | Approved | |
SoftEther VPN Client 4.38.9760 | 415 | Wednesday, February 23, 2022 | Approved |
Ground Rules:
- This discussion is only about SoftEther VPN Client and the SoftEther VPN Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SoftEther VPN Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
hoanganhduc (maintainer) on 04 Apr 2025 05:42:04 +00:00:
User 'hoanganhduc' (maintainer) submitted package.
chocolatey-ops (reviewer) on 04 Apr 2025 06:17:15 +00:00:
softether-vpn-client has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 04 Apr 2025 07:57:14 +00:00:
softether-vpn-client has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/686ace2ae7335020635d744e2d775595 for details.
The package status will be changed and will be waiting on your next actions.
hoanganhduc (maintainer) on 04 Apr 2025 08:26:10 +00:00:
User 'hoanganhduc' (maintainer) submitted package.
chocolatey-ops (reviewer) on 04 Apr 2025 08:59:26 +00:00:
softether-vpn-client has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 04 Apr 2025 10:26:01 +00:00:
softether-vpn-client has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/4f716439d2db3d489dfb499d1c879993 for details.
The package status will be changed and will be waiting on your next actions.
hoanganhduc (maintainer) on 06 Apr 2025 01:24:43 +00:00:
User 'hoanganhduc' (maintainer) submitted package.
hoanganhduc (maintainer) on 06 Apr 2025 01:27:08 +00:00:
User 'hoanganhduc' (maintainer) submitted package.
chocolatey-ops (reviewer) on 06 Apr 2025 01:58:32 +00:00:
softether-vpn-client has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 06 Apr 2025 06:09:47 +00:00:
softether-vpn-client has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/fe06d2c49fecdb90cbf9f2a3603d974d for details.
The package status will be changed and will be waiting on your next actions.
hoanganhduc (maintainer) on 10 Apr 2025 05:37:25 +00:00:
User 'hoanganhduc' (maintainer) submitted package.
chocolatey-ops (reviewer) on 10 Apr 2025 06:11:55 +00:00:
softether-vpn-client has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 10 Apr 2025 14:40:50 +00:00:
softether-vpn-client has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/862a1da93607acc186356c355bc2e2c9 for details.
The package status will be changed and will be waiting on your next actions.