Skip to content

Commit

Permalink
#91 : Do not close and restart applications in installer
Browse files Browse the repository at this point in the history
This has proven buggy, freezing the installation process in some cases, especially when running silently
  • Loading branch information
clechasseur committed Sep 29, 2019
1 parent f6c014d commit a781a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version 17.1 (20??-??-??)
- The dialog to edit custom commands now has a preview box (both in Simple and Expert modes) [https://github.com/clechasseur/pathcopycopy/issues/85]
- Previews displayed in the menu will now correctly display ampersand (&) characters [https://github.com/clechasseur/pathcopycopy/issues/93]
- Previews in main menu are now correctly displayed when using non-standard commands in the main menu [https://github.com/clechasseur/pathcopycopy/issues/94]
- Installer no longer offers to close and restart applications. This has proven buggy during upgrades. [https://github.com/clechasseur/pathcopycopy/issues/91]


Version 17.0.1 (2019-09-08)
Expand Down
1 change: 1 addition & 0 deletions Installer/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ VersionInfoCopyright={#MyAppCopyright}
DisableReadyMemo=yes
AlwaysShowComponentsList=no
DisableReadyPage=yes
CloseApplications=no
OutputDir=Output
MinVersion=5.1
#ifdef SIGNCODE
Expand Down

0 comments on commit a781a3a

Please sign in to comment.