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

Make it easy to configure the app's homepage for Windows installers #9949

Closed
sschuberth opened this issue Jun 3, 2024 Discussed in #9943 · 3 comments · Fixed by #9977
Closed

Make it easy to configure the app's homepage for Windows installers #9949

sschuberth opened this issue Jun 3, 2024 Discussed in #9943 · 3 comments · Fixed by #9977

Comments

@sschuberth
Copy link

Discussed in #9943

Originally posted by sschuberth June 2, 2024
Hi there, is it currently possible to specify an app's homepage as part of installer metadata? Looking at https://tauri.app/v1/api/config/#windowsconfig and https://tauri.app/v1/api/config/#wixconfig it does not seem it's possible. I'm specifically looking for doing that for MSI, so that the app's homepage shows up in Windows' uninstall dialog.

The goal would be to make configuring the app's homepage easy and independent of the installer backend used (MSI or NSIS) without the user needing to deals with implementation-specific concepts like WiX fragments.

@amrbashir
Copy link
Member

I am not sure where is this homepage will be rendered, can you show an example?

@sschuberth
Copy link
Author

sschuberth commented Jun 4, 2024

Unfortunately, Windows' built-in "Add or remove programs" control panel indeed does not seem to show the "About URL" by default (and I couldn't make it to), but third-party uninstallers like UninstallView do, along with a bunch of more metadata:

image

amrbashir added a commit that referenced this issue Jun 5, 2024
If unspecified, it will fallback to `homepage` define in Cargo.toml

closes #9949
amrbashir added a commit that referenced this issue Jun 5, 2024
* feat: add `bundle > homepage` option

If unspecified, it will fallback to `homepage` define in Cargo.toml

closes #9949

* Update settings.rs
@sschuberth
Copy link
Author

Thanks a lot @amrbashir for addressing this so quickly!

pewsheen pushed a commit to pewsheen/tauri that referenced this issue Jun 13, 2024
* feat: add `bundle > homepage` option

If unspecified, it will fallback to `homepage` define in Cargo.toml

closes tauri-apps#9949

* Update settings.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants