|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
3 |
| - <Product Id="*" Name="App vNext Notifier" Language="1033" Version="1.0.1.0" Manufacturer="Brave Software" UpgradeCode="18329033-0696-4365-9233-ACC27548DFA2"> |
| 3 | + <Product Id="*" Name="Brave Ads Notifier" Language="1033" Version="1.0.1.0" Manufacturer="Brave Software" UpgradeCode="18329033-0696-4365-9233-ACC27548DFA2"> |
4 | 4 | <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
5 | 5 |
|
6 | 6 | <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
7 | 7 | <MediaTemplate EmbedCab="yes" />
|
8 | 8 |
|
9 |
| - <Feature Id="ProductFeature" Title="App vNext Notifier" Level="1"> |
| 9 | + <Feature Id="ProductFeature" Title="Brave Ads Notifier" Level="1"> |
10 | 10 | <ComponentGroupRef Id="ProductComponents" />
|
11 | 11 | </Feature>
|
12 | 12 |
|
|
17 | 17 | <Fragment>
|
18 | 18 | <Directory Id="TARGETDIR" Name="SourceDir">
|
19 | 19 | <Directory Id="ProgramFilesFolder">
|
20 |
| - <Directory Id="INSTALLFOLDER" Name="App vNext Notifier" /> |
| 20 | + <Directory Id="INSTALLFOLDER" Name="Brave Ads Notifier" /> |
21 | 21 | </Directory>
|
22 | 22 | <Directory Id="ProgramMenuFolder">
|
23 | 23 | </Directory>
|
|
27 | 27 | <Fragment>
|
28 | 28 | <DirectoryRef Id="ProgramMenuFolder">
|
29 | 29 | <Component Id="ApplicationShortcut" Guid="3EEFDA65-72FC-42BB-ADE1-79F037D772EA">
|
30 |
| - <Shortcut Id="ApplicationStartMenuShortcut" Name="App vNext Notifier" Description="Command line tool to send Windows Toast Notifications." Target="[INSTALLFOLDER]notifier.exe" WorkingDirectory="INSTALLFOLDER"> |
| 30 | + <Shortcut Id="ApplicationStartMenuShortcut" Name="Brave Ads Notifier" Description="Command line tool to send Windows Toast Notifications." Target="[INSTALLFOLDER]notifier.exe" WorkingDirectory="INSTALLFOLDER"> |
31 | 31 | <!--AUMID-->
|
32 |
| - <ShortcutProperty Key="System.AppUserModel.ID" Value="AppVNextNotifier"/> |
| 32 | + <ShortcutProperty Key="System.AppUserModel.ID" Value="BraveAdsNotifier"/> |
33 | 33 |
|
34 | 34 | <!--COM CLSID, specifying which CLSID to activate when toast clicked-->
|
35 | 35 | <ShortcutProperty Key="System.AppUserModel.ToastActivatorCLSID" Value="{4F5B934E-27C6-4AB6-A5EF-C3C71770E1A7}"/>
|
36 | 36 | </Shortcut>
|
37 | 37 |
|
38 |
| - <RemoveFile Id="RemoveApplicationShortcut" Directory="ProgramMenuFolder" Name="App vNext Notifier" On="uninstall"/> |
39 |
| - <RegistryValue Root="HKCU" Key="Software\App vNext Notifier" Name="installed" Type="integer" Value="1" KeyPath="yes" /> |
| 38 | + <RemoveFile Id="RemoveApplicationShortcut" Directory="ProgramMenuFolder" Name="Brave Ads Notifier" On="uninstall"/> |
| 39 | + <RegistryValue Root="HKCU" Key="Software\Brave Ads Notifier" Name="installed" Type="integer" Value="1" KeyPath="yes" /> |
40 | 40 | </Component>
|
41 | 41 | </DirectoryRef>
|
42 | 42 | </Fragment>
|
|
0 commit comments