Add non-choco apps to Post-Setup?

kreemerz

Member
I have an app that is an exe file and want to include it in the install process. It's used to measure and monitor earthquakes. It has a few questions wanting responses (although not required for installation to continue); is it possible to add this app in the 'post setup' of NtLite?

I was hoping there was a script I could copy from someone and simply add my exe app to it. (That's what I did to make the choco apps install successfully).
 
Post-Setup installs apps as SYSTEM user, and you're not allowed to interact during this time. If your app is entirely unattended (using command line or config file), it can be done.

If you're fine with launching the installer after first user logon, add the app to Post-Setup (User execution). It's the bottom half of the Post-Setup screen. NTLite will create a RunOnce task to run it on your behalf.

Installing Chocolatey is straightforward.
https://www.ntlite.com/community/in...owershell-post-setup-software.2137/post-27643
 
Back
Top