Search results

  1. C

    Error when trying to use command line options

    Hi folks, I am trying to create an automated solution to refresh my build images, but keep running into a problem with this error. I can verify that the install.wim file does exist prior to launching. if exist "D:\NTLite_Files\Win11_Pro_Image2\" rmdir "D:\NTLite_Files\Win11_Pro_Image2\" /s...
  2. C

    NTLite command line from non-interactive GUI?

    I am trying to automate building images with a build tool (e.g. Jenkins) via using the CLI. Is there a way we can run NTLite in a non-interactive GUI (console only)? This is the command I am currently running: E:\NTLite\NTLite.exe /LoadImage:"E:\Win10_Pro" /ImageIndex:1 /LoadPreset:"Win10_Pro"...
  3. C

    Microsoft Store app: "we need to update Microsoft Store."

    I have performed a clean (fresh) install of Windows 10. After I logon, I am getting the following message prompting me to update the Microsoft Store application. Is there anyway I can automate this with some command line script and add to NTLite when building my custom image?
  4. C

    Latest build .9916 SetupComplete.cmd not executing

    nuhi - Thanks for getting back with me on this. I tested build .9931 on a clean Win10 image. I only added one file to Post-Setup (Before Logon) to make things quick. I can see the files and scrips being added to the ISO image in the \sources\$OEM$\$$\Setup folder, however, when I load the...
  5. C

    Latest build .9916 SetupComplete.cmd not executing

    Hey garlin, nuhi - Any idea why the "Scripts" folder is not being generated in these newer builds after .9880. I have tried rebuilding again (with clean Win10 iso and still having the same problem with build .9931. I am not getting a Scripts folder created in the generated image.
  6. C

    Latest build .9916 SetupComplete.cmd not executing

    I understand what you are suggesting, however, when I revert back to build .9880 everything works as I would expect. If there is some odd caching behavior, I would also expect to see that show up in build .9880 as well. I have been monitoring a couple of other posts and it seems like there is...
  7. C

    Latest build .9916 SetupComplete.cmd not executing

    For some reason with builds after .9880, the SetupComplete.cmd file is not getting generated/copied to the C:\Windows\Setup\Scripts directory of the mounted image. I also tested the latest build .9925 and still missing the SetupComplete.cmd file. What has changed with these builds that would...
  8. C

    Latest build .9916 SetupComplete.cmd not executing

    After a bit further investigation is seems that the SetupComplete.cmd file is not getting copied to the C:\Windows\Setup\Scripts directory during creation of the image. I tried this on both build .9916 & .9919, then reverted back to build .9880 and everything is working as expected.
  9. C

    Latest build .9916 SetupComplete.cmd not executing

    Attached is my scrubbed preset and SetupComplete.cmd file. For awareness, I normally copy the $OEM$ folder (with all applicable files/installers) to the image that I am performing work on in the "sources" folder. I do recall, that I had some trouble when we when through the last major upgrade...
  10. C

    Editing the preset XML's

    Right, I ran the command "SetUserFTA.exe get" and my default host xml editor is set to use Notepad++. .xml, Applications\notepad++.exe This is not a major problem, maybe something we can add as a future enhancement request.
  11. C

    Latest build .9916 SetupComplete.cmd not executing

    I am having trouble with testing the latest build v2024.4.9916 and running the SetupComplete.cmd for post-setup unattended installations. My same preset (unchanged) works fine on build v2024.4.9880. Anything I can take a look at to help debug why this is not working as expected?
  12. C

    Editing the preset XML's

    Is there a way to edit the presets xml files in your preferred xml editor? When I right-click and edit the xml preset, it always opens up in Notepad. However, I do have Notepad++ as my default editor for .xml file types. I can always browse to the folder and edit the files with my preferred...
  13. C

    Default file associations for Browser and PDF

    Thanks for your prompt response. I try to be resourceful before asking questions. I have scoured the forums many time which is how I found out about the SetUserFTA program. I am running the this program as administrator. It seems that something in Windows has changed recently which is why...
  14. C

    Default file associations for Browser and PDF

    Hi folks - I have been using NTLite for about 3 months now and really like the program. Very powerful and saves a lot of time. I have a problem setting the file associations for the default browser (Chrome) and pdf (Adobe Acrobat Reader) on Windows 11 23H2. I have tried using the...
Back
Top