Skip to content

Commit

Permalink
HSPEXP+ Updated for Installation
Browse files Browse the repository at this point in the history
1. Updated user Manual is now available.
2. Install script has been updated.
  • Loading branch information
mishranurag committed Apr 6, 2018
1 parent 2773cd5 commit adfc6ea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
Binary file added HSPEXP/HSPEXP200_Manual.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions HSPEXP/SetUpScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "HSPEXP+"
#define MyAppVersion "2.00beta2"
#define MyAppVersion "2.00beta3"
#define MyAppPublisher "RESPEC"
#define MyAppURL "http://www.respec.com/product/hspexp/"
#define MyAppExeName "HSPEXP+.exe"
Expand All @@ -23,7 +23,7 @@ AppContact= {#MyAppURL}
VersionInfoCopyright=Mozilla Public License (MPL) 1.1
DefaultDirName={reg:HKLM\SOFTWARE\RESPEC\BASINS45,Base Directory|{pf}\HSPEXP+}
DefaultGroupName={#MyAppName}
OutputBaseFilename=HSPEXP+2.00beta2SetUp
OutputBaseFilename=HSPEXP+2.00beta3SetUp
Compression=lzma
SolidCompression=yes
InfoBeforeFile=install.txt
Expand All @@ -38,7 +38,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
Source: "C:\Dev\BASINS\BASINS\HSPEXP\bin\x86\Debug\HSPEXP+.exe"; DestDir: "{app}"; Permissions: everyone-modify; Flags: ignoreversion
Source: "C:\Dev\BASINS\BASINS\HSPEXP\bin\x86\Debug\WinHSPFLt\*"; DestDir: "{app}\WinHSPFLt"; Permissions: everyone-modify; Flags: ignoreversion
Source: "C:\Dev\BASINS\BASINS\HSPEXP\bin\x86\Debug\*.dll"; DestDir: "{app}"; Permissions: everyone-modify; Flags: ignoreversion
Source: "C:\Dev\BASINS\BASINS\HSPEXP\*.chm"; DestDir: "{app}"; Permissions: everyone-modify; Flags: ignoreversion
Source: "C:\Dev\BASINS\BASINS\HSPEXP\*.pdf"; DestDir: "{app}"; Permissions: everyone-modify; Flags: ignoreversion
Source: "C:\Dev\BASINS\BASINS\HSPEXP\GraphColors.txt"; DestDir: "{app}"; Permissions: everyone-modify; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversiono" on any shared system files

Expand Down
2 changes: 1 addition & 1 deletion HSPEXP/StartUp.vb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Public Class StartUp
End Sub

Private Sub btn_help_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_help.Click
Help.ShowHelp(Me, Application.StartupPath & "\HSPEXP+.chm")
Help.ShowHelp(Me, Application.StartupPath & "\HSPEXP200_Manual.pdf")
End Sub

Private Sub chkHydrologySensitivity_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkMultiSim.CheckedChanged
Expand Down
Binary file added HSPEXP/bin/Debug/HSPEXP200_Manual.pdf
Binary file not shown.
Binary file added HSPEXP/bin/x86/Debug/HSPEXP200_Manual.pdf
Binary file not shown.
11 changes: 7 additions & 4 deletions HSPEXP/install.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
HSPEXP+2.0beta2
Date: 03/28/2018
HSPEXP+2.0beta3
Date: 04/05/2018

Features:
1. In Multi Simulation Manager, range of operations can be provided, separated by hyphen (-)
1. In Multi Simulation Manager, range of operations can be provided, separated by hyphen (-).
2. Draft Manual is now available.

Bugs Fixed
1. In some cases, if the GENER operation didn't exist, HSPEXP+ crashed. That behavior has been fixed.
2. Some interface fixes.
3. Some reports were having issues, that has been fixed.
3. Some reports were having issues with analysis date, that has been fixed.
4. Some reports showed erroneous values when operations didn't have any reach connections. That has been fixed.


HSPEXP+2.0.0beta
Date: 03/13/2018
Expand Down

0 comments on commit adfc6ea

Please sign in to comment.