Windows 11 24H2 Not working NTlite

Try eliminate older updates for your build - many of those is outdated and setting your build back:
View attachment 14221
You've a reg trying to implement 2 (actually 4) times, where? First one here together with exe's:
View attachment 14222
And second here 3 times, where it belong in NTL mounted image:
View attachment 14223
even without updates it doesn't work

and only

Belgium eID-QuickInstaller 5.1.8.6030.exe /S

Belgium eID Viewer Installer 5.1.14.6111.exe /S

in the other versions it is installed for testing I use vmware
 
Then try keep Hyper-V in Compatibility tab on Components removals - just say.
 
Not sure you're referring to Belgium eID install or Ninite.
Belgium eID installed fine on 26.100.3775 after moved to AFTER LOGON in POST-SETUP as Garlin pointed out in post #4.


Skærmbillede.png

For Ninite i think you've to download your designed package (.exe) and put in POST-SETUP like Belgium eID software.
A regkey dosn't tell Windows what to download after install.
The switch key (Parameter in NTL) for Ninite "name" Installer package is: /silent
 
Last edited:
Not sure you're referring to Belgium eID install or Ninite.
Belgium eID installed fine on 26.100.3775 after moved to AFTER LOGON in POST-SETUP as Garlin pointed out in post #4.


View attachment 14282

For Ninite i think you've to download your designed package (.exe) and put in POST-SETUP like Belgium eID software.
A regkey dosn't tell Windows what to download after install.
The switch key (Parameter in NTL) for Ninite "name" Installer package is: /silent
I have tried this software on different versions 21H2,22H2,23H2 and it works but in 24H2 I fail, I use an answer file
 

Attachments

That said - i just used your preset and changed the Post-Setup to after logon for Belgium eID.

In your preset (can open with notepad and edit) i changed following:
<Execution BeforeLogonMode="0">
<Remove></Remove>
<Change></Change>
<Add>
<Item type="17">
<Path>C:\Users\Tim Mees\Downloads\NiniteDownloads\Belgium eID-QuickInstaller 5.1.8.6030.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>0</Index>
</Item>
<Item type="17">
<Path>C:\Users\Tim Mees\Downloads\NiniteDownloads\Belgium eID Viewer Installer 5.1.14.6111.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>1</Index>
</Item>
</Add>
</Execution>

to

<Execution BeforeLogonMode="0">
<Remove></Remove>
<Change></Change>
<Add>
<Item type="18">
<Path>D:\Belgium eID-QuickInstaller 5.1.8.6030.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>1000</Index>
</Item>
<Item type="18">
<Path>D:\Belgium eID Viewer Installer 5.1.14.6111.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>1001</Index>
</Item>
</Add>

And Belgium eID installed just fine.
 
That said - i just used your preset and changed the Post-Setup to after logon for Belgium eID.

In your preset (can open with notepad and edit) i changed following:
<Execution BeforeLogonMode="0">
<Remove></Remove>
<Change></Change>
<Add>
<Item type="17">
<Path>C:\Users\Tim Mees\Downloads\NiniteDownloads\Belgium eID-QuickInstaller 5.1.8.6030.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>0</Index>
</Item>
<Item type="17">
<Path>C:\Users\Tim Mees\Downloads\NiniteDownloads\Belgium eID Viewer Installer 5.1.14.6111.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>1</Index>
</Item>
</Add>
</Execution>

to

<Execution BeforeLogonMode="0">
<Remove></Remove>
<Change></Change>
<Add>
<Item type="18">
<Path>D:\Belgium eID-QuickInstaller 5.1.8.6030.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>1000</Index>
</Item>
<Item type="18">
<Path>D:\Belgium eID Viewer Installer 5.1.14.6111.exe</Path>
<Params>/S</Params>
<DestMode>1</DestMode>
<Index>1001</Index>
</Item>
</Add>

And Belgium eID installed just fine.

so the answer file stays as it is and the preset I have to change to

<Execution BeforeLogonMode="0">

<Remove></Remove>

<Change></Change>

<Add>

<Item type="18">

<Path>D:\Belgium eID-QuickInstaller 5.1.8.6030.exe</Path>

<Params>/S</Params>

<DestMode>1</DestMode>

and that will work with version 24H2
 
It worked on my test with 26.100.3775 as shown in installed apps.
As i don't have a cardreader i couldn't check the software on this point.
 
Sure - same Garlin said - regarding Post-Setup.
Same for Ninite downloaded package .exe with parameter: /silent.
Then it should work.
1746211788957.png
 
Last edited:
Back
Top