electron-wix-msi
Version:
Creates an MSI installer for your Electron app
15 lines (14 loc) • 2.06 kB
text/xml
<!-- {{I}} --><!-- Capabilities keys for Vista/7 "Set Program Access and Defaults" -->
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\{{ShortAppName}}\Capabilities" Name="ApplicationDescription" Value="{{ApplicationDescription}}" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\{{ShortAppName}}\Capabilities" Name="ApplicationIcon" Value="[APPLICATIONROOTDIRECTORY]{{ApplicationBinary}}.exe,0" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\{{ShortAppName}}\Capabilities" Name="ApplicationName" Value="{{ApplicationName}}" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\{{ShortAppName}}\Capabilities\DefaultIcon" Value="[APPLICATIONROOTDIRECTORY]{{ApplicationBinary}}.exe,1" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\{{ShortAppName}}\Capabilities\shell\Open\command" Value=""[APPLICATIONROOTDIRECTORY]{{ApplicationBinary}}.exe" "%1"" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\RegisteredApplications" Name="{{ShortAppName}}" Value="SOFTWARE\{{ShortAppName}}\Capabilities" Type="string" />
<!-- {{I}} -->
<!-- {{I}} --><!-- App Paths to support Start,Run -> "{{ShortAppName}}" -->
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\{{ApplicationBinary}}.exe" Value="[APPLICATIONROOTDIRECTORY]{{ApplicationBinary}}.exe" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\{{ApplicationBinary}}.exe" Name="Path" Value="[APPLICATIONROOTDIRECTORY]" Type="string" />
<!-- {{I}} -->
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\Classes\Applications\{{ApplicationBinary}}.exe\shell\open" Name="FriendlyAppName" Value="{{ApplicationName}}" Type="string" />
<!-- {{I}} --><RegistryValue Root="HKLM" Key="SOFTWARE\Classes\Applications\{{ApplicationBinary}}.exe\shell\open\command" Value=""[APPLICATIONROOTDIRECTORY]{{ApplicationBinary}}.exe" "%1"" Type="string" />