Skip to content

Commit

Permalink
ini löschen
Browse files Browse the repository at this point in the history
Bei einer Installation wird die ini gelöscht
  • Loading branch information
Tim committed Feb 9, 2023
1 parent 41eed17 commit 4e43687
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ Test.xlsx
Test.xlsx
.qtc_clangd/**
version.txt
debug.log
14 changes: 14 additions & 0 deletions SpaeneRechner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,20 @@ Sie benutzen aber noch Windows ${windows_os_version_number}.</explanation>
</isTrue>
</ruleList>
</runProgram>
<if>
<explanation>delete ini</explanation>
<show>0</show>
<actionList>
<deleteFile>
<path>${windows_folder_local_appdata}\SpaeneRechner\config.ini</path>
</deleteFile>
</actionList>
<conditionRuleList>
<fileExists>
<path>${windows_folder_local_appdata}\SpaeneRechner\config.ini</path>
</fileExists>
</conditionRuleList>
</if>
</finalPageActionList>
<licenseFileList>
<licenseFile>
Expand Down
24 changes: 24 additions & 0 deletions SpaeneRechner.xml.backup
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,20 @@ Sie benutzen aber noch Windows ${windows_os_version_number}.</explanation>
</isTrue>
</ruleList>
</runProgram>
<if>
<explanation>delete ini</explanation>
<show>0</show>
<actionList>
<deleteFile>
<path>${windows_folder_local_appdata}\SpaeneRechner\config.ini</path>
</deleteFile>
</actionList>
<conditionRuleList>
<fileExists>
<path>${windows_folder_local_appdata}\SpaeneRechner\config.ini</path>
</fileExists>
</conditionRuleList>
</if>
</finalPageActionList>
<licenseFileList>
<licenseFile>
Expand Down Expand Up @@ -266,6 +280,16 @@ Sie benutzen aber noch Windows ${windows_os_version_number}.</explanation>
<cliOptionShow>0</cliOptionShow>
<width>40</width>
</stringParameter>
<stringParameter>
<name>benutzer</name>
<description></description>
<explanation></explanation>
<value>${windows_folder_local_appdata}\SpaeneRechner\config.ini</value>
<default></default>
<allowEmptyValue>1</allowEmptyValue>
<ask>0</ask>
<width>40</width>
</stringParameter>
</parameterList>
<platformOptionsList>
<platformOptions>
Expand Down

0 comments on commit 4e43687

Please sign in to comment.