Sorry I was off-target re version; but yes: I was thinking in terms of of
the Installer Editor. I haven't actually played with the Wise Script Editor
(but maybe I should - sounds like a cool tool).
And thanks for the manifest details, that's quite interesting.
> Now when running Test1.exe it no longer displays the UAC. Yippee!! Now
> I will work on embedding the manifest into the .exe.
In Visual Studio, you can embed a manifest into an EXE with the MT.EXE
Tools; like this:
mt.exe -manifest MyApp.exe.manifest -outputresource:MyApp.exe;1
This is oriented towards C/C++ apps but really, it's just manipulating an
EXE file after compiling and linking. It might work for EXEs in any language
(I haven't tried, though). There's more details in MSDN:
http://msdn2.microsoft.com/en-us/lib...42(VS.80).aspx
Hope it helps a bit, good luck!
--
Andrew McLaren
amclar (at) optusnet dot com dot au