Issue Installing Apps from ISO

ervinm

New Member
Messages
5
Reaction score
0
Hi,

I have just purchased NTlite and have been able to get everything working that I intended. The Windows Updates preinstall, I have been able to skip the OOBE experience. I am unable to get the Applications to install I have tried Prelogin and after login and used the offline installer with the /silent options for that software. It does not install though.

Is there something I am missing?

View attachment 12158

This is for the Chrome offline installed I have tried both before login (machine account) and after Login. If anyone could help me with this, it would be much appreciated.

Thank You
 
That's the correct silent install option ("/qn") for Chrome.

I would try removing the MSI file from the ISO, and re-adding it. Sometimes NTLite is glitchy when it reloads a file that's already on the ISO, back into the Post-Setup screen for editing.
 
I tried a fresh ISO, and went through the entire setup. Installed the operating system. and Chrome will still not install. I am using Chrome as a test before trying other applications. Is there another setting that may need to be checked to get this to work? I have included the Tasks Page. Please let me know what else if any information you need to help me.

Thank You

View attachment 12179
View attachment 12180
 
I would confirm the following are true:
1. On the ISO, there is a folder "\sources\$OEM$\$$\Setup\FilesU" with a copy of Chrome MSI inside.

2. After your desktop logon, open a CMD window as Administrator. Run this command to confirm Chrome can install without error:
Code:
cd /d D:\sources\$OEM$\$$\Setup\FilesU
msiexec /i googlechromestandaloneenterprise64.msi /qn
 
Is there anything special about your primary user account? (After logon) commands are scheduled using RunOnce tasks, which execute after someone's logged on for the first time.
 
I created a local Login in the unattended section. It is an Admin I set it to log in automatically after install. All of that works well.
 
Back
Top