We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following from #559, I would like to request a new Windows Start Menu Item:
Name="Start EasyRSA shell (Non-admin)"
This would be a second version of this:
openvpn-build/windows-msi/msi.wxs
Lines 1148 to 1156 in c107ffd
The command to be executed is:
Target="[EASYRSADIR]EasyRSA-Start.bat /NA"
The /NA label is for Non-Admin mode. I am happy to go with any suitable label.
/NA
I am not familiar with msi.wxs, which is why this is a feature request and not a PR.
msi.wxs
The text was updated successfully, but these errors were encountered:
EasyRSA: add EasyRSA (Non-Admin) shortcut
8c71d86
Fixes OpenVPN#560 Signed-off-by: Lev Stipakov <[email protected]>
This needs further testing: It may be preferable to use the icon property field "Start in", to set %USERHOMEDRIVE%%USERHOMEPATH%.
%USERHOMEDRIVE%%USERHOMEPATH%
Linking: OpenVPN/easy-rsa#1075
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Following from #559, I would like to request a new Windows Start Menu Item:
Name="Start EasyRSA shell (Non-admin)"
This would be a second version of this:
openvpn-build/windows-msi/msi.wxs
Lines 1148 to 1156 in c107ffd
The command to be executed is:
Target="[EASYRSADIR]EasyRSA-Start.bat /NA"
The
/NA
label is for Non-Admin mode. I am happy to go with any suitable label.I am not familiar with
msi.wxs
, which is why this is a feature request and not a PR.The text was updated successfully, but these errors were encountered: