File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ [Setup]
2
+ AppName = AiTexter
3
+ AppVersion = 1.01
4
+ DefaultDirName = {userappdata}\AiTexter
5
+ DefaultGroupName = AiTexter
6
+ OutputDir = .\Output
7
+ OutputBaseFilename = AiTexterInstaller
8
+ PrivilegesRequired = lowest
9
+ Compression = lzma
10
+ SolidCompression = yes
11
+
12
+ [Files]
13
+ ; Füge hier deine Dateien hinzu, die installiert werden sollen
14
+ Source : " D:\Programmieren\AiTexter\dist\main.exe" ; DestDir : " {app} " ; Flags : ignoreversion
15
+ Source : " D:\Programmieren\AiTexter\dist\icon.ico" ; DestDir : " {app} " ; Flags : ignoreversion
16
+
17
+ [Icons]
18
+ ; Desktop-Icon für das Programm erstellen
19
+ Name : " {userdesktop}\AiTexter" ; Filename : " {app} \main.exe" ; IconFilename: " {app} \icon.ico"
20
+
21
+ [Run]
22
+ ; Programm nach Installation starten
23
+ Filename : " {app} \main.exe" ; Description : " {cm:LaunchProgram,AiTexter}" ; Flags : nowait postinstall skipifsilent
You can’t perform that action at this time.
0 commit comments