Skip to content

Commit

Permalink
Revert installer to x64 and make it remove settings on uninstall
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
Tyrrrz committed Nov 16, 2019
1 parent 6db3485 commit 943f5a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Installer/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ AppUpdatesURL="https://github.com/Tyrrrz/LightBulb/releases"
AppMutex=LightBulb_Identity
DefaultDirName={autopf}\{#AppName}
DefaultGroupName={#AppName}
PrivilegesRequired=lowest
AllowNoIcons=yes
DisableWelcomePage=yes
DisableProgramGroupPage=no
Expand Down Expand Up @@ -42,6 +41,9 @@ Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueType:
[Run]
Filename: "{app}\LightBulb.exe"; Description: "{cm:LaunchProgram,{#StringChange(AppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[UninstallDelete]
Type: filesandordirs; Name: "{autoappdata}\LightBulb"

[Code]
procedure InstallDotnetCore();
var
Expand Down

0 comments on commit 943f5a3

Please sign in to comment.