Error: command RequestExecutionLevel not valid in FunctionDoes this mean that RequestExecutionLevel is a COMPILE-TIME directive?
If so, what can I do to implement a pretty unique installer that "Requests ExecutionLevel" based on whether the logged in user has Administrator privileges?
I would like to implement this somewhat "smart" installer that changes its behavior based on the account type (i.e. admin vs. limited). Is this possible without resorting to write the installer entirely in win32 C or C++?