Page 1 of 1
Jasp Packet Problem
Published: June 1, 2026 - 10:17
by Jdam
The Tranqui IT package from Jasp does not give the necessary permission to the installation folder (C:\Program Files\JASP) to allow the software to start.
The following command will solve the problem:
Code: Select all
icacls "C:\Program Files\JASP" /T /Grant "AD\Utilisateurs du domaine":(OI)(CI)(M)
Can you fix the package?
Thank you in advance and have a great start to the week!
Re: Jasp Package Problem
Published: June 1, 2026 - 10:45 AM
by italbot
Hello,
thank you for the information, I'll look into it.
Best regards,
Ingrid
Re: Jasp Package Problem
Published: June 1, 2026 - 11:13
by dcardon
Hi Justine,
if I'm not mistaken, the icacls command mentioned in your post grants modification rights to all users.
There are some business applications where there isn't much choice... We call them "podoware" internally (software developed with their feet

). However, is this software installed on machines with trusted users, or on workstations used by students who like to test the robustness of the machines provided to them?
If possible, it would be good to at least limit the rights to a more restricted trusted group than "Domain Users".
Denis
Re: Jasp Package Problem
Published: June 1, 2026 - 2:31 PM
by Jdam
Thank you for your feedback.
On these computers, the people who will use this software are trusted, hence the restriction to people belonging to the domain.
