Skip to content

Releases: mkht/DSCR_Application

4.1.0

15 Sep 04:10
Compare
Choose a tag to compare

4.1.0

  • Add LogLevel property.

4.0.2

08 Dec 01:04
Compare
Choose a tag to compare
  • TimeoutSec property is changed to DownloadTimeout.
  • Add ProcessTimeout property.
  • Return 1460 instead of an error when process timeout occurs.

3.2.1

01 Nov 11:53
Compare
Choose a tag to compare
  • Improved the behavior when downloading files from network that behind of a proxy.

3.1.2

02 Oct 13:52
Compare
Choose a tag to compare
  • Fixed: Error occurred after installation if the URL of a MSI installer is specified.

3.1.1

11 Aug 11:12
Compare
Choose a tag to compare
  • Fixed: Test-TargetResource fails if there is an app that has some wildcard chars. #8
  • Avoid positional parameters. #10

3.1.0

12 Apr 11:16
Compare
Choose a tag to compare
  • Enable TLS 1.2 when the file download from web. (only if it has not enabled)

3.0.0

30 May 15:28
Compare
Choose a tag to compare
  • Add WorkingDirectory property.
  • Changed to stop processing if multiple applications matching the search criteria.

2.6.0

29 Oct 15:31
Compare
Choose a tag to compare
  • Faster file download with http/https/ftp
  • Fixed an issue that the error occurred when a FTP URL is specified to InstallerPath.

2.5.3

27 Sep 12:47
Compare
Choose a tag to compare
  • Fixed an issue that timeout error may occurred unexpectedly during installation.

2.5.2

23 Sep 13:58
Compare
Choose a tag to compare
  • Correct the default value of UseUninstallString property to $false.
  • Add a sample configuration for uninstall.
  • Fix examples in the README.