File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
<Platforms >AnyCPU;x64</Platforms >
8
+ <ApplicationIcon >installer\flexasiogui.ico</ApplicationIcon >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
#define MyAppName " FlexASIO GUI"
2
- #define MyAppVersion " 0.2 "
2
+ #define MyAppVersion " 0.3 "
3
3
#define MyAppPublisher " https://github.com/flipswitchingmonkey/FlexASIO_GUI"
4
4
#define MyAppURL " "
5
5
#define MyAppExeName " FlexASIOGUI.exe"
@@ -38,3 +38,8 @@ Source: "..\bin\x64\Release\netcoreapp3.1\*"; DestDir: "{app}"; Flags: ignorever
38
38
[Icons]
39
39
Name : " {commonprograms}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
40
40
;Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
41
+
42
+ [Registry]
43
+ Root : HKLM64; Subkey : " Software\Fabrikat" ; Flags : uninsdeletekeyifempty
44
+ Root : HKLM64; Subkey : " Software\Fabrikat\FlexASIOGUI" ; Flags : uninsdeletekey
45
+ Root : HKLM64; Subkey : " Software\Fabrikat\FlexASIOGUI\Install" ; ValueType : string ; ValueName : " InstallPath" ; ValueData : " {app} "
You can’t perform that action at this time.
0 commit comments