Commit 77a6dc0 1 parent 229986b commit 77a6dc0 Copy full SHA for 77a6dc0
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE
6
6
7
7
Release with new features and bugfixes:
8
8
9
+ * https://github.com/devonfw/IDEasy/issues/1111[#1111]: MSI Installer hangs because it does not create .license.agreement
9
10
* https://github.com/devonfw/IDEasy/issues/910[#910]: Cannot update Intellij on Linux - FileAlreadyExistsException
10
11
* https://github.com/devonfw/IDEasy/issues/38[#38]: Implement ToolCommandlet for Python
11
12
Original file line number Diff line number Diff line change 35
35
<!-- Execution of install command-->
36
36
<SetProperty
37
37
Id=" RunInstallAction"
38
- Value=' "[%SystemFolder]cmd.exe" /c "cd /d [INSTALLFOLDER] && bin\ideasy.exe -f install > install.log"'
38
+ Value=' "[%SystemFolder]cmd.exe" /c "mkdir [%USERPROFILE]\.ide && echo On %date% you accepted the IDEasy License. > [%USERPROFILE]\.ide\.license.agreement && cd /d [INSTALLFOLDER] && bin\ideasy.exe -f install > install.log"'
39
39
Before=" RunInstallAction"
40
40
Sequence=" execute"
41
41
/>
You can’t perform that action at this time.
0 commit comments