electron-wix-msi icon indicating copy to clipboard operation
electron-wix-msi copied to clipboard

[need help] how to find "upgradeCode" from(in) a exsit app(build with electron-winstaller)

Open Stormpass opened this issue 11 months ago • 0 comments

upgradeCode (string, optional) - A unique UUID used by your app to identify itself. This module will generate one for you, but it is important to reuse it to enable conflict-free upgrades.

I have previously packaged an app using squirrel.windows and have a few users who have installed and used it. Now I want to switch to wix packaging

How can I set this "upgradeCode" to allow users to overwrite the previous app directly instead of installing a new one. Can anyone help me with this? Thanks for your help!

Stormpass avatar Aug 25 '23 02:08 Stormpass