Posts by Eduardo • 1 point
2 posts
-
-2
votes3
answers7489
viewsA: How do I make a Delphi application run as an administrator?
I added versions of windows in XML, in case someone needs: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1"…
-
0
votes2
answers699
viewsA: Delphixe5 X Permission Administrator
Just leave it: {$R *.res} You are calling twice the UAC.RES, in the "*" and in the direct call "{$R UAC.res}", so the error was made.