electron-wix-msi
Version:
Creates an MSI installer for your Electron app
6 lines • 449 B
text/xml
<!-- {{I}} --><Component Id="{{ComponentId}}" Guid="{{Guid}}" Win64="{{Win64YesNo}}">
<!-- {{I}} --> <RegistryKey Root="{{Root}}" Key="{{Key}}" ForceCreateOnInstall="{{ForceCreateOnInstall}}" ForceDeleteOnUninstall="{{ForceDeleteOnUninstall}}">
<!-- {{I}} --> <!-- {{Permission}} -->
<!-- {{I}} --> <RegistryValue Name="{{Name}}" Type="{{Type}}" Value="{{Value}}" KeyPath="yes"/>
<!-- {{I}} --> </RegistryKey>
<!-- {{I}} --></Component>