Installer - #90
Merged
udotdevelopment merged 3 commits intoNov 19, 2020
Merged
Installer#90
Conversation
The installer is created with Advanced Installer. Most of the config file changes are puctuation and white space. the csproj file changes are to makes sure each project builds to the same platform (in this case, x86/release)
markKHA
added a commit
to KimleyHorn/ATSPM
that referenced
this pull request
Feb 3, 2022
commit 686790b Author: Andre Sanchez <asanchez@utah.gov> Date: Thu Jan 28 13:01:44 2021 -0700 EOS files are deleted in the controller with ftps. commit 21441ff Author: Derek Lowe <dlowe@utah.gov> Date: Sat Jan 23 15:03:08 2021 -0700 Version 4.2.4 Changes to Left Turn Gap Analysis, Menu seed, Chart order, Installer project, New aggregation commit 72f5abb Author: Shane Johnson <31358034+shanejohnson-atspm@users.noreply.github.com> Date: Thu Nov 19 14:19:12 2020 -0700 Installer (udotdevelopment#90) * small bug fix in get maxtime records * Files and changes for an ATSPM installer The installer is created with Advanced Installer. Most of the config file changes are puctuation and white space. the csproj file changes are to makes sure each project builds to the same platform (in this case, x86/release) Co-authored-by: udotdevelopment <dlowe@utah.gov> commit e61c355 Merge: e5f62a0 c92e52e Author: Derek Lowe <dlowe@utah.gov> Date: Thu Nov 19 14:01:56 2020 -0700 Merge branch 'pr/78' commit e5f62a0 Merge: 77a0ea2 7837972 Author: Derek Lowe <dlowe@utah.gov> Date: Thu Nov 19 13:58:55 2020 -0700 Merge remote-tracking branch 'origin/master' commit 7837972 Author: markKHA <mark.wood@kimley-horn.com> Date: Thu Nov 19 13:51:49 2020 -0700 Update LTGA bin size (#80) * Build fixes. Note: All test projects have to be unloaded for VS to build solution. * LTGA options switched to cards for bootstrap update, change seed method for report to only work with detection types 4and 6. * Revert "LTGA updates for 4.2.3" * Update to bin size calcs commit 77a0ea2 Author: Derek Lowe <dlowe@utah.gov> Date: Thu Sep 10 11:32:16 2020 -0600 fix for conflicts commit c544c15 Author: Andre Sanchez <asanchez@utah.gov> Date: Wed Jun 24 17:24:38 2020 -0600 Changes in Aggregation This changes how the Aggregation works to keep up with the daily data. It is only doing the volume at this time. Command line needs to be tested better.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Herein we have updates and files necessary to create an installer with Advanced Installer. All of the project have been updated to build to the same platform and to have debug and release configurations. The installer is happier when it uses 32-bit .dlls, so the default platform is x86. The great majority of the files changes are to support those ends.
The installer needs to run some custom code to deal with database migrations, so a project for that .dll has been added to the main ATSPM solution.