Posts: 95
Threads: 25
Joined: May 2023
11-16-2023, 12:10 PM
Hi dear Gintaras,
Could you please explain what the three options for and what's the difference than before? And also how to use them.
Thank you so much!
Posts: 12,073
Threads: 140
Joined: Dec 2002
Posts: 95
Threads: 25
Joined: May 2023
11-16-2023, 01:02 PM
(This post was last modified: 11-16-2023, 01:02 PM by birdywen.)
Thanks a lot,this is so useful!
Posts: 763
Threads: 261
Joined: Jul 2012
Does "Add .NET runtime" install .net components on the machine that is running the exe?
Or does it unpack .net components to a temp location and access those components when needed?
A better way to ask this question:
Does it change parts in the OS when running the exe (registry,...) or does the exe run completely isolated from the OS?
Posts: 12,073
Threads: 140
Joined: Dec 2002
Isolated. Does not install. Even does not unpack. Does not change the registry. AFAIK.
If "Single file" checked, unpacks non-.NET native dlls to temp. Maybe also some .NET native dlls, don't know.
If unchecked, the program simply uses .NET dlls from its folder.
Posts: 763
Threads: 261
Joined: Jul 2012