Skip to content

Easy-RSA: New Windows Start menu item for Easy-RSA Non-Admin mode #560

@TinCanTech

Description

@TinCanTech

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:

  • <Component Id="shortcut.easyrsa.easyrsa_start.bat" Guid="{FE9645C1-6EF1-4046-895A-4ED5C98E2570}">
    <Shortcut
    Id="shortcut.easyrsa.easyrsa_start.bat"
    Name="Start EasyRSA shell"
    Target="[EASYRSADIR]EasyRSA-Start.bat"
    WorkingDirectory="EASYRSADIR"/>
    <RemoveFolder Id="shortcut.easyrsa.easyrsa_start.bat" On="uninstall"/>
    <RegistryValue Root="HKCU" Key="Software\$(var.PRODUCT_NAME)\Shortcuts" Name="easyrsa.easyrsa_start.bat" Type="integer" Value="1"/>
    </Component>

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions