Skip to content

Commit a38acdb

Browse files
v0.3, registry key added to installer
1 parent 46c2f20 commit a38acdb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

FlexASIOGUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
<Platforms>AnyCPU;x64</Platforms>
8+
<ApplicationIcon>installer\flexasiogui.ico</ApplicationIcon>
89
</PropertyGroup>
910

1011
<ItemGroup>

installer/FlexASIOGUI.iss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "FlexASIO GUI"
2-
#define MyAppVersion "0.2"
2+
#define MyAppVersion "0.3"
33
#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI"
44
#define MyAppURL ""
55
#define MyAppExeName "FlexASIOGUI.exe"
@@ -38,3 +38,8 @@ Source: "..\bin\x64\Release\netcoreapp3.1\*"; DestDir: "{app}"; Flags: ignorever
3838
[Icons]
3939
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
4040
;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}"

0 commit comments

Comments
 (0)