October 12th, 2012 03:49 AM
Hi.
I see why this brings up security thoughts about this and if our projects would be "serious software" I would not ask such things ^^
Most projects are simple tools (small, with and without...
October 10th, 2012 12:57 PM
Yea I know :-)
It's the way I do it now: having a "Loader" which does licensing, updating, etc... and the main stuff is in a DLL file. Everything is installed / uninstalled using NSIS.
My Post...
October 10th, 2012 04:39 AM
Oh and I should say: I'l like to change loading behaviour like that only the executable code is loaded and the resources on demand. I thought there might be a way like some properties in the manifest...
October 10th, 2012 04:37 AM
Hi,
Since Windows Vista Windows seems to load the full exe file and lock it before it runs it.
Is there a way of changing both behaviours?
For example:
I'd like to provide a single .exe...