Skip to content

Cannot provide arguments in Custom actions / shell command #37

@PYUDNG

Description

@PYUDNG

Reproduction

cmd /k echo test
Image Image

Temperory workaround

  1. Create a .vbs file with the following content:
CreateObject("Wscript.Shell").Run "cmd /k echo test"

Replace that cmd /k echo test with yours

  1. Set your custom action's Shell Command to this .vbs file's path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions