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

Update windows install experience #2164

Merged

Conversation

devinbileck
Copy link
Member

  • Increase the minimum supported OS version to Windows 7 with SP1.
    Previously it was Windows XP which has been EOL for some time now.
    Hopefully no one is still using Windows XP.

  • Show a final dialog once the install has completed. This will inform
    the user that the install has completed with an option to launch the
    application. Previously it would skip this final dialog and immediately
    launch the application, but the user may not want to launch it
    immediately.

  • Create an application shortcut on the user's desktop.

  • Check if the application is running prior to install or uninstall and
    abort with a prompt to the user that the application must first be
    closed.

  • German, French, and Spanish translations. The installer should
    auto-detect the OS language and display all text in the appropriate
    language. For now I have just added a couple languages, but it is very
    easy to add any of the other languages supported by Inno Setup.

  • Additionally, I removed a few unnecessary items that weren't being
    utilized such as installing a service.

- Increase the minimum supported OS version to Windows 7 with SP1.
Previously it was Windows XP which has been EOL for some time now.
Hopefully no one is still using Windows XP.

- Show a final dialog once the install has completed. This will inform
the user that the install has completed with an option to launch the
application. Previously it would skip this final dialog and immediately
launch the application, but the user may not want to launch it
immediately.

- Create an application shortcut on the user's desktop.

- Check if the application is running prior to install or uninstall and
abort with a prompt to the user that the application must first be
closed.

- German, French, and Spanish translations. The installer should
auto-detect the OS language and display all text in the appropriate
language. For now I have just added a couple languages, but it is very
easy to add any of the other languages supported by Inno Setup.

- Additionally, I removed a few unnecessary items that weren't being
utilized such as installing a service.
Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK - Thanks, looking good! I'll give everything an in-depth testing round during our next release on Tuesday.

@ripcurlx ripcurlx merged commit d1a5aae into bisq-network:master Jan 4, 2019
@devinbileck devinbileck deleted the update_windows_install_experience branch January 5, 2019 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants