Skip to content

Publish windows installer on microsoft store #65

@jamesmarkchan

Description

@jamesmarkchan

We want to publish the windows installer on the Microsoft store as a distribution channel. Can sell for 10, 5 or free which ever is more appropriate.

anticipated steps:

  1. sign up for windows developer account
  2. verify or configure for silent install / uninstall
  3. upload publish candidate 0.6.0?

potential silent install steps:

msiexec /i "jdiskmark-0.6.0.msi" /qn /norestart /log "C:\Path\To\Install.log"
msiexec /x "jdiskmark-0.6.0.msi" /qn /norestart
msiexec /x {YOUR-PRODUCT-CODE} /qn /norestart

good to identify the product code.

notes:

Metadata

Metadata

Assignees

Labels

windowswindows environment

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions