Releases: 6i-software/chrome-launcher
Releases · 6i-software/chrome-launcher
v0.0.2
- Add the command
load
. This command is able to read multiple actions stored in a Json file with one parameter, the filepath of the Json file. For example, this Json file stored how many times chrome had to be launched, with a given url, in or not in full screen, and which screen (the index screen 0 corresponds to the primary screen); - Add the option
-kill-all-chromes (bool)
, which stop all chrome before the launching; - Add the option
-delay (int)
, which allows to delay in miliseconds the launching; - Make a setup wizard with script InnoSetup in order to smooth the deployment. This setup can :
- Verify if this application isn't already installed, and propose to delete it before the installation;
- Add in the %PATH% stored in environment variables windows the executable ChromeLauncher.exe. We can perform it by adding two keys in the system registry (in HKCU/Environement and in _HKLM/SYSTEM\CurrentControlSet\Control\Session Manager\Environment_);