Skip to content

Commit

Permalink
v0.3, registry key added to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
flipswitchingmonkey committed May 19, 2021
1 parent 46c2f20 commit a38acdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions FlexASIOGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>installer\flexasiogui.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion installer/FlexASIOGUI.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "FlexASIO GUI"
#define MyAppVersion "0.2"
#define MyAppVersion "0.3"
#define MyAppPublisher "https://github.com/flipswitchingmonkey/FlexASIO_GUI"
#define MyAppURL ""
#define MyAppExeName "FlexASIOGUI.exe"
Expand Down Expand Up @@ -38,3 +38,8 @@ Source: "..\bin\x64\Release\netcoreapp3.1\*"; DestDir: "{app}"; Flags: ignorever
[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
;Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Registry]
Root: HKLM64; Subkey: "Software\Fabrikat"; Flags: uninsdeletekeyifempty
Root: HKLM64; Subkey: "Software\Fabrikat\FlexASIOGUI"; Flags: uninsdeletekey
Root: HKLM64; Subkey: "Software\Fabrikat\FlexASIOGUI\Install"; ValueType: string; ValueName: "InstallPath"; ValueData: "{app}"

0 comments on commit a38acdb

Please sign in to comment.