Skip to content

Installer for Windows #14

Description

@jamesmarkchan

A native installer for the current version of Windows.

This is ideally an msi or exe file and will allow clean install and uninstall of the jdiskmark program following platform best practices.

As a major convenience a windows installer would make it much easier for users to install and launch. This way user would not need to bother with:

  1. Downloading java 21 installer
  2. Installing java 21
  3. Downloading jDiskMark release
  4. unzipping the archive
  5. navigating to the unzip directory
  6. launching an administrative shell

It would just be:

  1. downloading the installer
  2. installing
  3. launching jdiskmark from start menu.

Issues:

  1. Duplicate names on SmartScreen - This is because the CN (common name) and O (organization) are the same and are combined in the Subject value field.
  2. Different MSI name used - Trying stack overflow community: https://stackoverflow.com/questions/78055873/how-to-set-title-or-displayed-msi-file-in-jpackage-install-dialog
  3. UAC - Publisher unknown when running as admin - The jpackage generated .exe is not signed. -> investigating with SignMyCode - Meetup is Friday 15th 5pm pst.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions