electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 93 forks source link

Question - Setting of InstallLocation Uninstall Registry Key #125

Open edwardcurtin opened 3 years ago

edwardcurtin commented 3 years ago

morning wondering if anyone can point me in the correct direction we have a msi being built with electron-wix-msi on install we are ending up with the system having an installed application but the registry key for InstallLocation under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{Guid} is not being populated. Wondering if you can push me towards how to address same - much appreciated.