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.
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.
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:
potential silent install steps:
good to identify the product code.
notes: