Skip to content

Commit 77a6dc0

Browse files
authored
#1111: create license agreement file (#1120)
1 parent 229986b commit 77a6dc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE
66

77
Release with new features and bugfixes:
88

9+
* https://github.com/devonfw/IDEasy/issues/1111[#1111]: MSI Installer hangs because it does not create .license.agreement
910
* https://github.com/devonfw/IDEasy/issues/910[#910]: Cannot update Intellij on Linux - FileAlreadyExistsException
1011
* https://github.com/devonfw/IDEasy/issues/38[#38]: Implement ToolCommandlet for Python
1112

windows-installer/Package.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- Execution of install command-->
3636
<SetProperty
3737
Id="RunInstallAction"
38-
Value='"[%SystemFolder]cmd.exe" /c "cd /d [INSTALLFOLDER] &amp;&amp; bin\ideasy.exe -f install > install.log"'
38+
Value='"[%SystemFolder]cmd.exe" /c "mkdir [%USERPROFILE]\.ide &amp;&amp; echo On %date% you accepted the IDEasy License. > [%USERPROFILE]\.ide\.license.agreement &amp;&amp; cd /d [INSTALLFOLDER] &amp;&amp; bin\ideasy.exe -f install > install.log"'
3939
Before="RunInstallAction"
4040
Sequence="execute"
4141
/>

0 commit comments

Comments
 (0)