Added version to desktop shortcut. Added Libs directory.

This commit is contained in:
Abed Haque 2015-09-09 10:52:01 -05:00
parent 247bf25ff5
commit 121576fc19
7 changed files with 21 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -57,11 +57,16 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Flex.UiWpfFramework">
<HintPath>..\..\..\..\..\SmartSDR_1_14_21_References\Flex.UiWpfFramework.dll</HintPath>
<Reference Include="Flex.UiWpfFramework, Version=1.0.1.28534, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\Flex.UiWpfFramework.dll</HintPath>
</Reference>
<Reference Include="FlexLib">
<HintPath>..\..\..\..\..\SmartSDR_1_14_21_References\FlexLib.dll</HintPath>
<Reference Include="FlexLib, Version=1.4.25.28534, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\FlexLib.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>Libs\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -73,6 +78,14 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Util, Version=1.0.1.30356, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\Util.dll</HintPath>
</Reference>
<Reference Include="Vita, Version=1.0.1.30356, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Libs\Vita.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />

View file

@ -5,8 +5,8 @@
;
#define MyAppName "SmartSDR D-STAR Waveform"
#define MyAppVersion "1.5.0.6"
#define MyAppVersionWithV "v1.5.0.6"
#define MyAppVersion "1.0.6.0"
#define MyAppVersionWithV "v1.0.6.0"
#define MyAppPublisher "FlexRadio Systems"
#define MyAppURL "http://www.flexradio.com/"
#define MyAppExeName "SmartSDR_D-STAR_Waveform.exe"
@ -25,7 +25,7 @@ DefaultDirName={pf}\{#MyAppPublisher}\{#MyAppName} {#MyAppVersionWithV}
DisableDirPage=yes
DefaultGroupName=DSTAR Waveform
DisableProgramGroupPage=yes
OutputBaseFilename=DSTAR_Waveform_Installer
OutputBaseFilename=SmartSDR_D-STAR_Waveform_Installer_{#MyAppVersionWithV}
SetupIconFile=..\CODEC2 GUI\Images\dstar.ico
Compression=lzma
SolidCompression=yes
@ -49,7 +49,7 @@ Source: "..\..\..\DSP_API\Waveform\ThumbDV.ssdr_waveform"; DestDir: "{userappdat
[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{commondesktop}\{#MyAppName} {#MyAppVersionWithV}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent