-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install not observing parameters #55
Comments
Is the start-process command just exiting, or is the installer hanging? If you run the installer by hand, are there any errors presented by the installer? |
The installer hangs. When ran manually it works without issue. I
downloaded the file a couple of times thinking I may have had a bad copy.
It never completed. I did find it on chocolaty and pushed it via this, and
then made the registry changes to hklm:policies/lithnet and it is working
…On Sun, Jan 28, 2024, 2:25 AM Ryan Newington ***@***.***> wrote:
@hroberts65616 <https://github.com/hroberts65616>
Is the start-process command just exiting, or is the installer hanging?
If you run the installer by hand, are there any errors presented by the
installer?
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT4RP2ERXJPZ44YK5SYM52DYQYDNXAVCNFSM6AAAAABCLJSPYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGUYTGMRXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hm not sure what is going on there. Happy to keep troubleshooting if you need assistance, but if you are happy with your current installation method, we can leave it there. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I may be doing something wrong myself, but not sure what. I am trying to push the application to several computers. I am running the command: Start-Process msiexec "/i $pkg /norestart /qn" -Wait
However the application never seems to install. Am I missing a parameter to force it to install for me?
Then with the application installed, If I copy this to the registry of each PC it should work correct?:
[HKEY_LOCAL_MACHINE\SOFTWARE\Lithnet\IdleLogOff]
"Enabled"=dword:00000001
"IdleLimit"=dword:00000005
"IgnoreDisplayRequested"=dword:00000001
"WarningEnabled"=dword:00000000
"WarningMessage"="Your session has been idle for too long, and you will be logged out in {0}"
"WarningPeriod"=dword:00000000
"WaitForInitialInput"=dword:00000000
"Action"=dword:00000000
These particular PCs are not part of a domain to use group policy, so trying to see about pushing the application, and these keys to get it to work.
Thoughts on what I am doing?
The text was updated successfully, but these errors were encountered: