Skip to content

Commit

Permalink
When launching Windows Explorer from Libki Client, taskbar will not d…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Feb 20, 2020
1 parent 21c423f commit b526c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/windows/installer-wizard.iss
Expand Up @@ -70,7 +70,7 @@ Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "s
Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "server"; Key: "scheme"; String: "{code:GetScheme}"

Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "windows"; Key: "EnableStartButton"; String: "1"
Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "node"; Key: "start_user_shell"; String: "explorer.exe"; Check: CheckShellReplacement
Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "node"; Key: "start_user_shell"; String: "C:\Windows\explorer.exe"; Check: CheckShellReplacement
Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "node"; Key: "logoutAction"; String: "{code:GetLogoutAction}"
;logout, reboot, noaction
Filename: "{commonappdata}\Libki\Libki Kiosk Management System.ini"; Section: "node"; Key: "onlyStopFor"; String: "{code:GetOnlyStopFor}"
Expand Down Expand Up @@ -189,4 +189,4 @@ end;
function CheckShellReplacement(): Boolean;
begin
Result := (StartupModePage.SelectedValueIndex = 1);
end;
end;

0 comments on commit b526c01

Please sign in to comment.