Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
1. Completed Replace Function
2. Add a icon in Wix
  • Loading branch information
chenguanzhou committed Feb 19, 2016
1 parent 76e86c4 commit ee8bd77
Show file tree
Hide file tree
Showing 11 changed files with 309 additions and 184 deletions.
6 changes: 4 additions & 2 deletions MarkDownEditor.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<?define MarkDownEditor_TargetDir=$(var.MarkDownEditor.TargetDir)?>
<Product Id="{E333BF0E-12F7-4A0E-9B67-CD4C2A5F5EF0}" Name="MarkDownEditor" Language="1033" Version="0.2.6" Manufacturer="Chen Guanzhou" UpgradeCode="5d30c639-0761-41c7-b4ef-e0c1b75eeb3f">
<Package Id="{901C8E9F-FFEC-47C7-8C54-A8840CAAE9C7}" InstallerVersion="405" Compressed="yes" InstallScope="perMachine"/>
<Product Id="{2D113EBE-8352-4AEF-8FB1-7FC273919709}" Name="MarkDownEditor" Language="1033" Version="0.3.0" Manufacturer="Chen Guanzhou" UpgradeCode="5d30c639-0761-41c7-b4ef-e0c1b75eeb3f">
<Package Id="{E9B9E4B4-B415-42A7-9C34-9DF92B10C17C}" InstallerVersion="405" Compressed="yes" InstallScope="perMachine"/>

<MajorUpgrade Schedule="afterInstallInitialize"
DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."/>
Expand All @@ -18,6 +18,8 @@
<ComponentRef Id="DesktopFolderShortcut" />
</Feature>
<WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
<Icon Id="icon.ico" SourceFile="..\MarkDOwnEditor\MarkdownEditorLogo.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

<Feature Id="VCRedist" Title="Visual C++ 2013 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
<MergeRef Id="VCRedist"/>
Expand Down
4 changes: 2 additions & 2 deletions MarkDownEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.6.0")]
[assembly: AssemblyFileVersion("0.2.6.0")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
Loading

0 comments on commit ee8bd77

Please sign in to comment.