-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7107e2a
commit eb8a195
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
<Package Codepage="1252" Manufacturer="Gossip" ProductCode="{6db83d13-f8e9-4ebf-9a20-17b0a3977111}" Language="1033" Name="Gossip" Version="0.8.2" UpgradeCode="{F1794F78-CFB1-4056-A1F7-DA48B956456C}" InstallerVersion="200"> | ||
<StandardDirectory Id="DesktopFolder" /> | ||
<StandardDirectory Id="ProgramFilesFolder"> | ||
<Directory Id="Gossip" Name="Gossip"> | ||
<Directory Id="INSTALLDIR" Name="Gossip"> | ||
<Component Id="MainExecutable" Guid="{1B8CD459-FB86-42B1-8A42-B4D9848179DD}" Bitness="always32"> | ||
<Shortcut Id="startmenuShortcut" Directory="ProgramMenuDir" Icon="gossip.ico" IconIndex="0" WorkingDirectory="INSTALLDIR" Name="Gossip" Advertise="yes" /> | ||
<Shortcut Id="desktopShortcut" Directory="DesktopFolder" Icon="gossip.ico" IconIndex="0" WorkingDirectory="INSTALLDIR" Name="Gossip" Advertise="yes" /> | ||
<File Id="GossipEXE" Name="gossip.exe" KeyPath="yes" Source="gossip.exe" /> | ||
</Component> | ||
</Directory> | ||
</Directory> | ||
</StandardDirectory> | ||
<StandardDirectory Id="ProgramMenuFolder"> | ||
<Directory Id="ProgramMenuDir" Name="Gossip"> | ||
<Component Id="ProgramMenuDir" Guid="{508C7945-FD8F-429D-AF84-6CDBA5AAC575}" Bitness="always32"> | ||
<RemoveFolder Id="ProgramMenuDir" On="uninstall" Directory="ProgramMenuDir" /> | ||
<RegistryValue Id="regfVKS7tdq5lPRijYcmmmk_.ClslQ" Key="Software\Gossip\gossip" Root="HKCU" Type="string" Value="" KeyPath="yes" /> | ||
</Component> | ||
</Directory> | ||
</StandardDirectory> | ||
<Icon Id="gossip.ico" SourceFile="gossip.ico" /> | ||
<Feature Id="Complete" Level="1"> | ||
<ComponentRef Id="ProgramMenuDir" /> | ||
<ComponentRef Id="MainExecutable" Primary="yes" /> | ||
</Feature> | ||
<Media Id="1" EmbedCab="yes" Cabinet="cab1.cab" /> | ||
<SummaryInformation Description="Gossip 0.8.2 Installer" /> | ||
</Package> | ||
</Wix> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
<Package Codepage="1252" Manufacturer="Gossip" ProductCode="{2a4b318a-3798-47fa-b648-2cee8227c5ef}" Language="1033" Name="Gossip" Version="0.9.0" UpgradeCode="{F1794F78-CFB1-4056-A1F7-DA48B956456C}" InstallerVersion="200"> | ||
<StandardDirectory Id="DesktopFolder" /> | ||
<StandardDirectory Id="ProgramFilesFolder"> | ||
<Directory Id="Gossip" Name="Gossip"> | ||
<Directory Id="INSTALLDIR" Name="Gossip"> | ||
<Component Id="MainExecutable" Guid="{1B8CD459-FB86-42B1-8A42-B4D9848179DD}" Bitness="always32"> | ||
<Shortcut Id="startmenuShortcut" Directory="ProgramMenuDir" Icon="gossip.ico" IconIndex="0" WorkingDirectory="INSTALLDIR" Name="Gossip" Advertise="yes" /> | ||
<Shortcut Id="desktopShortcut" Directory="DesktopFolder" Icon="gossip.ico" IconIndex="0" WorkingDirectory="INSTALLDIR" Name="Gossip" Advertise="yes" /> | ||
<File Id="GossipEXE" Name="gossip.exe" KeyPath="yes" Source="gossip.exe" /> | ||
</Component> | ||
</Directory> | ||
</Directory> | ||
</StandardDirectory> | ||
<StandardDirectory Id="ProgramMenuFolder"> | ||
<Directory Id="ProgramMenuDir" Name="Gossip"> | ||
<Component Id="ProgramMenuDir" Guid="{508C7945-FD8F-429D-AF84-6CDBA5AAC575}" Bitness="always32"> | ||
<RemoveFolder Id="ProgramMenuDir" On="uninstall" Directory="ProgramMenuDir" /> | ||
<RegistryValue Id="regfVKS7tdq5lPRijYcmmmk_.ClslQ" Key="Software\Gossip\gossip" Root="HKCU" Type="string" Value="" KeyPath="yes" /> | ||
</Component> | ||
</Directory> | ||
</StandardDirectory> | ||
<Icon Id="gossip.ico" SourceFile="gossip.ico" /> | ||
<Feature Id="Complete" Level="1"> | ||
<ComponentRef Id="ProgramMenuDir" /> | ||
<ComponentRef Id="MainExecutable" Primary="yes" /> | ||
</Feature> | ||
<Media Id="1" EmbedCab="yes" Cabinet="cab1.cab" /> | ||
<SummaryInformation Description="Gossip 0.9.0 Installer" /> | ||
</Package> | ||
</Wix> |