Skip to content
New issue

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

About URL Scheme #453

Open
workcheng opened this issue Jan 17, 2025 · 1 comment
Open

About URL Scheme #453

workcheng opened this issue Jan 17, 2025 · 1 comment
Labels
feedback Waiting for feedback

Comments

@workcheng
Copy link

Inno Setup can configure a custom URL Scheme through the Registry directive to launch its own application. Does JavaPackager have a corresponding configuration?

Inno Setup Registry entry for custom URL protocol

@fvarrui
Copy link
Owner

fvarrui commented Feb 3, 2025

Hi @workcheng!
You can set JP to use your own customized Inno Setup Velocity template as explained here.
Or you can set custom Windows Registry entries using winConfig.registry as explained here.

<registry>
    <entries>
        <entry>
            <key>HKCU:MyApp</key>
            <valueName>greeting</valueName>
            <valueType>REG_SZ</valueType>
            <valueData>hello</valueData>
        </entry>
    </entries>
</registry>

I hope it helps!

@fvarrui fvarrui added the feedback Waiting for feedback label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback Waiting for feedback
Projects
None yet
Development

No branches or pull requests

2 participants