Post-Installation: Where to put the .exe

lemegapro

Member
Messages
40
Reaction score
2
Hello and thank you again for your help and in particular Garlin who helps me progress a lot.
I want to add applications in Post-Installation.
In category :
After connection:
Run: Firefox_Installer.exe
In fact I don't see the way to find this exe point.
To put this exe point, you have to make file and choose the location.
But what I don't understand is where to put the applications and where to search for them?
In an example, I see applications in FilesU in $OEM$ and I also find FilesU in setup scripts.
Thank you for your help
 

Attachments

  • Screenshot_4.png
    Screenshot_4.png
    16.5 KB
$OEM$\$$\Setup\FilesU
In the new NTLite there is no problem with this - catch and drop
 
For Post-Setup installers, all you need to do is to click Add File. NTLite will worry about where the file gets copied, and recognizes what files are scripts or executables.

After the installer is added, then you can enter the silent install options for it.
 
When I enter post-installation, in the option run after login, I search for the .exe and the absolute path is uploaded to copy the file from local, the .exe itself is not uploaded as shown in the image, why?
 
When you add an EXE file or script to Post-Setup, NTLite assumes you want to run it once and not keep the file afterwards. It groups the added files under C:\Windows\Setup and deletes them after Post-Setup.

To copy a file to a permanent location, and run it from there, you must do two steps:

1. Add / File / Before logon (Machine) -> EXE file or script
2. Change the Type column -> Copy
3. Change the Destination column to a different folder path, you cannot specify a drive letter as it will always be relative to C:
4. Add / Command / Before logon (Machine) -> path of EXE or script from Step 3
5. Provide any optional command-line parameters.

1754668103130.png
 
Back
Top