Skip to content
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

Closed
hroberts65616 opened this issue Jan 25, 2024 · 4 comments
Closed

Install not observing parameters #55

hroberts65616 opened this issue Jan 25, 2024 · 4 comments
Assignees

Comments

@hroberts65616
Copy link

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?

@ryannewington ryannewington self-assigned this Jan 28, 2024
@ryannewington
Copy link
Member

@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?

@hroberts65616
Copy link
Author

hroberts65616 commented Jan 28, 2024 via email

@ryannewington
Copy link
Member

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.

Copy link

stale bot commented Feb 4, 2024

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.

@stale stale bot added the stale label Feb 4, 2024
@stale stale bot closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants